CodeSmith Community
Your Code. Your Way. Faster!

Browse Site by Tags

Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
  • Truncate Table without stored procedure TIP!

    I've been trying to truncate tables from NetTiers and came up with the following technique that does not require Stored Procedures. DataRepository .Provider.ExecuteNonQuery( CommandType .Text, "Truncate Table myTable" ); Be aware I had to include the following Reference to my project: System...
    Posted to .netTiers - Tips/Tricks (Forum) by mathisr on 10-31-2007
    Filed under: Truncate table
Page 1 of 1 (1 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems