Search found 3 matches

by kamilozo
21.09.2007, 22:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
Replies: 12
Views: 5494

Hi, The table list retrieval works now. After 2 days of debuging I found wrong cast command in my source. :-( K. Working example =========== procedure Tfrm_cumain.Button6Click(Sender: TObject); var database: TZConnection; XList: TStrings; tableName: string; List: TStrings; i: integer; begin List:=TS...
by kamilozo
19.09.2007, 22:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
Replies: 12
Views: 5494

empty

Hi,

thank you for answer and excuse for my late reply. I am using Firebird Database Server 2.0.1. Leaving the mask initial doesn't help. The result is still empty list.
Is there at least any workaround how to get list of all tables from database using TZConnection?

Kamilozo
by kamilozo
17.09.2007, 10:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird and 6.6.1 problem: 'Cannot retrieve Resultset data'
Replies: 12
Views: 5494

TZConnection.GetTableNames('*',List);

Hi,

I am using TZConnection to receive all DB tables during the design time

List: TStrings
TZConnection.GetTableNames('*',List);

but the List is always empty.

this is bug. Was it fixed in some release? I use currently ZEOSDBO-6.6.1-beta.

Thanx
Kamil