PDA

View Full Version : mySQL and Delphi



xGTx
18-11-2004, 07:16 PM
Anyone have any good articles and tutorials on using mySQL databasing with delphi. I believe mySQL may be the fastest most efficient databasing solution; perfect for an mmorpg :)

Thanks!

{MSX}
18-11-2004, 07:35 PM
Anyone have any good articles and tutorials on using mySQL databasing with delphi. I believe mySQL may be the fastest most efficient databasing solution; perfect for an mmorpg :)

Thanks!

Please, do yourself a favour and throw away MySql.
Postgresql is THE open source database.

Also, this fact about using a RDBMS for a mmorpg was in the docs you read ?

noeska
18-11-2004, 07:44 PM
have a look here: http://directsql.sourceforge.net/

but i also sugest you take a look at: http://www.hwaci.com/sw/sqlite/ and
http://www.torry.net/db/direct/db_directsql/tsqlite.zip or http://www.torry.net/db/direct/db_directsql/tsqlitedataset.zip

Harry Hunt
22-11-2004, 05:55 PM
Please, do yourself a favour and throw away MySql.
Postgresql is THE open source database.?

No it's not!

{MSX}
22-11-2004, 06:13 PM
Please, do yourself a favour and throw away MySql.
Postgresql is THE open source database.?

No it's not!

I could give you a nice 100-reason list of why is postgresql better, but that would be unuseful since you can find all them searching with google.

WILL
23-11-2004, 01:40 AM
Wheither you choose Postgresql or MySQL, it's mainly personal preferance and the choice of the administrator you are trying to support. However if you are going to go to the lengths of saying this is better than that, it might hlep to actually provide something a bit more constructive.

I'm sure someone can walse in and tell us all that C is better than Pascal(as inappropreate as that would be, hint hint) but without any substance to that person's claim, it's just an 'Is too, is not' argument waiting to happen.

In short, Play nice! ;)

Harry Hunt
23-11-2004, 08:16 PM
I could give you a nice 100-reason list of why is postgresql better, but that would be unuseful since you can find all them searching with google.

I didn't say postgresql wasn't better than MySQL, I'm just saying it's not THE open source database.

Traveler
23-11-2004, 10:40 PM
Guys please, all this is way off topic and in no way what the origional poster asked. How would you feel if you asked an opengl question and the next 10 posts are all about how good or better directx is.

Like WILL said keep it nice and stay on topic.