Subject | generator isn't used |
---|---|
Author | Gediminas |
Post date | 2003-09-17T15:04:37Z |
For example have placed ib_query and assign values to fields by:
ib_q1->FieldByName( "Name" )->AsString = "I";
ib_q1->FieldByName( "Age" )->AsInteger = 20;
and set ib_q1 GeneratorLinks to "Person_ID"="Gen_ID", but when posting
(ib_q1->Post()) generator isn't used as always first person ID is used
(trigger isn't fired as well). Why this happen?
--/ Gediminas /--
The Truth Is Out There
ib_q1->FieldByName( "Name" )->AsString = "I";
ib_q1->FieldByName( "Age" )->AsInteger = 20;
and set ib_q1 GeneratorLinks to "Person_ID"="Gen_ID", but when posting
(ib_q1->Post()) generator isn't used as always first person ID is used
(trigger isn't fired as well). Why this happen?
--/ Gediminas /--
The Truth Is Out There