fh
User
 Fresh Boarder
| Posts: 7 |   | Karma: 0 |
|
RE: master detail
|
|
Posted: 2002/08/09 01:31 |
|
|
|
|
hi,
I use stored procedure for all tables including select, insert, update and delete statement.
for example: master table : order detail tables : order_detail
when client apply update, all tables (order and order_detail) will be sent to oracle as one block data.
in oracle I want to capture this block of data in my stored procedure named order_detail_proc.
the client will only received message that process is successful or not.
thanks
fh
|
|