Viewing 3 posts - 1 through 3 (of 3 total)
Can you give me some example code ? Or can you reference me to any web sites that might have sample code ? Thanks
January 23, 2002 at 12:41 am
#422494
Well after days of searching I finally found the answer. In declaring the SQLServer variable and initializing it you must add underscores, it must be:
Dim objServer As SQLDMO._SQLServer
objServer =...
January 21, 2002 at 4:09 am
#422355
I don't think its a problem with my VB.NET code, but I'm not sure. I get an error, but it says that it cannot catch the other and says...
January 17, 2002 at 5:59 pm
#422299