Accessing .xls or .mdb files in a Unix directory

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

mctny
Charter Member
Charter Member
Posts: 166
Joined: Thu Feb 02, 2006 6:55 am

Post by mctny »

can you please describe me how to do this?
ray.wurlod wrote:You have the alternative of accessing through SQL Server.
Thanks,
Chad
__________________________________________________________________
"There are three kinds of people in this world; Ones who know how to count and the others who don't know how to count !"
shawn_ramsey
Participant
Posts: 145
Joined: Fri May 02, 2003 9:59 am
Location: Seattle, Washington. USA

Post by shawn_ramsey »

mctny wrote:can you please describe me how to do this?
ray.wurlod wrote:You have the alternative of accessing through SQL Server.
You can use SQL Server to create a linked server to an ODBC driver. You would then create views on the sql server that select data from the linked servers. At that point they appear to DataStage as normal views in a SQL Server database. You can then use the SQL Server ODBC driver on the Unix server.
Shawn Ramsey

"It is a mistake to think you can solve any major problems just with potatoes."
-- Douglas Adams
mctny
Charter Member
Charter Member
Posts: 166
Joined: Thu Feb 02, 2006 6:55 am

Post by mctny »

thank you very much Shawn. does anybody know how to make a direct connection from SQL server to MS Access?
shawn_ramsey wrote:
mctny wrote:can you please describe me how to do this?
ray.wurlod wrote:You have the alternative of accessing through SQL Server.
You can use SQL Server to create a linked server to an ODBC driver. ....
Thanks,
Chad
__________________________________________________________________
"There are three kinds of people in this world; Ones who know how to count and the others who don't know how to count !"
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

same way
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply