Miha
Sun Jan 21 07:41:44 CST 2007
Sure, use an ORM product that builds sql statements (and much more) for you
(I suggest LLBLGenPro) or use a template based code generator (such as
CodeSmith) to generate sql statements automatically from database metadata.
Or write sql by yourself.
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog:
http://cs.rthand.com/blogs/blog_with_righthand/
<mtczx232@yahoo.com> wrote in message
news:1169364657.605301.149630@s34g2000cwa.googlegroups.com...
>I realize that Microsoft not intend to fix problems of Commandbuilder:
>
> +not deal with SQL calculated fields
> +not deal with Identity field to retrieve it
>
> and also cannot be inherit!
>
> there someone wrote Alternative?
>