Batch Select Sql in SQLite or SqlCE with C#
Posted
by David Osborn
on Stack Overflow
See other posts from Stack Overflow
or by David Osborn
Published on 2010-03-12T16:42:28Z
Indexed on
2010/05/23
2:50 UTC
Read the original article
Hit count: 310
Is there anyway to batch two different select queries to either SQLite or SQLCE and get the two result sets back in C#? If not, is there an embedded database that handles this?
© Stack Overflow or respective owner