Subject | Re: [ib-support] Using TIBDataSet in code |
---|---|
Author | Woody |
Post date | 2001-08-07T16:26:48Z |
From: "Stevio" <redeagle@...>
Sent: Tuesday, August 07, 2001 11:09 AM
would a normal table or query using the Fields or FieldByName properties.
Woody
Sent: Tuesday, August 07, 2001 11:09 AM
> I'm using TIBDataSet in my application, and I've generated the differenta
> sets of SQL - insertSQL, modifySQL etc. I want to use the insertSQL to add
> new record to the database, using Delphi code. How do I do this?Just issue a TIBDataset.Insert and assign the values to the field like you
>
would a normal table or query using the Fields or FieldByName properties.
Woody