|
I am trying to connect from VB2008 to OpenOffice.
So the connection to Microsoft is
Build connection string to connect to ' -- an OleDB Data provider sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" sConnection = sConnection & "User ID=Admin;" sConnection = sConnection & "Data Source=" sConnection = sConnection & Application.StartupPath & _ "\camerashop.mdb"
Do I have to change both the Provider and StartupPath or just 1?
|