Tagged Questions
0
votes
1answer
128 views
New connection for each query or one connection for all queries? (CommandBehavior.CloseConnection vs CommandBehavior.Default)
I'm developing a text analysis desktop application, that intensively queries local database (MSSQLCE 3.5). As the user throws text in, it should react in real-time, so I'm using ADO.NET with pure SQL ...