Subject | RE: [ib-support] Using TIBDataSet in code |
---|---|
Author | Pete Bray |
Post date | 2001-08-07T16:20:24Z |
Stephen
something like this will start a new record and then post it to the server
using your already defined InsertSQL statement.
DS1.Append();
DS1['Results']:=4;
DS1['StopReason']:=3;
DS1.Post();
Kind regards,
Pete Bray
something like this will start a new record and then post it to the server
using your already defined InsertSQL statement.
DS1.Append();
DS1['Results']:=4;
DS1['StopReason']:=3;
DS1.Post();
Kind regards,
Pete Bray
> -----Original Message-----
> From: Stevio [mailto:redeagle@...]
> Sent: 07 August 2001 17:10
> To: IB Support
> Subject: [ib-support] Using TIBDataSet in code
>
>
> 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?
>
> Thanks,
> Stephen
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>