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)
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)
what do you mean by that?
txbakers
2:51 pm on Mar 6, 2005 (gmt 0)
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.