how do u connect ado.net to sql server
Answer / vaidyanathan r.
The ADO.NET application is connected with the SQL Server by
the use of the object SQLConnection class defined in the
System.Data.SQLClient. This SQLConnection takes the
Connection String as parameter.
Is This Answer Correct ? | 13 Yes | 0 No |
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 bubbled event can you please explain?
What are different layers of ADO.Net?
What is aggregate root?
What is oledb connection?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Explain the differences between oledb sql server, oledbdotnet provider?
Explain the architecture of ado.net?
What is namespace in ado.net?
What is the meaning of executenonquery?
What are the three Ado objects?
6 Answers Microsoft, StarSoft,
What is oledb driver?