need help for my first simple query
Posted: Sat 05 Jul 2008 09:19
Hello,
years ago I programmed many things with Delphi 3. Now I have to build a programm which can interact (SELECT, INSERT, UPDATE, DELETE) with an MySQL-Database. I've learned, that the Borland components are not the best way to do this and so I found the "Data Acces Components for MySQL".
I studied the forum and learnd that I need the following components to start working:
"Following components are enough to get browsable and editable recordset:
1) MyConnection
2) MyTable or MyQuery
3) DataSource
4) DBGrid and DBNavigator "
...but which properties must I configure, so that this four components work together.
I use the "CodeGearâ„¢ RAD Studio 2007 Version 11.0.2902.10471" as a four weeks trial-version and the trial-version of the DAC-components.
As MySQL-Server I use a XAMPP-installation which definitly works fine.
I'm looking forward to a few hints so that I can start programming until the trialperiod ends. If I can't handle this MySQL-Querys until then I will skip the projekt.
Thanks!
Marcus
years ago I programmed many things with Delphi 3. Now I have to build a programm which can interact (SELECT, INSERT, UPDATE, DELETE) with an MySQL-Database. I've learned, that the Borland components are not the best way to do this and so I found the "Data Acces Components for MySQL".
I studied the forum and learnd that I need the following components to start working:
"Following components are enough to get browsable and editable recordset:
1) MyConnection
2) MyTable or MyQuery
3) DataSource
4) DBGrid and DBNavigator "
...but which properties must I configure, so that this four components work together.
I use the "CodeGearâ„¢ RAD Studio 2007 Version 11.0.2902.10471" as a four weeks trial-version and the trial-version of the DAC-components.
As MySQL-Server I use a XAMPP-installation which definitly works fine.
I'm looking forward to a few hints so that I can start programming until the trialperiod ends. If I can't handle this MySQL-Querys until then I will skip the projekt.
Thanks!
Marcus