P
pietlinden
I'm wondering if I'm just missing something...
I am processing a collection of views/queries in a listbox (this part
is fine).
The problem is that I want to process Crosstabs in a different way
than I want to process normal Selects. In DAO, this is pretty
simple... just use DbEngine(0)(0).Querydefs("QueryName").Type to
determine what kind of query it is.
How do you do the same thing in ADO?
I am processing a collection of views/queries in a listbox (this part
is fine).
The problem is that I want to process Crosstabs in a different way
than I want to process normal Selects. In DAO, this is pretty
simple... just use DbEngine(0)(0).Querydefs("QueryName").Type to
determine what kind of query it is.
How do you do the same thing in ADO?