Cuttlefish Apprentice
Joined: 28 Oct 2003 Posts: 164
|
Posted: Mon Nov 17, 2003 12:48 am |
Yeah, it's the standard Delphi error message when you tell it convert a string into a date/time and there's something wrong with the string. For instance, if you try to convert "20/20/2003" into a date. Disable all your triggers and reconnect and see if you get the error. If not, start re-enabling your triggers until you find the offending one. I find the binary method works best - disable half of them, then see if you get the error. If not, it's somewhere in the disabled half. If so, it's somewhere in the enabled half. Continue taking half of the half until you narrow it down to just one.
|
|