If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Delphi problem: What does that means?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-09-04, 10:02
liuchoi liuchoi is offline
Registered User
 
Join Date: Dec 2003
Location: Hong Kong
Posts: 1
Question Delphi problem: What does that means?

I'm developing a software that connecets to a MySQL database with Delphi 7. It raises when I'm trying to run the program. What does that means and how can I deal with that??
Attached Images
File Type: png error.PNG (6.5 KB, 179 views)

Last edited by liuchoi; 08-09-04 at 10:09.
Reply With Quote
  #2 (permalink)  
Old 11-05-04, 07:45
Motho Motho is offline
Registered User
 
Join Date: Mar 2004
Posts: 7
What does that means

It means you have assigned a primary key to more than one field. Use only one primary key and run you application.

Motho
Reply With Quote
  #3 (permalink)  
Old 11-06-04, 10:42
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
When the program stops, look at which statement it stopped at. What was it doing, or trying to do, then?

I find it very helpful to browse the VCL source-code to look for that actual message -- it will be a constant -- then look for occurrences of that constant. Some messages are cryptic, but they were generated by the VCL somewhere and you can read that code. Very, very helpful.

Sometimes you can stop the program right before the statement that you know will cause the error, then "step into" it and actually watch the execution flow through the VCL until the point where the error is raised.
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On