Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server 2012 - ODBC drivers and varchars not working
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
SQL Server 2012 - ODBC drivers and varchars not working
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01609024
Message ID:
01609024
Views:
76
I'm sorry to bother everyone again about this subject, but I'm stuck...

We have a MS SQL Server 2012 and VFP9. We want to use varchars in SQL Server and have them come down to VFP9 as varchars, but the best I can do is they come down as character and not varchar.

I'm pretty sure I've done this successfully at my last job where we only had MSSQL 2008.

Here are my various connection string efforts:

?sqlstringconnect("Driver={SQL Server};Server=.;Database=jeff;Trusted_Connection=yes;")
?sqlstringconnect("Driver={SQL Server Native Client 10.0};Server=.;Database=jeff;Trusted_Connection=yes;")
?sqlstringconnect("Driver={SQL Server Native Client 11.0};Server=.;Database=jeff;Trusted_Connection=yes;")

And I select * from a table in my db that has one Id field and one varchar field. But, as I said before, they are fat padded characters in VFP9. I've also set varcharmapping on.

Help!
Next
Reply
Map
View

Click here to load this message in the networking platform