Thema: Delphi SQL problem

Einzelnen Beitrag anzeigen

ToFaceTeKilla

Registriert seit: 17. Mai 2006
Ort: Leipzig
283 Beiträge
 
Delphi XE2 Professional
 
#31

Re: SQL problem

  Alt 7. Dez 2009, 15:35
Sorry i can't (and don't want to) install stuff, just to check your DB for you.
You can proceed as follows:
1.) Debug and check your parameters (:HWM_ID,...)
2.) Check the entries in your DB. If there is no way to access the DB from outside of Delphi (i wasn't able to find any tool) just make a query with 'SELECT * FROM...' and check the recordset.
3.) Compare the content of your DB with the values of your parameters. Is there any match? If not, then you probably there is a bug in the functions which fill the params!
Billy Gerwitz
"Bei der Softwareentwicklung suchen wir nicht den richtigen Weg, sondern den am wenigsten falschen." - frei nach V. Hillmann
  Mit Zitat antworten Zitat