Hi
I'm wanting to use ZeosLib with MySQL. Are there any tutorials around for doing such? I've searched about, but not come up with much for MySQL.
Thanks.
Chris.
ZoesLib 6.51(alpha) Tutorial?
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Well, If you've used zeoslib before it's just making sure you put the libmysql.dll in the right place and choose the right protocal on the connection component. If that's ok, you should check if your queries are supported by mysql.
If you want to use transactions, make sure your mysql tables are innodb tables as myisam doesn't support transactions.
Mark
If you want to use transactions, make sure your mysql tables are innodb tables as myisam doesn't support transactions.
Mark
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
OK, I've found some short introduction here. It's written with Firebird server in mind but it doesn't make much difference:
Knowledge Base
Do you know a little about mysql? You need to set protocol, hostname, user, port and password parameters of the connection.
Other things are almost database independent. If you want more information about what a property or method is supposed to do : just look at the delphi help for BDE components. Most components have a BDE counterpart with same functionallity but without the need of the BDE.
Mark
Knowledge Base
Do you know a little about mysql? You need to set protocol, hostname, user, port and password parameters of the connection.
Other things are almost database independent. If you want more information about what a property or method is supposed to do : just look at the delphi help for BDE components. Most components have a BDE counterpart with same functionallity but without the need of the BDE.
Mark
Take a look here, its not very up to date, but shall give you some answers.
http://zeos.firmos.at/viewtopic.php?p=2438#2438
http://zeos.firmos.at/viewtopic.php?p=2438#2438
fabian