SQL Insert statements are sent to a database using:
Select Answer:
SQLConnection & its ExecuteReader method
SQLCommand object & its ExecuteNonQuery method
SQLCommand object & its ExecuteReader method
SQLParameter object & its Execute method
None of the Above
|