How to know the number of affected rows using the command Ex
Posted: Tue Jan 14, 2020 5:59 pm
Hi guys:
I want to capture the affected rows after using the command execute
Thanks
I want to capture the affected rows after using the command execute
Code: Select all
cSQL := " insert into detguiad (codusu, numero, articu, cantid, precio, total, subart, igv, totfac, mts) "
cSQL += " select codusu, numero, articu, cantid, precio, total, subart, igv, totfac, mts from #ppru "
Try
oConnect:Execute( cSQL )
Catch
MsgInfo( "fallo en la insercion de detalle" )
End try