The minimum required version to update the data is 14.0.0000.0000 (1 Viewer)

sujila

New member
Local time
Today, 15:11
Joined
Mar 20, 2015
Messages
3
Hello,

I am doing a PHP program and my database is ms Access 2010
My wamp version is 2.2
I am connecting through ADODB.Connection and I can fetch the data from the database
But when I trying to update it shows an error like
'The Microsoft Office Access database engine cannot update the data in Complete_DB. The minimum required version to update the data is 14.0.0000.0000.'
Here Complete_DB is my table name
I am not using any macro or calculated fields in my table
I searched a lot for resolving this issue, but I didn't get any
Please help

Regards
Sujila
 

spikepl

Eledittingent Beliped
Local time
Tomorrow, 00:11
Joined
Nov 3, 2010
Messages
6,142
Try saving your db as an Access 2003 .mdb file
 

sujila

New member
Local time
Today, 15:11
Joined
Mar 20, 2015
Messages
3
Thanks spikepl, its working fine
But it is more helpful if i can keep .accdb format

Regards
Sujila
 

spikepl

Eledittingent Beliped
Local time
Tomorrow, 00:11
Joined
Nov 3, 2010
Messages
6,142
It's been ages since i messed with wamp - i suspect yours has a2003 bits built in, and needs an update/upgrade, to get later access stuff. newer adodb driver?
 

sujila

New member
Local time
Today, 15:11
Joined
Mar 20, 2015
Messages
3
Yes by upgrading access database engine it works fine
Thanks

Sujila
 

Users who are viewing this thread

Top Bottom