Error Description:
Error 2147217913 (80040e07)
Resolution:
This is a standard OLE DB error code, DB_E_CANTCONVERTVALUE. This means an application has tried to read or write some data to a database, but cannot convert the datatype to the right kind - for example, the database wants a date 24/09/2007 but it gets a number like 2454102, or it wants a number like 123 and gets a string like "George".
Bayley-III needs to have the date formatted in M/D/yyyy format
- Click on START | CONTROL PANEL
- Click on REGIONAL AND LANGUAGE OPTIONS
- Under Regional options tab, click on customize
- Under customize Regional options, click on the DATE tab
- Click the Date tab and ensure that the Short Date Style format is set correctly. This setting must allow for MM/dd/yyyy. The Long Date Style needs to be set at MMMM dd, yyyy.
- Make changes as needed and click Apply to save the changes.
- Click OK and close Regional Settings.
- Restart the computer.