Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

Delete query failure in Access 2016 x64 redistributable

$
0
0

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


Viewing all articles
Browse latest Browse all 7129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>