kylean
21st June 2011, 04:40
Hi

I like to develop a new seesion to do batch update into table tcmcs138, where I mange to build the form and session. What the command script for me to update the table tcmcs138, it helpful if can provide some sample script as reference.

Thanks

Regards

bdittmar
21st June 2011, 09:48
Hi

I like to develop a new seesion to do batch update into table tcmcs138, where I mange to build the form and session. What the command script for me to update the table tcmcs138, it helpful if can provide some sample script as reference.

Thanks

Regards

Hello,

select tcmcs138.*
from tcmcs138
where <condition>
in selectdo db.update(table, retry)

in selectempty db.insert(table, retry)

Regards