Text/SQL_C_CHAR/ODBC limit?

Started by Nonameover 23 years ago1 messagesgeneral
Jump to latest
#1Noname
stas-pgsql@xstas.net

I am storing a long text message in a table -- about 17KB of text. When
I do SQLFetch using ODBC, I only get 8194 bytes, even though length(
field ) returns 17K. The entity is declared as 'text'.

Is there a limit in ODBC library?

Thanks,
Stas