How many commands does the oledbcommand takes?what are they?
Answers were Sorted based on User's Feedback
Answer / abhineet
System.Data.OleDb.OleDbCommand cmd = new
System.Data.OleDb.OleDbCommand();
cmd.ExecuteNonQuery()
cmd.ExecuteReader()
cmd.ExecuteScalar()
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ansu kumar
commands are
insertcommand
updatecommand
selectcommand
deletecommand
| Is This Answer Correct ? | 0 Yes | 0 No |
What is csdl entity framework?
What are the pre-requisites for connection pooling?
Explain the differences between oledb sql server, oledbdotnet provider?
i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code
What is the default Timeout for SqlCommand.CommandTimeout property?
What is a database provider?
can we create synonymn in ms access,sql server,my sql if so explain me with example
How does ado.net work?
How do you update database through dataset?
What is the difference between ado.net and entity framework?
What is the namespace in which .NET has the data functionality classes?
Can you explain how to enable and disable connection pooling?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)