Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect to Microsoft Access Database from XCode

I've been tasked with writing a Mac App in xcode 4.3 that can search and display data from a publicly available MS Access Database that's updated regularly. For this reason, I can't just convert the file to a different database platform. I've searched the depths of Google and can't find anyone else attempting such a task.

Can anyone point me in the right direction?

like image 788
bgolson Avatar asked Nov 04 '22 01:11

bgolson


1 Answers

You may try to use 3rd party tools that provide connectivity like actualtech one. http://www.actualtech.com/product_access.php
I personally never tried this one, but it looks promising.

I believe there are no native Microsoft support for other platforms than Windows.

like image 143
Max Markov Avatar answered Nov 15 '22 05:11

Max Markov