Search found 2 matches
- 06.11.2007, 22:52
- Forum: Firebird
- Topic: I need an example
- Replies: 5
- Views: 2458
- 29.09.2007, 22:54
- Forum: Firebird
- Topic: I need an example
- Replies: 5
- Views: 2458
I need an example
HI to all, i'm starting with Zeos and i cant insert into a database using a Zquery component, i used this code: With ZQuery1 do Begin Sql.Clear; Sql.Add('INSERT INTO CLIENTES (nombre, apellido) VALUES (:val1, :val2)'); ZQuery1.ParamByName('val1').AsString:='xxxxx'; ZQuery1.ParamByName('val2').AsStri...