[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