Hi All,
I am new to this forum and even in Automation field also.Actually my problem is: In my application i am doing export to excel and then considering the excel as db and running the sql statment like below:
select disctint(count empid) from <filename>
but getting error as ODBC
But when i am execting select * from <filename> where empid=10 then it is getting executed.
-2147418113 catastrophic failue error getting
i am not sure what is issue.So could you please suggest any tips for this
I am new to this forum and even in Automation field also.Actually my problem is: In my application i am doing export to excel and then considering the excel as db and running the sql statment like below:
select disctint(count empid) from <filename>
but getting error as ODBC
But when i am execting select * from <filename> where empid=10 then it is getting executed.
-2147418113 catastrophic failue error getting
i am not sure what is issue.So could you please suggest any tips for this