Subject | Re: [ib-support] How get update a TIBQuery attached to a TIBQuery |
---|---|
Author | Woody |
Post date | 2001-12-14T02:28:43Z |
From: "M Patterson (Multinail)" <mpatterson@...>
updateable. Either that or just use TIBDatasets anywhere you need a live
result set. I tend to use TIBQuerys for executing server side operations or
static sets such as reports, etc.
Woody
> We're moving to the Interbase, using the interbase components provided inD6
> Pro. There's no requestLive property in TIBQuery, and everything we'vetried
> so far has only resulted in readonly being true.You must use the TIBUpdateSQL component with the TIBQuery to make it
>
> How can we get our result set to be editable in a DBGrid?
>
updateable. Either that or just use TIBDatasets anywhere you need a live
result set. I tend to use TIBQuerys for executing server side operations or
static sets such as reports, etc.
Woody