vbprogrammer
Programmer
hi. do any of you kind techies know of a good way to access adobd through sql & vbs? my code, which doesn't work:
dim oConn
dim oCommand
dim oRS
dim strConnect
Set oConn = New ADODB.Connection
strConnect="Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=Kauri;Data Source=systemsource01"
oConn.Open strconnect
dim oConn
dim oCommand
dim oRS
dim strConnect
Set oConn = New ADODB.Connection
strConnect="Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=Kauri;Data Source=systemsource01"
oConn.Open strconnect