Dim oSQLServer As New SQLDMO.SQLServer
oSQLServer.LoginTimeout = 10
oSQLServer.Connect CStr(Me.cmbServerList), Trim(Me.txtUsername), Trim(Me.txtPassword)
oSQLServer.StatusInfoRefetchInterval(SQLDMOStatInfo_AutoVerifyConnection) = 10
« Victory Is Mine! | Main | random lyrics 001 »
Dim oSQLServer As New SQLDMO.SQLServer
oSQLServer.LoginTimeout = 10
oSQLServer.Connect CStr(Me.cmbServerList), Trim(Me.txtUsername), Trim(Me.txtPassword)
oSQLServer.StatusInfoRefetchInterval(SQLDMOStatInfo_AutoVerifyConnection) = 10
This page contains a single entry from the blog posted on February 4, 2005 3:24 AM.
The previous post in this blog was Victory Is Mine!.
The next post in this blog is random lyrics 001.
Many more can be found on the main index page or by looking through the archives.