I am storing a long text message in a table -- about 17KB of text. WhenI 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