![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| accessing ms access from unix server... | ncatdesigner | UNIX for Advanced & Expert Users | 0 | 04-30-2008 06:11 AM |
| Microsoft Security Advisory (917021): Description of the Wi-Fi Protected Access 2 sup | iBot | Security Advisories (RSS) - Microsoft | 0 | 12-24-2007 06:00 AM |
| Receiving status code 39 when accessing files through program. | bigdawg | Filesystems, Disks and Memory | 6 | 08-29-2003 09:37 AM |
| C program with Oracle database access | kavi | High Level Programming | 5 | 07-12-2002 12:48 AM |
| microsoft access database on Unix | spiderling | UNIX for Dummies Questions & Answers | 1 | 03-07-2002 02:43 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have read a number of references to libraries that could be linked into a C program to access various databases. I have been tasked with writing an oracle library that would be able to access an Microsoft access database. The oracle database is running on a Unix server and would have to access the file on a windows server via a file share. I have seen references to C libraries that can be used to access the database, but could find no references to name of location of the actual libraries. Does anyone have any idea where the libraries could be found. I have been googleing for the last week and could find nothing beyond a few terse references. Any help would be greatly appreciated.
|
| Forum Sponsor | ||
|
|
|
|||
|
There are a lot of ODBC packages out there for Linux and UNIX. I don't know what
your platform(s) is, but you should at least look at commercial SQL connectivity products first. The reason for this is that you have support. http://www.odbcsdk.com/products/openrda/unix_access.asp This has a software development kit, and is deployed on both boxes - Windoze and UNIX. Otherwise - try an ODBC search at sourceforge.net |