DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
All Tags
»
.NET How To's
»
Stored Procedures
(RSS)
Browse Site by Tags
Showing related tags and posts accross the entire 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
(Weblog)
by
keithrull
on 06-18-2006
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008