
CreateDataAdapter_Sql – Create an initialized SQL DataAdapter
‘ create and return a DataAdapter over an open SqlConnection’ and initialize its delete, insert, and update commands” CN is the SqlConnection object’ SQL is the SQL Select statement to be executed” any exception is thrown to the callerFunction CreateDataAdapter_Sql(ByVal cn As System.Data.SqlClient.SqlConnection, _ ByVal sql As String) As System.Data.SqlClient.SqlDataAdapter