On-line use of converted database

Discuss the database features
Post Reply
edwind
Posts: 1
Joined: Wed Apr 22, 2015 12:43 am

On-line use of converted database

Post by edwind »

Hi,
I have recently begun to swap all of my activity to open office from microsoft.
Some time ago I constructed a personal database of links to my on-line work so that I could quickly pull out examples.
My question is, how do these three lines of code need to be changed now that I have a converted database from mdb to odb?

Code: Select all

cn="DRIVER={Microsoft Access Driver (*.mdb)};"
cn=cn & "DBQ=" & server.mappath(accessdb)
Set rs = Server.CreateObject("ADODB.Recordset")
[end of code]
I cannot find any instruction lesson or tutorial on this kind of detail.
Thanks.
OpenOffice 4.1 on Windows 8.1
Post Reply