Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems creating new record

Status
Not open for further replies.

Knutjo

Programmer
Jan 15, 2002
31
0
0
NO
I have just finnished my first VB6/Access application and my customer have received the program. When he tries to register a record in one form he gets the error message:

-2147217888 - Consumer's event handler called a non-reentrant method in the provider.

The error message is triggered after I have called:

"Adodc_Brukere.Recordset.Update"

I'm using:

VB6sp5
MDAC 7
Jet 4.0 sp4

The user is running this on win98 standalone machine.
I have been installing many times on different machines without any problem.

Can anybody tell me what's wrong !

Regards
Knut
 
Maybe I'm getting old.... I forgot to mention this one..:

error message when trying to save a record:

-2147217887 - The field 'tblBruker.BrukerID' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.

My problem is that I have entered a value in this field !

What is wrong ??

Regards
Knut
 
'tblBruker.BrukerID' is a Text field and is the key-field for the record. "Required" is set True on this field
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top