I have two Windows Mobile 6.1 applications that use the same MS SQL Server Mobile database. They might select and update data in the database at the same time. The database is kept in one .sdf file.
I don't know how the MS SQL mobile version works. The application loads following sql libraries: sqlceoledb30.dll, SQLCEER30EN.DLL, sqlcese30.dll and sqlceqp30.dll.
It is safe to do this?
I suspect that above dlls allow one application to work with the database stored in .sdf but there is no separate SQL process which would allow several applications / processes to work with the same database.
Update: it seems that only SQL CE 3.5 supports that functionality. This is a related question.