Search found 4 matches

by Babblo
29.08.2010, 22:55
Forum: ZDBC (ZEOS Database Connectivity)
Topic: How to know total fetched rows
Replies: 2
Views: 1713

Ok Mark, thanks for the answer ;)
by Babblo
30.06.2010, 19:07
Forum: ZDBC (ZEOS Database Connectivity)
Topic: How to know total fetched rows
Replies: 2
Views: 1713

How to know total fetched rows

Hi, Im new with Zeos Lib and Im doing some basic test... For this one, Im trying to know how many rows have a resultset after a simple select, so i try with GetFetchSize but allways return 0. This is what im doing. (Using ZeosLib 6.6.6 - Delphi 7) var C : IZConnection; S : IZStatement; R : IZResultS...
by Babblo
30.06.2010, 00:43
Forum: ZDBC (ZEOS Database Connectivity)
Topic: How to detect connection lost ?
Replies: 9
Views: 10634

Take a look:

http://www.mysqlperformanceblog.com/201 ... d-harmful/

It's on a MySQL blog, but the idea is the same for any DB server.

Bye!
by Babblo
07.06.2009, 23:32
Forum: SQLite Administrator
Topic: When a new version of the program ?
Replies: 4
Views: 3415

It's possible to get the source code?? I want to contribute with some new features.