
How do you connect your VB.NET application to SQL Server?Given below
is the sample code which shows how to establish connection between VB.NET
application and SQL Server: In this example,
you create a sampleConnection by defining its ConnectionString attribute.
You then open the connection by calling Open() method of sampleConnection.
Now you can use this connection in your command and finally you have to
call close() of the connection.
_______________________________________________________________________
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |