Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dataadapter

How Could I Pass Parameter To Sqldataadapter?

I have tried to pass parameter a value, but what it returns is nothing. If I use a simple sql comma… Read more How Could I Pass Parameter To Sqldataadapter?

C# Sql Data Adapter System.data.strongtypingexception

I get my data from SQL to Dataset with Fill. It's just one table with two columns (CategoryId (… Read more C# Sql Data Adapter System.data.strongtypingexception

Sqldataadapter.fill() Within A Sqltransaction - Is This A Bad Practice?

Since I have a 'DB util' class with a DataSet QueryDB(string spName, DBInputParams inputPar… Read more Sqldataadapter.fill() Within A Sqltransaction - Is This A Bad Practice?