I use the tclodbc 2.3.1 package. The data are stored in a Sybase SQL Server. The driver is a Sybase SQL ODBC 11 driver.
Normally I develop with MS FoxPro 6.0 and I don't have any problems with this driver.
In TCL I have the following problem:
When I select all columns from a table, the tclodbc package normally works, but if one or more columns are "text" or "memo" columns, then i get this error message:
ct_get_data(): user api layer: external error: Item 3 has already been read.
e.g.:
SELECT * FROM test
Structure of table test:
no (int)
descr (char(30)
long (text)
valid (tinyint)
Item 3 is the memo/ text column
Can somebody help me????
Normally I develop with MS FoxPro 6.0 and I don't have any problems with this driver.
In TCL I have the following problem:
When I select all columns from a table, the tclodbc package normally works, but if one or more columns are "text" or "memo" columns, then i get this error message:
ct_get_data(): user api layer: external error: Item 3 has already been read.
e.g.:
SELECT * FROM test
Structure of table test:
no (int)
descr (char(30)
long (text)
valid (tinyint)
Item 3 is the memo/ text column
Can somebody help me????