1
vote
1answer
79 views
Setting single user mode to restore backup.
I have the following function:
public void RestoreDatabase(String databaseName, String backUpFile, String serverName, String userName, String password)
{
SqlConnection.ClearAllPools();
…
0
votes
4answers
129 views
Good Single User Open Source Persistant Database that’s easy to install and works with Open Office Base?
I'm creating a program for end-users, that's already written using MySQL and some OpenOffice.org Star Basic Macros. I was wondering if there was an open source single user database that would be easy …
