Friday, March 23, 2012

passing data to SQL database

hello everybody,

i hope u can help me with this... i want to pass the data entered in a web page to a stored procedure so as to store the data in a database... am using three layered architecture... how can i do this...

thanks in advance..........

Look at my reponse in thread http://forums.asp.net/thread/1636021.aspx. There are stored procedures there to create insert, update, listall, select and delete together with the required wrapper code in either C# or vb.net. The required C# library is there. I will post an updated Vb.NET version after my MSDN subscription gets delivered.

No comments:

Post a Comment