This is a discussion on "ADO Security Warning??" within the ASP.NET Forum section. This forum, and the thread "ADO Security Warning?? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
ADO Security Warning??
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
ADO Security Warning??
When I open a dataconnection and retrieve a table I am getting this error:
ADO Security Warning This web site uses a data provider that may be unsafe. If you trust the web site press OK. code is like this: oORA = "Provider=MSDAORA.1;Data Source=Tempdb;User ID=tempdev;Password=tempdev" strSQL = "select * from masterfi where acct = '00657'" set conn = createobject("adodb.connection") conn.ConnectionString = oORA conn.open Set rswrk = conn.Execute(strSQL) Any Idea how to get rid of message? thanks Last edited by bwalker; Nov 10th, 2005 at 17:47. |
|
|
|
|||
|
Re: ADO Security Warning??
I would suggest using a different provider, see:
http://support.microsoft.com/default...5BLN%5D;258510 |
![]() |
| Tags |
| ado, security, warning |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CMS Security | ChrisTheSoul | Web Page Design | 5 | Feb 21st, 2008 16:28 |
| php security | saltedm8 | PHP Forum | 22 | Sep 27th, 2007 09:22 |
| Help with security | wiggles | Website Planning | 16 | Apr 9th, 2007 22:28 |