Search found 2 matches
- 30.04.2013, 14:54
- Forum: MySQL
- Topic: Problem with ZQuery
- Replies: 3
- Views: 2331
- 28.04.2013, 11:59
- Forum: MySQL
- Topic: Problem with ZQuery
- Replies: 3
- Views: 2331
Problem with ZQuery
Hi guys, i've a problem with zquery... This is the code: // inizia sql with ZQuery1 do begin Active:=False; SQL.Clear; SQL.Add('Insert into logbook(Callsign,Name,City) values('+Callsign.Text+','+Nome.Text+','+Country.Text+');'); ExecSQL; end; // finisce sql And the database is in the attached image....