-
-
-
-
-
-
-
-
-
-
Add a field at run time to a table in ado.net
Imports System.Data.SqlClientPublic Class Form1Dim cn As New SqlConnection("server=.;database=atten;uid=sa;pwd=sa;")Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click'savecn.Open()Dim query, query1, query2 As StringDim regnum As Integerquery1 = "select max(reg) from sdetail"Dim cmd1 As New SqlCommand(query1, cn)regnum = cmd1.ExecuteScalarTextBox1.Text...
-
-
-
-
Abstract Class and Interface
Demonstrate a situation when and why you would use Abstract class and Interface in your project?
-
-
-
What are the Advantages of ADO.Net?
ADO.NET Does Not Depend On Continuously Live ConnectionsDatabase Interactions Are Performed Using Data CommandsData Can Be Cached in DatasetsDatasets Are Independent of Data SourcesData Is Persisted as XMLSchemas Define Data Structures
-
ADO.NET Interview Questions
Ans