Author | Message | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Meka][Meka Unstopable Posts: 700 | anyone wanna make some examples of mysql and delphi or jus mysql syntax in general?, wud be appreciated | ||||||||||||
bluebear n00b Posts: 32 | The SQL syntax is well documented at mysql.com so i wont tell you about that. And i dont work with delphi.. but heres a sample from PMspy wich is C++. DB part is C though.. The table:
Includes
mysql state
Connect
escape bad chars and insert in table
close
| ||||||||||||
Mickey Ametuar Posts: 115 | ZeosLIB has made an open source component package called ZeosDBO. Working with MySQL is easy with this package. We are using this library at work for our MySQL projects. Description: The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder. | ||||||||||||
Meka][Meka Unstopable Posts: 700 |
jupp trying it, and its great, thanks... the dbexpress was buggy hence i cudnt get it to work.... | ||||||||||||
Mickey Ametuar Posts: 115 | I just want to let all users know who use ZeosLIB that there is an updated version of this package. It is beta but works fine for me. | ||||||||||||
Meka][Meka Unstopable Posts: 700 | which version ? | ||||||||||||
Mickey Ametuar Posts: 115 |
Zeos Database Objects: zeosdbo-6.6.0-beta Released: October 25, 2006 |