Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting an Access DB

Status
Not open for further replies.

scrano

Technical User
Jan 24, 2001
51
AU
Can anyone tell me if I can start an MS Access database from within VB at all? Thanx in advance
 
---------------------------------------------------------
'Reference to Microsoft ADO Ext. 2.5 for DLL and security (MSADOX.DLL)
Dim Cat As ADOX.Catalog, StrCon As String
Set catNew = New ADOX.Catalog
StrCon = catNew.Create("Provider=Microsoft.Jet.OLEDB.4.0;Data Source = " + dbName)
set Cat = nothing
------------------------------------------------------------

Sunaj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top