DMXzone Database Connector ASP Support Product Page

Answered

How secure is our database when making a database connection using Database Connector?

Asked 10 Mar 2014 20:10:09
1
has this question
10 Mar 2014 20:10:09 Mr. em posted:
How secure is our database when making a database connection using Database Connector? I am seeing a whole bunch of data when opening the file located inside a folder called" dmxDatabaseSources". should I be scared? or is it nothing to be worried about? can I delete everything between <script runat="server" language="jscript">??????????? var connection = new SqlConnection();
connection.execute(SqlBuilder(cfg), true);

</script>

?
Please let me know

Replies

Replied 10 Mar 2014 21:12:33
10 Mar 2014 21:12:33 Teodor Kuduschiev replied:
Hello,
The file you are referring to is only executed on the server. There is nothing to worry about the security of your DB.
And not only you cannot, but you should not modify any of those files.

Reply to this topic