Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dexterm
Starting Member
4 Posts |
Posted - 2007-08-22 : 23:14:37
|
I have written a windows application, originally under XP, that takes a user-specified database and table and generates custom code. In doing so, I use SQL DMO to do things like:- enumerate servers- get a collection of databases for a specified server- get a collection of tables for a specified database- get a collection of column information for a specified table.However, I recompiled my program ona machine that runs Vista. I'm getting strange errors (like null refrence when trying to get database info, for instance).So...presumably, the DMO library is not the same under the new operaing system. Does anyone have any links or articles they can point me to in order to determine what I need to fix and/or change in order to get my app to run under Vista?Thanks,Dexter |
|
|
|
|