Click here to Skip to main content
15,896,040 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
while connecting to SQL with java script i found following error

"The website uses data provider that is unsafe"

I have already defined this site as a secure from tools in IE.

If any solution is there , please reply me..

thanks
Posted
Comments
Bala Selvanayagam 21-Aug-13 5:01am    
Do you have a sample code to show how you are connecting using Javascipt ?

Connecting to SQL using javaScript is not a good idea.
Instead do it at Server side.

Otherwise, you are creating loophole for the hackers to enter into your system.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900