From 6e60d1e17f6a3d8d0f45e26da1f91e98ab8251e8 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 11 Apr 2007 07:39:39 +0000 Subject: * One change in SQLiteLocalStorage * Committing half-started Berkeley BDB bindings, however not adding to solution or prebuild (will/should not compile yet) --- OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs') diff --git a/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs b/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs index 4ccc8a2..8c9a5e1 100644 --- a/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs +++ b/OpenSim.Storage.LocalStorageSQLite/SQLiteLocalStorage.cs @@ -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(); } -- cgit v1.1