Subject Re: [ib-support] Using TIBDataSet in code
Author Woody
From: "Stevio" <redeagle@...>
Sent: Tuesday, August 07, 2001 11:09 AM


> I'm using TIBDataSet in my application, and I've generated the different
> sets of SQL - insertSQL, modifySQL etc. I want to use the insertSQL to add
a
> 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