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
|