Using Putline

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
caifan
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 20.04.2007, 23:40

Using Putline

Post 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.
Post Reply