What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
No Answer is Posted For this Question
Be the First to Post Answer
Why sql Data Reader object not created
What is oledb connection?
What is the difference between Dataset. clone and Dataset.copy?
What are the Data providers in ADO.Net?
OleDbDataAdapter ole=new OleDbDataAdapter(new OleDbCommand ("select * from login",oleDbConnection1)); OleDbCommandBuilder cmd=new OleDbCommandBuilder(ole); ole.Fill(dataSet11,"login"); DataRow drow=dataSet11.Tables ["login"].NewRow(); drow[0]=textBox1.Text; drow[1]=textBox2.Text; drow[2]=textBox3.Text; dataSet11.Tables["login"].Rows.Add (drow); ole.UpdateCommand=cmd.GetUpdateCommand(); ole.Update(dataSet11,"login"); MessageBox.Show("one row added"); this gives exception.how to solve it
How to identify the updated rows in a dataset?
what is execute scalar?
11 Answers Atharva Infotech, Dohatec New Media, Make eIT, Protech,
Explain ado.net features?
differance between ADO vs ADO.Net?
I am fresh graduate, trained in C# .net. How do i answer when interview ask me , Where do you see yourself within 5 years from now?
Explain the advantages and disadvantages of using datalist?
How do u implement locking concept for dataset?