Hey ...
Can anyone tell me how the ADO control works behind the scenes ?
When exactly is the database connection established and when does the data get bound ?
Also, is it possible to have one ADODB connection and make this as the active connection for more than one ADO control ? To make myself more clear - let's say that I need 2 DBgrid controls on the form, each one with different queries. Do I have to create 2 ADO controls, create 2 connection strings and then create 2 DBGrids to go with each one ?
Please advise.
Thanks,
- Subha
Can anyone tell me how the ADO control works behind the scenes ?
When exactly is the database connection established and when does the data get bound ?
Also, is it possible to have one ADODB connection and make this as the active connection for more than one ADO control ? To make myself more clear - let's say that I need 2 DBgrid controls on the form, each one with different queries. Do I have to create 2 ADO controls, create 2 connection strings and then create 2 DBGrids to go with each one ?
Please advise.
Thanks,
- Subha