Adding Excel as one of the ODBC source in the odbc.ini file

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
pradkumar
Charter Member
Charter Member
Posts: 393
Joined: Wed Oct 18, 2006 1:09 pm

Adding Excel as one of the ODBC source in the odbc.ini file

Post by pradkumar »

Hi

For Text fiel as the Data Source, we have the following configuration in our odbc.ini file
[Text]
Driver=/apps/applmgr/Ascential/DataStage/branded_odbc/lib/VMtxt20.so
Description=DataDirect 5.00 TextFile(*.*)
AllowUpdateAndDelete=0
ApplicationUsingThreads=1
CacheSize=4
CenturyBoundary=20
Database=/scratch/DataDirect_5.0/odbc/demo
DataFileExtension=TXT
DecimalSymbol=.
Delimiter=
FileOpenCache=0
FirstLineNames=0
IntlSort=0
ScanRows=25
TableType=Comma
UndefinedTable=GUESS


I would like to add Excel Data Source as one of the ODBC sources in the odbc.ini file.
Could any of you let me know the process of doing it?
Pradeep Kumar
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you have an ODBC driver for Excel? None ships with DataStage - you will have to obtain a third-party driver from somewhere. When you get that, read its documentation as to the location and name of its driver library, and construct your .odbc.ini entries from that.
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