kprogrammer
Programmer
- Feb 28, 2003
- 27
I am trying to insert a new row into an SQL Server 2000 table from VFP 8.0 The table includes two text data type columns. When I have small strings of data, the insert will populate the text columns, but when I try to insert larger character strings (80,000 characters), no data is stored in the text columns. The other columns in the table char and varchar columns are populated. I am using an ODBC connection to the SQL Server table.
Does anyone have any idea what I am missing/doing wrong?
Kirk
Does anyone have any idea what I am missing/doing wrong?
Kirk