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 |
What are the different methods available under the sqlcommand class to access the data?
i want 2 pass values(enterd in textbox)to table in sql server without using stored procedure in c#.plz tell me code with an example.
What is ole in vb?
What is a datagrid?
How to Handle the exceptions in Sqlsrver2000
How to retrieve the user id which is provided while windows authentication?
once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?
Is it possible to edit data in Repeater control?
Which type of database is used while processing dynamic database?
How xml files and be read and write using dataset ?
What is the role of the dataset object in ado.net?
Explain how do you connect to sql server database without using sqlclient?