Are there any good .Net libraries for building arbitrary sql commands? Not relational data.

Posted by Burg on Stack Overflow See other posts from Stack Overflow or by Burg
Published on 2010-05-10T19:48:05Z Indexed on 2010/05/18 1:40 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

I am looking for some library that takes the TextWriter approach to writing SQL commands (much like there is the HtmlTextWriter in .Net for writing html). I am NOT writing CRUD-type commands for relational data, I am writing arbitrary SQL (bulk inserts, table creation, creating backups, etc). Any suggestions are appreciated.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#