read field bytea from VB6

From: Gabriel Ferro <gabrielrferro(at)yahoo(dot)com(dot)ar>
To: pgsql-odbc(at)postgresql(dot)org
Subject: read field bytea from VB6
Date: 2007-02-16 22:30:41
Message-ID: 982721.36565.qm@web52108.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I have a similar problem with VB6 and postgre to read a text stored in a bytea field. When desire to read a registry I see the content of the fields except the bytea. it gives to the error “Space of insufficient storage to complete this operation.” the error is with the instruction:
Cnn. Execute “INSERT INTO "" RecibidasDes "" ("" Summary "", "" TipoInfo "", "" Info "") YOU ESTIMATE (“” & tuplas! summary & “”, ““& tuplas! TIPOINFO &””, decrypt (““& tuplas! info &””:: bytea, ““& Text3.Text &””:: bytea, “bf”:: text)); ”

Tthe problem is with tuplas! info that is the bytea with the other fields everything ok
plis helpme
bye. Gabriel



__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2007-02-17 22:58:08 [ psqlodbc-Bugs-1002054 ] SQLSetDescField with SQL_DESC_INDICATOR_PTR has no effect.
Previous Message noreply 2007-02-16 18:11:51 [ psqlodbc-Bugs-1001999 ] PSQLODBC folds identifiers to lower case, causing Excel (MS Query) to fail.