Tagged Questions
The typeddataset tag has no wiki summary.
0
votes
1answer
39 views
typedDataSet activate query C#
I have a TypedDataSet object. and i have a query "select name from t_table where name LIKE '%(text from user)'; how can i insert this query into the data set and activate it on t_table? i need to get ...
0
votes
6answers
3k views
ASP.net DAL DatasSet and Table Adapter not in namespace - Northwind Tutorial
I've been attempting to walk through the "Creating a Data Access Layer" tutorial found http://www.asp.net/learn/data-access/tutorial-01-cs.aspx
I create the DB connection, create the typed dataset ...
0
votes
1answer
379 views
Transaction handling with TransactionScope
I am implementing Transaction using TransactionScope with the help this MSDN article
http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx
I just want to confirm that is ...