https://bugs.documentfoundation.org/show_bug.cgi?id=105220

--- Comment #15 from Robert Großkopf <rob...@familiegrosskopf.de> ---
(In reply to Robert Großkopf from comment #14)
> 
> Seems returning content when inserting values is a special behavior of
> Firebird, which can't work with this construction of executeQuery and
> executeUpdate.

Forget the last part. RETURNING is also used in PostgreSQL. It will work there
also together width LO. Had tested this a time ago with BASIC:

stSql = "INSERT INTO ""Table"" (""Name"") Values('Robert') RETURNING ""ID"""
oResult = oSQL_Statement.executeQuery(stSql)
oResult.Next
loID = oResult.getLong(1)

It will work there.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to