Just converted a prog from VS03 to 05 SQLDMO Issues

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
 
C

Cor Ligthert [MVP]

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top