The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Using 3 Layer Architecture to Insert Data Into a Database
13 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Mohammad ImranPosted Jun 21, 2020, 6:17 AM
I want to use this in WPF
Bhavin PatelPosted Jun 20, 2015, 3:02 AM
Gr8...Exp 3 Tier..
ANIYAN CPosted Mar 13, 2013, 2:30 AM
I had copied codes but stuck with some errors in the DAL layer. con = new SqlConnection(connectionString); // invalid token '=' in class, struct, or interface member declaration// cmd = new SqlCommand(commandText, con); cmd.CommandType = commandType; foreach (SqlParameter p in parameters) { if (p.Value == null) { } cmd.Parameters.Add(p); I
ANIYAN CPosted Mar 13, 2013, 2:30 AM
I had copied codes but stuck with some errors in the DAL layer. con = new SqlConnection(connectionString); // invalid token '=' in class, struct, or interface member declaration// cmd = new SqlCommand(commandText, con); cmd.CommandType = commandType; foreach (SqlParameter p in parameters) { if (p.Value == null) { } cmd.Parameters.Add(p); I
ANIYAN CPosted Mar 13, 2013, 2:29 AM
I had copied codes but stuck with some errors in the DAL layer. con = new SqlConnection(connectionString); // invalid token '=' in class, struct, or interface member declaration// cmd = new SqlCommand(commandText, con); cmd.CommandType = commandType; foreach (SqlParameter p in parameters) { if (p.Value == null) { } cmd.Parameters.Add(p); I
Anurag SarkarPosted Jan 19, 2013, 5:16 AM
Good one.
Aatif ShabbirPosted Sep 5, 2012, 1:39 PM
Nice man thanks a lot dude....love this Thanks Again !!
vikash singhPosted Oct 1, 2011, 10:04 AM
nice view to lookup this
Muneer SyedaPosted Apr 20, 2011, 11:07 PM
Detail explaination, nice work ...!!!
Ruben FlorezPosted Apr 13, 2011, 3:26 PM
Great article...very explained...rocks
Dinesh BeniwalPosted Apr 13, 2011, 1:49 AM
Good explanation about Layer....