Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my VB6 application, I connect to the SQL Server 2008 R2 using Provider SQLOLEDB.1.
This is not supporting on windows 2008 R2 64-bit. How to deploy "SQLOLEDB.1" provider on windows 2008 R2 64-bit.
Posted
Updated 3-Mar-13 20:49pm
v2
Comments
Maciej Los 4-Mar-13 3:40am    
Please, be more specific and provide more details. Show us your code and error number.

1 solution

I'm using vb6 on an SQL 2008 server, all the old code works fine except needing to change the connection string, this should point you in the right direction.... http://www.connectionstrings.com/sql-server-2008[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900