Update or insert

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

Update or insert

Post by calou » Wed 07 Jul 2010 11:18

Hello,

When we call

Code: Select all

update or insert into... matching(arg1,arg2)
In case we have at least 2 records where arg1 and arg2 are the same it seems that no update or insert is done.

How could IBDAC return this information?

Thanks for help

Regards

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 07 Jul 2010 13:31

Please specify what information you what IBDAC to return.

calou
Posts: 116
Joined: Tue 27 May 2008 12:46

Post by calou » Mon 12 Jul 2010 10:31

Hello,

In fact firebird returns a message so it is good for me

Thanks for help

Regards

Post Reply