TSystem.Data.Odbc.OdbcException was unhandled Message: ERROR [42S00] [SmartWare Software][SmartWare ODBC Driver][ISAM]Table access error

Just curious as to what usually causes this error, or how better to find out what is causing my error. Thank you

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Turn on Tracing via the tracing tab of the ODBC Data Source Administrator, and you'll get a log of every action and be potentially able to see at what point the error is generated.

link|improve this answer
Wish I could, it is in an ssis package. – george9170 Feb 12 '10 at 21:02
Shouldn't make a difference, assuming the package is using a DSN on the server. – CodeByMoonlight Feb 13 '10 at 11:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.