How can I access a MS Access database from a remote server, which is on Windows platform, using Cocoa and objective-C on Mac OS X? The server is located in remote location and it can only be accessed over internet.
How can I make connection with server over internet? what all procedures to be used for making such applications? If I need to use ODBC, what all are the steps required to achieve a connection? I didn't find out any helpful documentations regarding these topics? Is there any frameworks to be used?
Thanks in advance
mahaboob