Subject | RE: SV: [IBO] Refrasing my question about TIBOTable (prettyprinted) |
---|---|
Author | Support List |
Post date | 2011-05-16T21:10:24Z |
Thomas,
custom InsertSQL with this clause and use the parameter name of the field
name and IBO will plug it in.
I am also intending to detect the server version and to go ahead and include
it in the automatic SQL that IBO generates. But, I have not done that yet.
It's actually on my plate right now to do.
Regards,
Jason LeRoy Wharton
www.ibobjects.com
> - Use the RETURNING keyword of an INSERT INTO statement to transfer aIf you are using a version of Firebird that supports this then you can do a
> server-side generated value to the client. Can't recall if IBO exposes
> this via property or similar.
custom InsertSQL with this clause and use the parameter name of the field
name and IBO will plug it in.
I am also intending to detect the server version and to go ahead and include
it in the automatic SQL that IBO generates. But, I have not done that yet.
It's actually on my plate right now to do.
Regards,
Jason LeRoy Wharton
www.ibobjects.com