المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Security when working wtih .mdf



C# Programming
10-27-2009, 02:47 AM
Hello guys,

I am developing a small application for a small shop and this application requires a small database to store the information. Now I thought that I could work with an mdf file as I think there is no need to install databases like mysql or sqlserver 2005, SLQEXPRESS would meet all the needs. Now my questions is what security measures must I take to make sure that the data isn't compromised. Should I store the mdf file somewhere special when the application is installing? Should the connection string be stored in some special way? And does .mdf files allow you to create users like in SQLServer 2005 (Stupid question I think but asking anyway hehe)

Thank you guys for your help in advance.

Regards,
Christian Pace

few