![]() |
how do you connect to a microsoft databse using vb
can anyone help with information on how you can use visual basic to connect to a ms db for the purposes of retrieving and storing data to tables in a ms db.i think that any one who can post sample code will help around the problem
|
Re: how do you connect to a microsoft databse using vb
If you are using VB.NET then
Code:
Imports System.Data.OleDbCode:
Public con As New ADODB.Connection 'Database connection string |
Re: how do you connect to a microsoft databse using vb
Thanx for your contribution kiLLER.
|
Re: how do you connect to a microsoft databse using vb
you can also use Data Control :]
|
| All times are GMT +5.5. The time now is 13:49. |