hi, ive got this problem with security, ive setup sandbox to stop anyone stealing my datasources, but how do i stop them downloading the file and veiwing the contents, i know you can put a password on it but is there another way? also here is an example, if i had to put a password on what would i have to change in this code to allow it to connect correctly?
<cfquery name="techsup" datasource="db">
SELECT *
FROM tbladmins
WHERE status='open'
</cfquery>
<cfquery name="techsup" datasource="db">
SELECT *
FROM tbladmins
WHERE status='open'
</cfquery>