CodeSmith Community
Your Code. Your Way. Faster!

CRUD template for the SqlNetFramework

Latest post 04-22-2007 10:16 PM by Luis E. Ramirez. 0 replies.
  • 04-22-2007 10:16 PM

    CRUD template for the SqlNetFramework

    Hi,
      I would like to share a CRUD template for the SqlNetFramework. The SqlNetFramework allows you to work with SQL very easy. You only specifies the SQL code and the parameters, if any. The SQL is stored in an external repository (XML, DB) it allows you to re-use your SQL code in any application supported by the SqlNetFramework. The CRUD template is deployed with the SqlNetFramework. Download it from www.sqlnetframework.com. Read the following article to see how the CRUD template works (http://www.sqlnetframework.com/Articles/CrudCodeSmith.aspx).

      Example. Create a dataset using a select SQL statement. The 0 identifier make references to the select SQL statement.
      Dataset data = SqlNetFramework.Management.DbManager.Instance.CreateDataSet(0, "YourConnectionId");

      The SqlNetFramework reduces the quantity of code and it is very easy to learn.

    Luis Ramirez.
    Chief Architect.
    www.sqlnetframework.com

    Filed under: , ,
    • Post Points: 5
Page 1 of 1 (1 items) | RSS
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems