Tuesday, October 21, 2014

how to connect database in asp.net using oledbconnection vb.net

Posted by Unknown  |  No comments

 how to connect database in asp.net using oledbconnection vb.net  
 sub Page_Load  
 dim dbconn  
 dbconn=New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;  
 data source=" & server.mappath("northwind.mdb"))  
 dbconn.Open()  
 end sub  

6:12 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top