Hello,
When i try to connect to an access database , the program always struggles at this line, does someone know what it means?
dataAdapter.InsertCommand.ExecuteNonQuery()
This is the error i get
An unhandled exception of type System.InvalidOperationException occurred in system.data.dll
Additional information: ExecuteNonQuery: Connection property has not been initialized.
Greetz
When i try to connect to an access database , the program always struggles at this line, does someone know what it means?
dataAdapter.InsertCommand.ExecuteNonQuery()
This is the error i get
An unhandled exception of type System.InvalidOperationException occurred in system.data.dll
Additional information: ExecuteNonQuery: Connection property has not been initialized.
Greetz