Search found 16 matches

by pawelp
19.08.2008, 17:46
Forum: 6.6 - stable
Topic: Problem with GetTableNames and Postgre
Replies: 6
Views: 1487

Problem with GetTableNames and Postgre

Hi,

I have a small Problem with the GetTableNames method of TZConnection.
The result List contains besides the table names also indices and primary keys for all the tables.

I call:

var
tables : TStringList

MyZConnection.GetTableNames('','public', tables);

The Postgre Version I'm using is 8.3