Just converted a prog from VS03 to 05 SQLDMO Issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just converted a project from 2003 to 2005 and I am now getting the error
below when trying to assign a variable object as SQLDMO.SQLServer and for the
life of me I can't figure out what is happening. This was not a problem in
VS03 and the program has been running since early 04 without a hitch. I
convert it and bang...

Error 19 'SQLServer' is ambiguous in the namespace 'SQLDMO'.

Any help would be appreciated
 
Jim,

When something becomes abiguous, then it means that there are new
instructions (or whatever you name it) in the same namespace. Try to make
the referencing more precies.

Cor
 
Cor,

I'm not sure exactly what you mean. I'll post the code and maybe you can
tell me what I need to do to make this work.

Thanks, Jim
 
Back
Top