I need to write simple device application (vb.net + mobile mssql). I know how to use emulator for debug, but I don't have idea how to:
-Install mobile MsSql server
-Create simple database (1-3 tables)
-SAVE IT <- I need to save this device. When I run my application for debug, it need to be open in this saved, configured environment.
Anybody know, how can I do this?