Is there support for database connection pooling in monodroid? Can I have a connection string like this? Data Source=filename;Version=3;Pooling=true;Max Pool Size=10;
In the activity, on new intents, we are trying to connect to DB, do the dml and close the connection and then dispose the connection object. Is this the right way or do we need to keep a single connection that is closed when the app is disposed? Any help is appreciated. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Database-Connection-Pool-tp5076643p5076643.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
