| Posted By |
Discussion Topic: Another CF forum
-- page:
1
2
3
4
|
|
falconseye |
10-30-2004 @ 6:40 PM |
|
|
Senior Member
Posts: 1033
Joined: Mar 2004
|
hey, it looks really good. if you need any help, let me know cuz just like Megan gimme gimme gimmmeeee....
|
Webmaster |
10-30-2004 @ 8:09 PM |
|
|
Administrator
Posts: 4533
Joined: Jan 2002
|
When you do release it, make sure to post it to: www.freecoldfusionapplications.com and you should get good traffic from there, but good job so far.. checked it out and looking really nice... keep up the good work!
Thanks, Pablo Varando Team Macromedia Member =====================================================
|
ColeBarksdale |
11-01-2004 @ 10:02 AM |
|
|
New Member
Posts: 13
Joined: Oct 2004
|
Hey guys, thanks for all the support, I appreciate it. I guess, I could release it for download now, but it will be missing a lot of the features that I wanted to add to it before release. There isn't an admin section, so you'd have to mess with the databases by hand. Speaking of the databases. It only runs with MySQL at the moment. Of course, making it compatible with MS SQL shouldn't be too much trouble. I don't see an Oracle version any time soon, unless some one out there knows Oracle. And it is software/contributeware, so things can be added as we move along. Let me finish a few things and I'll keep you guys posted on its release.
|
GrowlyBear |
11-01-2004 @ 6:19 PM |
|
|
Moderator
Posts: 1314
Joined: May 2004
|
Oi! I thought SQL is SQL regardless of type, MS SQL, MYSQL even Access, ok aside from a few CF tags like using datepart instead of day(#something#) What a lot of versions to have to make. Am I wrong? Hope not or else this is a NEW thing to worry about when developing apps! (like I need more things to worry about ) hey falconseye! Did Megan also say gimmi gimmi gimmi? If she did then I better get royalties!
~~~~My Foot..er~~~~~ Of all the things I did not know, I did not know that the most!
|
CJ |
11-01-2004 @ 6:37 PM |
|
|
Administrator
Posts: 4262
Joined: Oct 2002
|
SQL (Structured Query Language) is SQL (Structured Query Language). However, each individual RDBMS (Access, Oracle, SQL Server, mySQL, etc) has their own proprietary ...stuff for example, in Access, now() is the current date. in SQL, it's getDate(). Access has an autonumber datatype. SQL Server does not (it has an integer datatype with an identity property). SELECT foo FROM bar WHERE foobar = 1 will pretty much work anywhere. it's straight standard SQL. but the deeper you dig, the more differences you'll find behind each RDBMS that runs the SQL.
-CJ- @ #coldfusion/DALNet http://charlie.griefer.com
|
megan |
11-01-2004 @ 7:21 PM |
|
|
Moderator
Posts: 2398
Joined: Jan 2003
|
No - GrowlyBear, I didn't say it , which isn't to say I'm not interested in how ColeBarksdale's forum turns out ~megan
Estne tibi forte magna feles fulva et planissima?
|
falconseye |
11-11-2004 @ 5:52 PM |
|
|
Senior Member
Posts: 1033
Joined: Mar 2004
|
Growly, how far are you? is it done yet? can i see what it looks like? :)
|
megan |
11-11-2004 @ 6:04 PM |
|
|
Moderator
Posts: 2398
Joined: Jan 2003
|
it is ColeBarksdale who is building it and the link from the original post is http://www.colebarksdale.com/ipostmx/ hth ~megan
Estne tibi forte magna feles fulva et planissima?
|
ColeBarksdale |
11-30-2004 @ 9:58 PM |
|
|
New Member
Posts: 13
Joined: Oct 2004
|
Alright, kiddos. My forum is ready for download... kind of! I want everyone to keep in mind that this release is strictly "as-is" and at-your-own-risk. There's no documentation, no help files. It won't be too difficult for those of you who are pretty experienced with this sort of thing. With that said, if you email me, I can help when time permits. Also, one more thing. If you discover bugs that aren't already known, could you please email me? Also, if you fix current bugs, could you email me the solution? Thanks guys! http://www.colebarksdale.com
|
GrowlyBear |
12-01-2004 @ 12:22 AM |
|
|
Moderator
Posts: 1314
Joined: May 2004
|
Ok..downloaded, will post my findings.
~~~~~~~~~~~~~~~~~~~ There is no place like 127.0.0.1
|