delete from 2 tables

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

delete from 2 tables

Post by Guest » Wed 11 Jan 2006 09:47

I want to perform a delete query that will delete records from two tables.How can I do that? thanx

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

Post by Challenger » Wed 11 Jan 2006 14:59

ODAC supports such functionality. You can preform two DELETE SQL statements if you include them into "begin end;" block.

Post Reply