I am developing a simple database desktop application using windows forms and c#. I have decided to use Sql Server CE for my app. I am using following things: 1) Sql server ce 4.0 2) .net framwork 4.0 3) ms visual studio 2010
Now sorry but I have a thousand questions to ask 1) Is my choice of sql server ce correct or what are the alternatives
2) Basically i have developed apps on android and there i dont need to check if the database is already created or not but here in forms apps, do i need to: a) check if the database is already created b) then check if all tables have been created c) can i do the above two steps( a and b ) just by checking if my sdf already exists and be rest assured
3) Do I need to have .net installed on my client's pcs or my app is a stand alone one( because i used sql server ce - no sql server installation)
Buddies these all questions have made me puzzled. Please help and share your experiences.
Cheers and thanks in advance!!!