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