0
Answer

embedded SQL precompiler

I'm looking for a C# precompiler that let's me embed SQL in my C# programs. It should have about the same feature set as SQLJ has for Java, e.g. - statical sql syntax verified at compile time - support for bind variables - single row fetches into local variables Does anybody know of such a product? Thanks for your feedback.