Subject | Re: [IBO] Stored Proc problem was:(unknown) |
---|---|
Author | Gediminas |
Post date | 2003-11-24T14:59:21Z |
Thanks, Helen, that worked - I'm working with Builder, Query's components,
I'll mention this in future letters :)
Have more questions: from a stored procedure got dataset with
ID,Name,Surname columns. InsertSQL has execute procedure
SP_Insert(:OtherID, :Name, :Surname) entry. How to set OtherID (OtherID is
not the same as ID) - ParamByName? fieldByName? when dataset's insert
method is called, what steps & sequence are taken - stored procedure
SP_Insert() is called then post() is called or at once after the insert()
method?
guess, that next my question would be about paramedit's & searching again
(now still trying to set myself)...
At 2003-11-23 23:25, you wrote:
The Truth Is Out There
I'll mention this in future letters :)
Have more questions: from a stored procedure got dataset with
ID,Name,Surname columns. InsertSQL has execute procedure
SP_Insert(:OtherID, :Name, :Surname) entry. How to set OtherID (OtherID is
not the same as ID) - ParamByName? fieldByName? when dataset's insert
method is called, what steps & sequence are taken - stored procedure
SP_Insert() is called then post() is called or at once after the insert()
method?
guess, that next my question would be about paramedit's & searching again
(now still trying to set myself)...
At 2003-11-23 23:25, you wrote:
>Just set the KeyLinks property directly in the property editor as usual:--/ Gediminas /--
>"ID"
>(or whatever the output column's real name is)
The Truth Is Out There