Обсуждение: Re: [GENERAL] Large Object questions...

Поиск
Список
Период
Сортировка

Re: [GENERAL] Large Object questions...

От
"John Huttley"
Дата:
-----Original Message-----
From: Howie <caffeine@toodarkpark.org>
To: John Huttley <john@mwk.co.nz>

>
>the one thing i miss is the ability to determine a lo's size (
>hinthintnudgenudgewinkwink ).




Here's a snippet of code

lo_lseek(cntl.conn, lo_fax,0, SEEK_END);
 length = lo_tell(cntl.conn,lo_fax);