ZmrAbdulla
Technical User
I am trying to get details of an Access DB thorugh "OleDbSchema".
Is that possible to get type of Query(View) through this?
I need to know what type of query is that (Select/Delete/Update/Union etc..)
Thanks
________________________________________________________
Zameer Abdulla
Help to find Missing people
Code:
DB_Connection.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, _
New Object() {Nothing, Nothing, Nothing, "VIEW"})
I need to know what type of query is that (Select/Delete/Update/Union etc..)
Thanks
________________________________________________________
Zameer Abdulla
Help to find Missing people