Search found 3 matches

by kobalt
05.01.2007, 09:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Noob : Retrieve FieldNames
Replies: 8
Views: 1936

bangfauzan wrote:For retrieving field names you can use GetFieldNames function

ex. ZTable1.GetFieldNames(List);

regards

Hi, just wanted to ask which type of List I should use?


Thx for these many replies .. really happy about that. I slowly get into zeos :) .... makes live really easier after all :)
by kobalt
04.01.2007, 00:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Noob : Retrieve FieldNames
Replies: 8
Views: 1936

Thx a lot guys, I 'll take your advise. Some additional advise: use a ZQuery instead of a ZTable unless you really need all columns and all rows of a table. (Just for performance.) That's exactly what I am trying to do atm. Just wanted to List all Entries from a table (Client sortatable) to a TStrin...
by kobalt
02.01.2007, 19:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Noob : Retrieve FieldNames
Replies: 8
Views: 1936

Noob : Retrieve FieldNames

Hi, first off a little rant on this project, the project is gread I am happy I don't have to use this whole ODBC connection stuff, that you would normally have to go through to get connected to a database. Well anyway's I was hoping for a little bit more documentation on Zeos, I doesn't seem to find...