G
Guest
hey all,
i'm looking at vs2k3 and web matrix (remember those?).
Dim dataAdapter As System.Data.IDbDataAdapter
Dim dataAdapter As SqlClient.SqlDataAdapter
The first declare is generated by Web Matrix and the only thing i notice is
in the .Fill method. The 2nd one allows you to fill a dataTable and dataSet
where the first one only lets you fill a DataSet. Why the difference?
thanks,
rodchar
i'm looking at vs2k3 and web matrix (remember those?).
Dim dataAdapter As System.Data.IDbDataAdapter
Dim dataAdapter As SqlClient.SqlDataAdapter
The first declare is generated by Web Matrix and the only thing i notice is
in the .Fill method. The 2nd one allows you to fill a dataTable and dataSet
where the first one only lets you fill a DataSet. Why the difference?
thanks,
rodchar