How to use SQLUpate with TOraQuery?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
harold
Posts: 2
Joined: Fri 07 Jan 2005 03:57

How to use SQLUpate with TOraQuery?

Post by harold » Fri 07 Jan 2005 04:12

First,please forgive me with my poor english,because english is not my native language.

I am a newbie in c++ builder programming with ODAC.
I can't examine how to use SQLUpate or SQLInsert with TOraQuery,because the help file is less information.I want to use both SQL and SQLUpate with TOraQuery,but I don't know how to ?
I think the best way is a simple example to illustrate it.
Can anybody help me?

I use c++ builder 6.0 enterprise,ODAC 4.15.0.13 for c++ builder 6.0

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 10 Jan 2005 12:17

SQLUpdate, SQLInsret, SQLDelete are used when you perform TOraQuery.Insert, TOraQuery.Edit, TOraQuery.Delete operations. Please see CBuilder demo project that came with ODAC.

Post Reply