Board index » delphi » Talking to MySQL server (local and remote)
marek jedlinski
![]() Delphi Developer |
Talking to MySQL server (local and remote)2006-04-21 01:40:45 AM delphi56 I've never done any work at all with database applications, though I have some basic understanding of mysql (mostly by way of CMS systems). I need to create a simple application for my personal use that will let me store chunks of text along with some metadata in a mysql DB. I don't want to use BDE and am using Delphi 6, so no .Net. I'd like to start with a free or an inexpensive commercial solution, since at this point it is only an experiment (I want to see if it will work better than any non-DB solutions I have tried). I am running MySQL 12.21 locally at the moment, and can of course install a newer version if required. The reason to use MySQL is that the DB will be portable and easy to transfer: if the setup works well, I will eventually put it on a remote server instead. (Can't use Firebird, since my hosting provider doesn't support it.) I will also want to develop a PHP interface to the DB, though data entry will be done via the Delphi application, mostly. What are my options, please? (I've looked at existing CMS systems, but they're much too complex for my needs, and at the same time my app will need some simple but specialized functionality which those systems do not have. And I want to learn about using databases with delphi, so I would like to roll something of my own.) .marek -- No ads, no nags freeware: www.tranglos.com "If you're happy and you know it, clunk your chains." |