---------------------------------------------------------
'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
------------------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.