Search found 6 matches

by artelogic
22.04.2009, 23:37
Forum: ZeosLib 7.0 Beta Forum
Topic: Where to download the latest (or current) source?
Replies: 5
Views: 953

Thanks! Is there an SVN access, too?

And which REV do you recommend as most stable?
by artelogic
22.04.2009, 18:39
Forum: ZeosLib 7.0 Beta Forum
Topic: Where to download the latest (or current) source?
Replies: 5
Views: 953

Where to download the latest (or current) source?

Where can I download the latest (or current) source of version 7?
by artelogic
15.01.2009, 14:38
Forum: User Contributions
Topic: Extend IZStatement by GetBatch
Replies: 0
Views: 1591

Extend IZStatement by GetBatch

Suggestion to extend 'IZStatement' with 'function GetBatch: TStringList;', so that you can fill the Batch by 'GetBatch.Text:=MyString;' instead of splitting MyString and calling subsequently 'AddBatch(SplitString);' and, of course, to implement it in TZAbstractStatement. unit ZDbcIntfs; [...] IZStat...
by artelogic
15.01.2009, 13:41
Forum: 6.6 - stable
Topic: TZAbstractDataset.Destroy: error
Replies: 3
Views: 520

Is your app multi-threaded?
by artelogic
08.01.2009, 23:29
Forum: 6.6 - stable
Topic: Need help to get started
Replies: 6
Views: 774

2. Obviously I was wrong with Catalog. So my question: Is there a possibility to change the database an IZConnection is working with?
by artelogic
08.01.2009, 20:26
Forum: 6.6 - stable
Topic: Need help to get started
Replies: 6
Views: 774

1. You need libmysql.dll in the app dir or in PATH dir, eg. C:\Windows\system32. You get it with MySQL Server for Win, for example. 2. Catalog is the Database (which is called catalog in MySQL) which is in use by the connection by default. 3. Nothing, except for having the server running and grantin...