If i am expecting a single result from sqlserverdatabase
then what command should i follow ?sqlcommand.executereader
(commandbehaviour.singleresult)or sqlcommand.executescalar()
The answers which posted above is not satisfied my
requirement? Can some one post teh exact answer? Thanx
48
What are the advantages of oledb compared with other
classes?
78
oledbdataadpter with ms access in c#.net giving exception
System.Data.OleDb.OleDbException while writing
adapter.update(dataset,"tabname"); how to update the
database from dataset?
67
how can implement dropdownlist in particular of dataset
when try to update?
What are the differences between RAW, AUTO and Explicit
modes in retrieving data from SQL Server in XML format?
110
How do we invoke queries from the application
61
i making a project using windows application c#, i want to
show user name, password, and one button login. i wanna
make it with sealed class .how its possible . when i
clicked my login button all project should be open. pls
cleare me.