Search found 1 match

by goo-mlyny1
19.04.2013, 08:50
Forum: Oracle
Topic: ora and sql with returning statement
Replies: 1
Views: 3226

ora and sql with returning statement

Hi, I would like to use ZEOS with Oracle database and SQL like that: INSERT INTO tb_test(pole_test) VALUES ('test') returning id into :vid This SQL works fine when I use ADO components. With ZEOS I am not able to get return value. This is example, how I try to do this with ADO and ZEOS: Sql := 'inse...