mcgyvr
Programmer
- Aug 19, 2008
- 8
Looking for the equivalent for an OpenOffice database versus the following code for MS Access.
Thanks in advance
' Create an ADO Connection to connect to the sample database.
Set cnnSearch = Server.CreateObject("ADODB.Connection")
' This line is for the Access db connection string
cnnSearch.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBPath & ";
Thanks in advance
' Create an ADO Connection to connect to the sample database.
Set cnnSearch = Server.CreateObject("ADODB.Connection")
' This line is for the Access db connection string
cnnSearch.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBPath & ";