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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OpenOffice Database connection string

Status
Not open for further replies.

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 & ";
 
Everything I see talks about connecting TO an access database from within openoffice.

I just want to stop using access and use openoffice database for a simple website product catalog built using asp.

Anyone else
 
OpenOffice.org has tutorials and forums for OpenOffice questions. Your question might have a better chance of getting answered there but you may not have a choice with OpenOffice. It may require you to connect to an ODBC compliant database to do what you want.

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top