PDA

View Full Version : MySQL



pstudio
22-09-2006, 11:02 AM
hey everybody

I've decided that I would like to create a program that i can use with a MySQL database from a remote computer. Now that's far away in the future for me :wink: so I was wondering if anyone knows any good tutorials about making delphi applications that can connnect to a MySQL database and work with MySQL on a local computer as well as a server

FNX
22-09-2006, 12:30 PM
Check out zeoslib at http://zeosforum.net.ms/ and avoid
using native delphi db components ;)

Install and look for the examples/demos that carry with the lib, that should
be a good place to start.

Happy programming!

pstudio
24-09-2006, 06:15 PM
thanks :)
I'll look into it.

technomage
24-09-2006, 06:55 PM
Do a google for


mysql direct Cristian Nicola

This is an excellent library, very quick :-)

Multicoder
24-09-2006, 10:32 PM
Do a google for


mysql direct Cristian Nicola

This is an excellent library, very quick :-)

Yes it is.
Here you can download the units: http://sourceforge.net/projects/directsql
and here is a good tutorial http://www.dsdt.info/tutorials/mysqldirect/?page=2
it's in german but if you look at the code you will understand ;-)

Greet'z