SQLDescribeCol method used to know the column size in table. but in one column the datatype is text its giving size 8190 and other machine its giving 65535. Please tell me why its happening?
I need to change means some setting is required in my system.
Database Name PostgreSql 8.4
Machine Redhat Linux 64 bit
Column Datatype is Text
I am Calling this method sqldescribecol to know the Size of column
please tell me if u know
Thanks in Advance……
Hanish
This sounds like a difference in ODBC version or configuration. Look for a setting for Unknown Sizes in the ODBC configuration.