Subject | Re: Help! Problem on database.. |
---|---|
Author | mk_delphi <mk_delphi@yahoo.com> |
Post date | 2003-02-27T08:57:17Z |
Hi, thx for reply..
And this work fine until today...
After a backup restore same operatione work fine, but
what this error is generate by?
Thx.
> 1. It's no good idea to do inserts just with VALUES and withoutProcedure and DB was not changed in the last six month...
> specifying the fieldnames. Normally an insert statement should looik
> like:
> INSERT INTO TABLE ( TABLE_FIELD1, TABLE_FIELD2, ...)
> VALUES ( :NEW_VALUE1, :NEW_VALUE2, ... )
> If you add or drop a field from your table your statement would be
> invalid....
>
> 2. Maybe your conversion error is because of this
And this work fine until today...
After a backup restore same operatione work fine, but
what this error is generate by?
Thx.