Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: start synchronization through sql dmo

    Can you give me some example code ? Or can you reference me to any web sites that might have sample code ? Thanks

  • RE: connection to sql server

    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 =...

  • RE: connection to sql server

    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...

Viewing 3 posts - 1 through 3 (of 3 total)