Click to See Complete Forum and Search --> : ADO and Access Queries


Vandana Sood
July 24th, 2000, 08:54 AM
I have made a query in MS access which I am trying to call from ADO.I do not get any compilation or run time error but the query does not work on execution.In debug it says ADO unable to find the object referred to by the application.I have set CommandType as CmdStoreProc.Why is the access query not being found???

sathyanr
July 28th, 2000, 06:26 AM
Access does not support Stored Procedures instead Queries in Access are mentioned as Views..
So instead of using cmdStoredProcedure as the command type use adCmdTableDirect.