09-08-2012, 08:04 PM
yes its on that line
the error is:
ArgumentNullException was unhandled,
Valu Cannot be null. Parameter name: dataSet
i initialize the ds at the top before the
public class frmEdit
like this
the error is:
ArgumentNullException was unhandled,
Valu Cannot be null. Parameter name: dataSet
i initialize the ds at the top before the
public class frmEdit
like this
Code:
Public Class frmEdit
Dim MySQLConn As MySqlConnection
Dim da As MySqlDataAdapter
Dim ds As DataSet