Tag: web technology
Questions Related to web technology
-
ExecuteNonQuery
-
ExecuteQuery
-
ExecuteReader
-
ExecuteScalar
-
Update()
-
AcceptChanges()
-
GetChanges()
-
All the above
-
NewRow()
-
Add()
-
Read()
-
ExecuteReader()
-
GetSqlValue ()
-
GetOrdinal ()
-
GetName ()
-
all the above
-
auto.AutoIncrementSeed = 1
-
auto.AutoIncrement = true
-
auto.Increment = true;
-
auto.IncrementSeed = 1;
-
SqlDataReader
-
SqlConnection
-
SqlCommand
-
SqlClientPermissionAttribute
-
The Physical Data Store
-
The DataSet
-
The Data Provider
-
All the above
-
SQL Connection
-
Oracle Connection
-
Oledb connection
-
XML connection
-
SqlConnection conn = new SqlConnection(
-
SqlConnection conn=null; conn=new SqlConnection(
-
SqlConnection conn = SqlConnection(
-
All the above
-
SqlDataReader rdr = cmd.ExecuteReader();
-
SqlDataReader rdr = ExecuteReader();
-
SqlDataReader rdr = cmd.Execute();
-
SqlDataReader rdr = cmd.ExecuteScalar();