We are using ODBC in a .Net application and trying to connect to an OPTIM database using the Attunity OPTIM thin client 3.5 for windows. The OPTIM database has a 32000 blob data.
Now when I execute the application and my connection string is using the OPTIM Driver, I am able to pull only 4092 bytes of record for a row whereas in the OPTIM database I can see 32000 bytes of data.
The code is in .Net and uses ODBCDataReader and ODBCDataConnection.
I have even tried filling the data in a ODBCDataset but the same issue.
Seems there is a issue in the Attunity Thin Client for OPTIM and there is setting to return only 4092 bytes of data for a row.
Appreciate any help/inputs on this.


LinkBack URL
About LinkBacks




Reply With Quote