Necesito saber el nro de filas ejecutadas despues del coman

Post Reply
artu01
Posts: 306
Joined: Fri May 11, 2007 8:20 pm
Location: Lima

Necesito saber el nro de filas ejecutadas despues del coman

Post by artu01 »

Gente:

Necesito capturar el numero de filas ejecutadas por el comando 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

 
Gracias
fwh 17.12, harbour 3.2.0, pelles C, bcc7, Ms-Sql
artu01
Posts: 306
Joined: Fri May 11, 2007 8:20 pm
Location: Lima

Re: Necesito saber el nro de filas ejecutadas despues del coman

Post by artu01 »

Gracias Master RAO
I have another problem

http://forums.fivetechsupport.com/viewt ... 41#p228941
fwh 17.12, harbour 3.2.0, pelles C, bcc7, Ms-Sql
Post Reply