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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR MESSAGE HELP !

Status
Not open for further replies.

kingjjx

Programmer
Joined
Sep 18, 2001
Messages
181
Location
US
HI CAN SOMEBODY PLEASE TELL ME WHAT THIS ERROR MESSAGE MEANS ??? THIS IS A RESULT OF ME SUBMITTING A FORM TO UPDATE A RECORD. I SET A PRIMARY KEY IN MY SQL DATABASE.
THANK YOU


Error Occurred While Processing Request
Error Diagnostic Information
Primary key field PriKey not found.

The field PriKey was not found in the Form input. This field is required in order to do an UPDATE because it is part of the primary key for the RunData table.

The error occurred while processing an element with a general identifier of (CFUPDATE), occupying document position (2:1) to (2:53).



 
I'm not sure this will help you...you probably already have this figured out. I think I've seen this before. I user MS SQL Server and I think I had to have a primary key on every table and a column must be defined as such. Does this make sense?
 
HEY, THANKS FOR THE HELP.
I FIGURED IT OUT.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top