Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to turn off the ADO Security Warning in .hta file??

Status
Not open for further replies.

qajussi

Programmer
Mar 22, 2004
236
US
How to turn off the ADO Security Warning in .hta file??

Hi I am getting this warning!
Do anyone know how to turn this off??

ADO Security Warning
This Website uses a data provider that may be unsafe.
If you trust the website, click OK, otherwise click Cancel.

and I am using this provider:
Set objConnection = CreateObject("ADODB.Connection")
objConnection.Open "Provider= Microsoft.Jet.OLEDB.4.0; myAccessdatabase.mdb"
Set objRecordset = CreateObject("ADODB.Recordset")
objRecordset.CursorLocation = adUseClient


Thank you very much in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top