From: Marc P. <ie...@ie...> - 2003-10-12 09:56:08
|
Wenn I post a record in a Firebird database, can you do it with this code : With ClientDatset1 do begin Append; FieldByName('Name').AsString := 'AICO'; Post; ApplyUpDates(-1); end; How cann I do it with the Sql-Code? ( Insert Into ........ ) |