Re: Creating a Remote database connection.
Re: Creating a Remote database connection.
- Subject: Re: Creating a Remote database connection.
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 8 Apr 2009 09:38:40 -0600
On Apr 8, 2009, at 3:05 AM, rethish wrote:
I have to access data from a MS Access database and also need to
update it.
The MS Access database
is located in a remote MS Access server which is in windows
platform. How
can I establish a connection
with this remote server?
You'll have to use ODBC and a driver for Access.
If I have to use ODBC , how can it be used?
when googled we can’t find any helpful documentation related to this
subject.
The ODBC library is in /usr/lib and is called 'libiodbc'. You link to
that, and then you can use the API as described here: <http://msdn.microsoft.com/en-us/library/ms714177(VS.85).aspx
>
Finally, you need to set up a connection to the Access database, which
you can do in ODBC Administrator. You'll have to find a driver on your
own. Good luck.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden