Excel 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

edward_m
Charter Member
Charter Member
Posts: 257
Joined: Fri Jun 24, 2005 9:34 am
Location: Philadelphia,PA

Post by edward_m »

ArndW wrote:Does "UPDATE" work? ...
No..I have tried only update action as exixtsing rows and it gave me the same error.

Thanks
edward_m
Charter Member
Charter Member
Posts: 257
Joined: Fri Jun 24, 2005 9:34 am
Location: Philadelphia,PA

Post by edward_m »

ds_developer wrote:You might want to look into the following article at Microsoft:

http://support.microsoft.com/kb/175168

John
Thank you so much ds_developer..
Now i am able to write data into excel file.
Solution..I have reconfigured DSN to uncheck driver Read only option..By default System DSN driver read only option enabled.

Using the above change i am able to insert and update the data on excel file.

When i try to delete data from excel file i am getting the following error..
xlstest..Transformer_4: |xlstest..ODBC_0.DSLink5: DSD.BCIOpenW call to SQLExecDirect failed.
DELETE FROM `Sheet1$`
SQLSTATE=S1000, DBMS.CODE=-5410
[DataStage][SQL Client][ODBC][Microsoft][ODBC Excel Driver] Deleting data in a linked table is not supported by this ISAM.|
Post Reply