Search found 7 matches

by tohenk
16.10.2006, 03:43
Forum: User Contributions
Topic: New MySQL Generic Driver
Replies: 8
Views: 5215

Hi All, So are 'Library' and 'ForceVersion' optional parameters?. Both Library and ForceVersion are optional, by default Library would be libmysql.dll or libmysqlclient.so. ForceVersion if doesn't specified doesn't affect the driver, it would guess the version. Finally, I have a sample code that tes...
by tohenk
15.10.2006, 04:55
Forum: User Contributions
Topic: New MySQL Generic Driver
Replies: 8
Views: 5215

Hi All. This new driver work okay on both client library or as embedded. The difference is, to use mysql embedded you can specify in connection property: ... Library=libmysqld.dll ForceVersion=500009 ServerArgument1=... ServerArgument2=... ... ForceVersion needed because not all of mysql library hav...
by tohenk
13.10.2006, 10:29
Forum: User Contributions
Topic: New MySQL Generic Driver
Replies: 8
Views: 5215

New MySQL Generic Driver

Hi All. This driver use single driver as ideas of mdaems, use the right protocol when library loaded. To use the new driver enable ENABLE_MYSQL_NEW_DRIVER in Zeos.inc set protocol to `mysql` then specify the library to load in Connection properties. Here we are: ... Library=libmysql.dll ForceVersion...
by tohenk
07.10.2006, 08:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Runtime Error 216 on Program Shutdown on Delphi 2006 (10)
Replies: 37
Views: 12846

Hi MZmuda , I had have a problem like yours. It seem when compiling ZeosLib in D10 with include ($i) directive for the same file in several lines, D10 lock it for first occurance. And it can be happen next when we recompile it. WORK ARROUND is to do a CLEAN INSTALL: 1. Remove ZEOS from Component > I...
by tohenk
30.09.2006, 09:42
Forum: User Contributions
Topic: [bug_fixed] MySQL Embedded Server Arguments
Replies: 12
Views: 6973

I haven't see any MySQL Embedded library bundled since version 5.0.9-beta. So, I have used this old one.

Unfortunately, because of size limitation of an attachment, I can't put it
this forum. I have emailed a copy to fduenas@gmail.com.

Regards!
by tohenk
29.09.2006, 07:43
Forum: User Contributions
Topic: [bug_fixed] MySQL Embedded Server Arguments
Replies: 12
Views: 6973

MySQL Embedded modified Library

I haven't added for --datadir checking routine. But May be later.
by tohenk
27.09.2006, 06:50
Forum: User Contributions
Topic: [bug_fixed] MySQL Embedded Server Arguments
Replies: 12
Views: 6973

[bug_fixed] MySQL Embedded Server Arguments

I’m using MySQL Embedded for some of my applications. I’ve tried ZEOSLIB ( rev 98 ) and it work fine. But, I need MySQL Embedded to be configurable via my app. In fact, ZEOSLIB doesn’t provide it. It only support simple ‘--datadir’ which defined in ZPlainMySQLConstants.pas. And it’s absolutely uncon...