Hi, I want to delete a registro cumpliendo una condicion.
codcli := "2001"
csql := oCon:DELETEsql( "clientes" , , , {{ "numercli" , codcli }} )
Thanks.
oCn:Execute( "DELETE FROM `clientes` WHERE `numercli` = ?", { codcli } )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], Rick Lipkin and 44 guests