Page 1 of 1

Using Putline

Posted: 20.04.2007, 23:47
by caifan
Hi,

How can i use PutLine? i need it for a copy command.

I tried to get the handle with...
pgconn:=TZPostgreSQLConnection(ZConnection.DbcConnection);
PHandle:=pgconn.GetConnectionHandle;

and the plain driver with...
pgdriver:=TZPostgreSQL8PlainDriver(pgconn.GetPlainDriver);

But it fails, i'm really stucked here, can you help me? thanks in advanced.