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.
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.