I am trying to use an access database stored on a remote server in an hta page. But I am getting an error message "This Website uses a data provider that may be unsafe. If you trust this website, click OK, otherwise click Cancel.
Now I have two questions.
1: How else do I access this database from an HTA page to not get this message?
2: Can multiple people access the database at the same time?
Thanks for the help
Dan
Set objConnection = CreateObject("ADODB.Connection")
Set objRecordSet = CreateObject("ADODB.Recordset")
dbname = network location
'** problem line below
objConnection.Open "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = " & dbname
bn2hunt
"Born to hunt forced to work