DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

Browse Site by Tags

Showing related tags and posts across the entire site.
  • HowTo: Use SqlParameters to pass parameters to queries and stored procedures

    [code language="C#"] using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlClient; namespace SqlParametersDemo { class Program { static string connectionString = "server=local;database=yourdatabase;userid=youruserid;password=yourpassword;";...
    Posted to Keith Rull by keithrull on 06-18-2006
    Filed under: .NET How To's, Stored Procedures, SqlParameters
Page 1 of 1 (20 items)

Copyright DevPinoy 2005-2008