Subject | Using EditSQL in a program |
---|---|
Author | Paul |
Post date | 2008-04-20T21:01:35Z |
Configuration
1. IBO 4.8.7
2. Examining the possibilities of 'integrating' a TIB_Query with a non
IBO grid.
3. Query contains a join - only one table being edited.
4. Used the query to set up the EditSQL property.
Question.. Can the EditSQL be used directly in a program to perform
editing, when the query is not attached to any IBO data aware components?
Comment. The only way I have found to do this so far is to take the
TIB_Query.EditSQL.text, insert into a TIB_dsql and use appropriately.
Would be 'cleaner' to use the TIB_Query somehow, if possible.
thanks
Paul
1. IBO 4.8.7
2. Examining the possibilities of 'integrating' a TIB_Query with a non
IBO grid.
3. Query contains a join - only one table being edited.
4. Used the query to set up the EditSQL property.
Question.. Can the EditSQL be used directly in a program to perform
editing, when the query is not attached to any IBO data aware components?
Comment. The only way I have found to do this so far is to take the
TIB_Query.EditSQL.text, insert into a TIB_dsql and use appropriately.
Would be 'cleaner' to use the TIB_Query somehow, if possible.
thanks
Paul