L
Lora Connors
I have created a form to insert records into Access
database without the Wizard. I have declared the
DataAdapter & DataTable variables in the Form Declarations
Section. If I use the Dataadapter.Fill method in the
Event Procedure 'Mybase.load'I get the message "Unhandled
OleDbException occurred in System.Data.dll ". Ditto if I
use the Fill method in the Click method of the 'Add'
command button. I need to know The Event in which I need
to use the Fill method.
Thanks!
database without the Wizard. I have declared the
DataAdapter & DataTable variables in the Form Declarations
Section. If I use the Dataadapter.Fill method in the
Event Procedure 'Mybase.load'I get the message "Unhandled
OleDbException occurred in System.Data.dll ". Ditto if I
use the Fill method in the Click method of the 'Add'
command button. I need to know The Event in which I need
to use the Fill method.
Thanks!