mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 21:38:46 +08:00
manually open the db connection. Mono does this automatically, .NET doesn't
This commit is contained in:
@@ -64,6 +64,7 @@ namespace OpenSim.Framework.Data.SQLite
|
||||
|
||||
// This sucks, but It doesn't seem to work with the dataset Syncing :P
|
||||
g_conn = conn;
|
||||
g_conn.Open();
|
||||
|
||||
ds = new DataSet();
|
||||
da = new SqliteDataAdapter(new SqliteCommand(userSelect, conn));
|
||||
|
||||
Reference in New Issue
Block a user