Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with TCLODBC 2.3.1

Status
Not open for further replies.

221177

Programmer
Jul 10, 2002
1
DE
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????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top