cancel
Showing results for 
Search instead for 
Did you mean: 

DataSphere Connection to MS Access

0 Kudos

Hi,

I want to create a connection in DataSphere that will allow me to connect to MS Access.

How can I do this?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

XaviPolo
Active Contributor
0 Kudos

I haven't tested it, but in theory you should be able to do it through the JDBC connection.

Prepare Connectivity for Generic JDBC | SAP Help Portal

Apache Camel JDBC | SAP Help Portal

Probably, the connection string will be something like

jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=<filepath_to_MSAccessDB>
0 Kudos

This is also what I thought, but MS Access does not have a JDBC driver. There are third party JDBC drivers, but I want to avoid using one.