Page 1 of 1

ZConnection with MySQL 4.x

Posted: 12.10.2005, 18:14
by mbsoft
I'm using ZEOS 6.5 alpha
MySQL 4.x

ZConnection.Catalog := 'mbsoftswift';

ZConnection : what do i have to fill-in on ZConnection.Database ?
Clicking on this property starts a selecting file, but which file do i have to choose.

Thx

Posted: 13.10.2005, 11:21
by zippo
Well, I would like to know what Catalog is exactly for. I always use .Database to select a database.

Posted: 13.10.2005, 18:06
by mbsoft
I found out !

ZConnection.Database := 'mbsoftswift';

Same as the catalog. And it works .....