Closed
Pega PRPC - Access Database
Is it possible to connect and pull data from a Microsoft Access Database . If so , can you please point me to some documentation
Thanks
***Edited by Moderator Marissa to update platform capability tags****
Hi @JeevanM1,
As far as feasible in theory (the references below show how-to connect to Access via JDBC) there are so many drawbacks to consider that I strongly advise against proceeding in this direction.
Basically this usage scenario is outside the scope for which the database originally was designed. (multi-user scenarios are not well supported, there are file size limitations, you need to access to the database file).
Also MS Access doesn't fully support ANSI SQL features hence you could be limited to Java activities and some Connect SQL Rules.
https://stackoverflow.com/questions/16626301/jdbc-driver-ms-access-connection
https://stackoverflow.com/questions/37397232/connecting-to-an-access-database-on-tomcat