2006 Nov 06 1:13 PM
can any one explain in detail how can we update data base table in an report program
2006 Nov 06 1:19 PM
2006 Nov 06 1:20 PM
Hi,
it's very simple,
suppose take a dbtable <b>'SBOOK'</b>
if you want to update <b>CONNID</b> value with some other value where <b>CARRID = 'abc'</b> suppose.
then
tables: sbook.
<b>update sbook set connid = 45 where carrid = 'abc'.</b>
the existing value of connid chages
please assign points if it helps you
Regards,
Sowjanya
2006 Nov 06 1:22 PM
Raja,
you can insert, modify and delete DB records usign work area as following stmets..
INSERT INTO zppa_idr_payscal VALUES wa_payscal.
MODIFY zppa_idr_curr FROM wa_curr.
DELETE TABLE t_jobs FROM wa_jobs.
-Anu
2006 Nov 06 1:31 PM
Hi
U can use update or modify statement to update database tables.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |