On Wed, May 13, 2009 at 7:01 AM, Rafael Copquin <[email protected]> wrote:
> 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?
-------------------------
Are you sure that the data from the memo is in the SQL Server table?
You could change that column to TEXT instead, you just lose teh
ability to query it's contents.

Varchar(8000) will hold a lot of data!

-- 
Stephen Russell
Sr. Production Systems Programmer
Web and Windows Development
Independent Contractor
Memphis TN

901.246-0159

_______________________________________________
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/[email protected]
** 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.

Reply via email to