Enumerating Catalogs using OLE DB
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I can't seem to find any clear-cut example to enumerating the catalogs (databases) in my SQL server datasource using OLEDB. Does anyone have an example of this? Paul Jahans
Use SQL DMO - There are various methods that allow you to do this e.g. GetDatabaseByOrd
-
Use SQL DMO - There are various methods that allow you to do this e.g. GetDatabaseByOrd