19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
sqls = "insert into egclie (data,cliente,oggetti,motivo,gr,preventivo,note)values( '" & ValueBox3.value & "','" & textbox2.text & "','" & textbox3.text & "','" & textbox4.text & "','" & Vgr & "','" & veu & "','" & TextArea1.text & "')" MyRS = ModMain.MyConn.Exec(sqls)
hres=$hcon.create("egclie")hres!data=cdate(valuebox3.value) 'oppure direttamente hres!data=valuebox3.valuehres!cliente=textbox2.texthres!oggetti=texbox3.text..........hres.update$hcon.commit$hcon .close