Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i want to vb2010 connect to sql and how data insert and retrieve?
Posted
Comments
Sergey Alexandrovich Kryukov 11-Dec-13 0:47am    
You not "connect" Visual Studio with anything, this is nothing but an IDE. You can connect your application. See the difference?
And then to Access or "to SQL" (what is that?)?
—SA

1 solution

If you are really talking about Microsoft Excel connectivity, you can use ADO.NET and access Access database using Microsoft Jet database engine through OLE DB provider:
http://en.wikipedia.org/wiki/Microsoft_Jet_Database_Engine[^],
http://msdn.microsoft.com/en-us/library/ms971485.aspx[^].

—SA
 
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