Hello all,
I'm using a query to get the required data from Access db.
Query: SELECT * FROM [OCT2020] where OCT2020.column name IN (data)
However, it's throwing an error and adding an extension (.txt) as below.
Error: Internal: Could not execute code stage because exception thrown by code stage: The Microsoft Access database engine could not find the object 'OCT2020.txt'. Make sure the object exists and that you spell its name and the path name correctly. If 'OCT2020.txt' is not a local object, check your network connection or contact the server administrator.
Please help on this.
Thanks,
Anil