ahugedeal
Starting Member
20 Posts |
Posted - 12 April 2001 : 22:20:53
|
Yes, it works. Set your DB Password as that article says. Here is a copy of a connection string I used:
Set DataConnection = Server.CreateObject("ADODB.Connection") Dataconnection.open "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database Password=yourdbpassword;Data Source=c:\inetpub\wwwroot\database.mdb" Set cmdDC = Server.CreateObject("ADODB.Command") cmdDC.ActiveConnection = DataConnection
Safest way to go if you have to use access.
Edited by - ahugedeal on 12 April 2001 22:22:32 |
 |
|