Hello all,
Thank you for your input. I am still new to ASP.Net. Due to help from this forum, I have overcome many obsticles and now have a working asp.net web page. Thanks again for all the input. Now I have a question that may cause me to redesign the database connection.
First let me tell how I am connecting. I use an sql 2008 database to store my data. I use another sql 2008 database to store my users, roles, etc. All this is working fine.
My question is -- can I achieve the same level of security(authentication,autherization,etc) using an access database?
My question stems from the fact that I do not know what database engines the customer has available. I know they run Access databases, in fact the original data that will be displayed is stored in an access database. I am partial to sql and will port that data to sql if I can. However I do not know if I will have that option. What are your opinions and why.
Thanks! ...
Go to the complete details ...