Page 1 of 1

How to use SQLUpate with TOraQuery?

Posted: Fri 07 Jan 2005 04:12
by harold
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

Posted: Mon 10 Jan 2005 12:17
by Paul
SQLUpdate, SQLInsret, SQLDelete are used when you perform TOraQuery.Insert, TOraQuery.Edit, TOraQuery.Delete operations. Please see CBuilder demo project that came with ODAC.