We are connecting to Sybase using SYC driver. I am trying to increase
Though the @@textsize on the database is set to 131072 and SQLCA.DBParm = "DBTextLimit='65536'" in databaseprofile, the text column is still truncating to 32768 when datawindow is created.
But, if size is reduced by changing SQLCA.DBParm = "DBTextLimit='5000'" then the datawindow shows the column correctly with 5000 char when it is created.
This is working correctly when I tested it with ODBC driver after adding PBMaxTextSize='65536' in pbodb170.ini
I tried with PB12.6 and see the same problem with the SYC driver.
Is this a bug or am I missing something for the SYC driver?
Thank you,
Sailaja Jasti