Linked excel files in access DB as datasource

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
JanClaes
Premium Member
Premium Member
Posts: 2
Joined: Mon Jan 28, 2008 4:00 am

Linked excel files in access DB as datasource

Post by JanClaes »

Is it possible to use linked excel files (in Access DB) as a datasource?When I try to import the metadata via ODBC, I cannot see the linked files.
Then, I defined the table myself, and then try to connect with the user defined SQL option in the ODBC stage, but I get the message that the system do not recognise the file path.
Anyone out there with an answer?
Thanks!
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. You need to set up an ODBC DSN (Excel driver) with the pathname of the worksheet. When importing table definitions you must check the System Tables check box; for some reason best known to Microsoft, Excel worksheets are presented to the ODBC driver as system tables.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
JanClaes
Premium Member
Premium Member
Posts: 2
Joined: Mon Jan 28, 2008 4:00 am

Thanks

Post by JanClaes »

ray.wurlod wrote:Welcome aboard. You need to set up an ODBC DSN (Excel driver) with the pathname of the worksheet. When importing table definitions you must check the System Tables check box; for some reason best known to Microsoft, Excel worksheets are presented to the ODBC driver as system tables.


It works! I can see the linked tables
Thanks
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please mark the thread as Resolved.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply