* One change in SQLiteLocalStorage

* Committing half-started Berkeley BDB bindings, however not adding to solution or prebuild (will/should not compile yet)
This commit is contained in:
Adam Frisby
2007-04-11 07:39:39 +00:00
parent 1747d49d71
commit 6e60d1e17f
7 changed files with 208 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenSim.Storage.LocalStorageSQLite
{
try
{
string connectionstring = "URI=file:localsim.db";
string connectionstring = "URI=file:localsim.sdb";
db = (IDbConnection)new SQLiteConnection(connectionstring);
db.Open();
}