Here's an example. I would still like to hear of the results if you were
able to use RMScript.DLL in your eFilm app?
SET VAR VLOC = 'F:\ACCESS\HHS62\HHSdata.mdb;'
SET VAR vconnect = +
('SCONNECT '';Provider=MSDASQL.1;Driver={Microsoft Access Driver
(*.mdb)};Dbq=' + .vloc +'')
set var vconnect = (.vConnect + ';Uid=admin;Pwd=;''')
&vConnect
----- Original Message -----
From: "Luc Delcoigne" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Tuesday, July 27, 2010 12:40 PM
Subject: [RBASE-L] - re: VB connection to Rbase
Hi,
I have to run a VB 6.0 program where I have the following line to
"translate" to RBASE.
DBConnection.Open "provider=Microsoft.Jet.OLEDB.4.0;data
source=c:\Source\RxData2000.mdb"
How does this look to make this program connect to my Rbase database and do
what it's supposed to do ?
Do I need the Oterro driver for this ?
Luc Delcoigne