New EffiProz database for Silverlight 4 support creating databases in local file system special folders such as "My Documents", "My Pictures", etc. You will need to run your application Out-of-Browser with elevated trust.
Following is a sample connection string to connect to "testsl4" database in "My Documents" folder,
"Connection Type=file; Auto Commit=false; Initial Catalog=|MyDocuments|/testse; User=sa; Password=;"
Few other special folder names recognized by effiproz are,
|
ApplicationData|, |CommonApplicationData|, |Desktop| , |LocalApplicationData|, |MyPictures|
Just start the initial catalog name with one of the special folder names and database files will get created in corresponding local file system folder.
If you care using Query Tool for Silverlight, you can start database name with one of the special folder names as follows,