Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 SQL with VB.net

Author  Topic 

kabon
Starting Member

48 Posts

Posted - 2012-06-25 : 23:49:30
Can I use SQL Server 2008 to be database of VB.Net?
And how to use it?

sathiesh2005
Yak Posting Veteran

85 Posts

Posted - 2012-07-10 : 05:41:32
Sure. you can use.
Use a connection string in you VB.Net application to connect to SQL server.

http://www.connectionstrings.com/sql-server-2008

@Sathiesh
Go to Top of Page

sunitabeck
Master Smack Fu Yak Hacker

5155 Posts

Posted - 2012-07-10 : 07:27:40
This MSDN page has a complete code sample using VB.Net and ADO.Net: http://msdn.microsoft.com/en-us/library/dw70f090.aspx#Y500
Go to Top of Page
   

- Advertisement -