Subject | Re: [IBO] TIBOTable ??? |
---|---|
Author | Norbert Alvin A. Rutaquio |
Post date | 2001-03-15T09:04:42Z |
> > > You can kid of do this by using cached updates and simply insert in a bunchhow can i do this? for example i have a IB_Query and IB_Grid and it is linked to
> > > of records and never actually apply them to the server.
> > > > NOTE: I have never tried this before and am not sure how it will work for
> > > > you.
> This is the one we could all do with - especially if it can be
> persistant, but other things probably come first!
IB_Datasource then
IB_Query and IBOTable is connected to IB_Connection. what i want to do is to read a
textfile and (for example SURNAME) display it all in the IB_Grid and the temporary
table will be deleted in OnClose event.
Thanks....