PostgresDAC

TPSQLUser.Properties.UserID

Previous Next

Identifies the ID (oid) of the user on the server for which this object is an encapsulation.

Syntax:

property UserID: cardinal;

Description:

Use UserID in low level calls to Postgres server.

Since OID type is unsigned integer be carefull when mixing integer types in your application!