Hi people, I have a VFP table with a memo field. I created a similar table in SQL Server, but the memo field was changed to varchar(max).
I could successfully pass all the VFP data to the SQL tables. However, when I read the SQL table from VFP, the varchar field comes empty, even though reading the table with the SQL Server Management Studio I can see all the data from the memo field is there.. A call to SQLCOLUMNS with both the NATIVE and FOX parameters, shows the structure of the received cursor as being of size 0. Did you guys ever encounter this? if so, how did you solve it? Rafael Copquin _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/002e01c9d3c2$8c245fc0$6401a...@rafaelpc ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

