in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

using System.Data.SQLite behind an ASHX in ASP.NET: any connection pooling side-effects?

Last post 03-02-2010 11:11 AM by timo888. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 03-02-2010 11:11 AM

    using System.Data.SQLite behind an ASHX in ASP.NET: any connection pooling side-effects?

     What happens with SQLite temp tables in a connection pooling scenario? Can ASP.NET/ADO.NET connection pooling keep a SQLite connection (and any temp tables associated with it) alive so that when user # 2 grabs a connection, it might find that temp tables not explicitly dropped by user #1 already exist?  I know how to test for existence of a table in SQLite syntax -- I'm just not clear about the connection's lifetime and scope is ASP.NET.

    Thanks

Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems