Is it safe to open the same .sdf database file from two WinMo different applications?
问题 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