xbase/VFP - Memo field
Posted: Tue 05 Nov 2019 17:36
Hopefully someone can help me- Devart tech support has apparently given up and is no longer responding. Submitted a support ticket and work
My problem is that if I query (From SQL Openquery) a Foxpro table (.dbf) that contains an empty memo field the query returns an error that the data.
An unexpected NULL value was returned for column "[MSDASQL].MEMO1" from OLE DB provider "MSDASQL" for linked server "TEST". This column cannot be NULL.
If I add text to the memo field, it still doesn't work as I get an error:
Cannot get the current row value of column "[MSDASQL].MEMO1" from OLE DB provider "MSDASQL" for linked server "TEST". The provider cannot allocate memory or open another storage object on this column.
So basically, my problem is that I cannot include memo fields in a query which is one of the main reason for purchasing the odbc driver.
Can anyone provide assistance?
My problem is that if I query (From SQL Openquery) a Foxpro table (.dbf) that contains an empty memo field the query returns an error that the data.
An unexpected NULL value was returned for column "[MSDASQL].MEMO1" from OLE DB provider "MSDASQL" for linked server "TEST". This column cannot be NULL.
If I add text to the memo field, it still doesn't work as I get an error:
Cannot get the current row value of column "[MSDASQL].MEMO1" from OLE DB provider "MSDASQL" for linked server "TEST". The provider cannot allocate memory or open another storage object on this column.
So basically, my problem is that I cannot include memo fields in a query which is one of the main reason for purchasing the odbc driver.
Can anyone provide assistance?