Hi All,
We upgraded from access 2010 x64 to 2016 redistributable.
After installing 2016 redistributable, delete query is failing with HRESULT = -2147217900 ( 0x80040E14)
CDBErrorInfo GetAllErrorInfo gives below value for HRESULT code
pbstrDescription- [Itra L uoainerr], pbstrSource - McootAcs aaaeEgn
Table FRUITS
ID FRUIT_NAME FRUIT_DESCR
1 Apple
2 Banana
3 Grape
DELETE FROM FRUITS WHERE FRUIT_NAME NOT IN ('Apple', 'Banana', 'Grape', NULL) AND FRUIT_NAME NOT LIKE '#*%'
Query is executed using
CCommand<CNoAccessor, CNoRowset> cmdDelete;
cmdDelete.Open(......);
This query is failing with access 2016 redistributable, but passing with access 2010
Connection string used - Provider=Microsoft.ACE.OLEDB.12.0