Subject | Re: [IBO] row update problem |
---|---|
Author | Jason Wharton |
Post date | 2000-12-31T08:07:02Z |
It very likely has to do with using a date column. Try to figure out a way
to omit the date and see if it works. Use a single surrogate key is what I
suggest you do.
Maintain it with the GeneratorLinks property and a trigger that checks for
NULL and assigns a value if it is so.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
to omit the date and see if it works. Use a single surrogate key is what I
suggest you do.
Maintain it with the GeneratorLinks property and a trigger that checks for
NULL and assigns a value if it is so.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <edc@...>
To: <IBObjects@egroups.com>
Sent: Saturday, December 30, 2000 2:47 PM
Subject: [IBO] row update problem
> When making a change to a certain table i get 'RECORD was not located
> to update' when i try to post the change...
> this is the output from the monitor..
[snip]