Forum Moderators: open

Message Too Old, No Replies

Forms

         

stevelibby

8:40 pm on Mar 5, 2005 (gmt 0)

10+ Year Member



Hi all
I am looking to place a form that links dat straight into my sql datbase rather than access.
Is there any security concerns i should have about doing this?
And if so what can i do?

txbakers

11:28 pm on Mar 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



no special security concers.

Just make sure that your SQL database is not available over the internet so it can't be hacked.

stevelibby

11:28 am on Mar 6, 2005 (gmt 0)

10+ Year Member



what do you mean by that?

txbakers

2:51 pm on Mar 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



make sure your database doesn't have a direct internet connection.

The only way to get to the database is through the connection string of your ASP pages.

Keep the DB ports locked down.