When you install SQL Server locally it will install client libraries.
You can find the downloads here. I think what you want is the Microsoft Sql Server 2008 Native Client on that page.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=16177
I think you can check the driver versions in the ODBC Data Source Administrator (type ODBC into the Windows 7 Run box).
+++ Rick ---
Thanks for the reply Rick.
How can I make sure I'm using recent SQL Server drivers? Would that in ODBC somewhere?
- Dave
I tried this:
where the value field in the test table is nvarcharmax and I don't get any nulls in the data.
Make sure you're using recent SQL server drivers that support nvarchar(max). When in doubt, hook up the SQL Server Profiler and check what FoxPro is sending up to the server.
+++ Rick ---
I just changed a field in my SQL Server database to an nvarchar(max) - and now find that when I use SQL pass-through from VFP 9 to write a large amount of text, it is embedding a null character [chr(0)] ever 4096 characters.
Anyone else run into this? And if so, how did you deal with it?
Thanks - Dave
from Maui, Hawaii