Search found 1 match

by Noob
03.07.2020, 22:42
Forum: Lazarus / Freepascal
Topic: Question about RowsAffected
Replies: 1
Views: 349

Question about RowsAffected

Hi. I'm using Zeos and Lazarus to access a mySql database on the cloud. This is the code I wrote: ZQuery3.SQL.Text:= 'UPDATE 2_banco SET confere="A" , nome = "'+vnome+'", cpftel = "'+ vCpf +'", dia = "'+dia+'", hora = "'+hora+'" where codEntrev = ' +...