Search found 1 match

by fernando_garetto
22.12.2006, 16:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem: I use domain on Postgres 8.1 with latest ZeosLib
Replies: 11
Views: 2023

I modified this procedure and now fields associated to domains are available. function TZPostgreSQLConnection.GetTypeNameByOid(Id: Oid): string; var I: Integer; QueryHandle: PZPostgreSQLResult; SQL: PChar; TypeCode: Integer; TypeName: string; begin if Closed then Open; { Fill the list with existed t...