I use a SQL Server CE database from my application. My program is located on a DVD.
I cannot read data from the database on the DVD, I set SQL connection string mode to read only but it doesn't work (I just want to read data from db)
ERROR:
Opening a database as read-only requires a temp path to be specified. [ Db name = C:\Users\Ali\AppData\Local\Temp\Rar$EX52.280... ]
please help!