Page 1 of 1

MS Access Source

Posted: Thu May 20, 2004 10:35 am
by DS4DRIVER
Hi,
I would like to know about, using MS Access as the Source/Target DB.
To get connectivity to MS Access Source/Target, i will be using ODBC Stage. But, i am not sure of ODBC Configuration requirements.
I need some information about ODBC Configuration for MS Access and the setup procedures.

Thanks.

Posted: Wed Jun 02, 2004 10:56 am
by rgattu
To access MSACCESS files as sources and targets, you must create ODBC for MSACCESS giving DSN and FILENAME(.mdb).Then you can use it as usual.

Posted: Thu Jun 03, 2004 4:17 am
by ray.wurlod
The first thing you're going to need to find is a UNIX-based ODBC driver that can connect to MS Access. Do you have one of these? If so, the documentation that accompanies it will instruct you in the entries that are required in the odbc.ini file. You must also edit the uvodbc.config file in your project to reflect the fact that this data source is an ODBC (rather than UniVerse) data source, so that the driver will be loaded.
No ODBC driver for MS Access ships with DataStage. You'll have to source a third party driver.

Posted: Thu Jun 03, 2004 5:29 am
by kcbland
Another option is to hook the MS-Access mdb file into a SQL-Server instance, then use the unix --> ODBC SQL-Server driver --> SQL-Server --> MS-Access route to get at the data.

Posted: Thu Jun 03, 2004 7:52 am
by bjkilleen
Ken,

What are the gorey details of hooking a MS-Access mdb file to a SQLServer instance?

Thanks!
Brad

Posted: Sun Jun 06, 2004 8:01 pm
by vmcburney
Better yet move your Access data tables into SQL Server and don't use Access. If your Access database has some forms and reports you can link the SQL Server data tables back into Access and make Access the front end of a client server app.

The only problem I've had with this in the past is with identity or sequence number fields as SQL Server and Access create these numbers at different times. A small amount of code changes fixed this.