Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is there any means to connect sqlserver 2008 database with c# 2003.please give some guide.
Posted

1 solution

Yes you can connect an application written in Visual Studio 2003 to a SQL Server 2008 database without issue. As long as you have the correct driver installed on the machine you can connect just about anything to SQL Server.

for connection string-
www.connectionstrings.com/[^]
 
Share this answer
 
Comments
danitension 18-Jan-12 4:25am    
thank you sir for your help but can you specify more about "correct driver installed" that i have to use on my machine? again thank

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