Storing a binary file with Visual Basic and ADO

Поиск
Список
Период
Сортировка
От Haritz Elosegi
Тема Storing a binary file with Visual Basic and ADO
Дата
Msg-id 3A6555C1.9C228571@epunto.com
обсуждение исходный текст
Список pgsql-hackers
 I am trying to store a binary file with Visual Basic 6.0 and ADO and I
use the oid data type. The same code with Oracle and the clob type works
but with PostgreSQL I receive an error saying "Multiple Step Operation
generated errors. Check each status value.". I am using the ODBC drivers and I assign a String to the Oid but it
fails. I have also tried with a bytes array and with variant data type
but the same error happen.If I use Java and JDBC it works with byte array reading from a stream.
Thank you.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hunter Hillegas
Дата:
Сообщение: Re: [GENERAL] Slashdot and PostgreSQL
Следующее
От: Camm Maguire
Дата:
Сообщение: Re: Mysterious 7.0.3 error