Email to friend
* Your Name:
* Your Email:
* Friend's Email: Multiple emails allowed. Separate with commas
Comment:
Attach article to email:



Error 2147217913 (80040e07)

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

  1. Click on START | CONTROL PANEL
  2. Click on REGIONAL AND LANGUAGE OPTIONS
  3. Under Regional options tab, click on customize
  4. Under customize Regional options, click on the DATE tab
  5. 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.
  6. Make changes as needed and click Apply to save the changes.
  7. Click OK and close Regional Settings.
  8. Restart the computer.