DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
All Tags
»
stored procedures
»
.NET How To's
(RSS)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
SqlParameters
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:
Filed under:
.NET How To's
,
Stored Procedures
,
SqlParameters
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008