Обсуждение: bytea and ODBC

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

bytea and ODBC

От
"Raymond O'Donnell"
Дата:
Hi all,

Is it possible to store large-ish binary data in a bytea field via
ODBC? I've been trawling the list archives, and there seems to have
been a limit of 8190 bytes at one time - is that still the case?

I'm trying to do this in a web application with ASP/VBScript and
ADO...any pointers or examples would be appreciated.

Thanks!

--Ray O'Donnell

-------------------------------------------------------------
Raymond O'Donnell     http://www.galwaycathedral.org/recitals
rod@iol.ie                          Galway Cathedral Recitals
-------------------------------------------------------------



Re: bytea and ODBC

От
Kenneth Suralta
Дата:
Hello,

I have the same problem..

I found out that this is a bug..
http://gborg.postgresql.org/project/psqlodbc/bugs/bugupdate.php?841

Is this also in the previous versions of psqlodbc ?

Also, I tried replacing bytea with text, i think it still has the same problem...



Raymond O'Donnell wrote:
Hi all,

Is it possible to store large-ish binary data in a bytea field via 
ODBC? I've been trawling the list archives, and there seems to have 
been a limit of 8190 bytes at one time - is that still the case?

I'm trying to do this in a web application with ASP/VBScript and 
ADO...any pointers or examples would be appreciated.

Thanks!

--Ray O'Donnell

-------------------------------------------------------------
Raymond O'Donnell     http://www.galwaycathedral.org/recitals
rod@iol.ie                          Galway Cathedral Recitals
-------------------------------------------------------------



---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command   (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

 

--