4 lines
137 B
VB.net
4 lines
137 B
VB.net
Set objConn = CreateObject("ADODB.Connection")
|
|
Set objCmd = CreateObject("ADODB.Command")
|
|
objConn.Provider = "ADsDSOObject"
|
|
objConn.Open
|