Subject | update... gives exception |
---|---|
Author | Ed Dressel |
Post date | 2004-09-23T22:39:14Z |
A pretty simple update:
(Generic) DB 1% Crediting, with catch-up
Update PensionPlans set PlanName = :NewName where PensionPlan_ID
= :ID
where I assign teh two params and get the following exception:
---------------------------
ISC ERROR CODE:335544321
ISC ERROR MESSAGE:
arithmetic exception, numeric overflow, or string truncation
STATEMENT:
TIBOInternalDataset: "<TIBOQuery>.<TIBOInternalDataset>."
---------------------------
the PlanName field is varchar(100) so it should be fine. Any
suggestions?
Thanks
Ed Dressel
(Generic) DB 1% Crediting, with catch-up
Update PensionPlans set PlanName = :NewName where PensionPlan_ID
= :ID
where I assign teh two params and get the following exception:
---------------------------
ISC ERROR CODE:335544321
ISC ERROR MESSAGE:
arithmetic exception, numeric overflow, or string truncation
STATEMENT:
TIBOInternalDataset: "<TIBOQuery>.<TIBOInternalDataset>."
---------------------------
the PlanName field is varchar(100) so it should be fine. Any
suggestions?
Thanks
Ed Dressel