Viewing 3 posts - 1 through 3 (of 3 total)
The connection is set within the ActiveX script as follows:
Set oConnection = goPackage.Connections.New("SQLOLEDB.1")
oConnection.DataSource ="COMPUTERNAME"
where COMPUTERNAME is the name of the computer on which SQL Server is located. ...
June 14, 2002 at 1:27 pm
bkelley,
I may ultimately be placing my application onto a different system from SQL Server, so I really appreciate that extra tip.
Thanks again!
July 11, 2001 at 10:11 am
bkelley & Steve,
Thank you both SO much. I gave user:
<COMPUTERNAME>\IWAM_<COMPUTERNAME>
the appropriate permissions to SQL Server, and it worked like a charm!!!
With great appreciation,
cherii
July 10, 2001 at 8:07 pm
Viewing 3 posts - 1 through 3 (of 3 total)