Debug not working anymore
Posted: Wed 17 Feb 2010 14:35
Hello,
Using Delphi 7 and ODAC 5.50.
I was always able to use the debug by setting Debug = True and including the OdacVcl in the uses section of my unit.
Maybe it is a coincidence... but since I have reinstalled Delphi and the ODAC components on my new PC, it does not work.
I am able to make it work in the demos, but in my own application, it does not work.
I have tried to use the debug with the TOraQuery or TSmartQuery... with or without cachedupdate...
And now it is causing me a headache because I have a exception error on the POST (class N_18 with message 'Unknown error 1") and I cannot see the debug window that shows me the values being passed to my UpdateSQL of my TOraquery...
HELP!!! I have been working on the problem for 2 days now....
Using Delphi 7 and ODAC 5.50.
I was always able to use the debug by setting Debug = True and including the OdacVcl in the uses section of my unit.
Maybe it is a coincidence... but since I have reinstalled Delphi and the ODAC components on my new PC, it does not work.
I am able to make it work in the demos, but in my own application, it does not work.
I have tried to use the debug with the TOraQuery or TSmartQuery... with or without cachedupdate...
And now it is causing me a headache because I have a exception error on the POST (class N_18 with message 'Unknown error 1") and I cannot see the debug window that shows me the values being passed to my UpdateSQL of my TOraquery...
HELP!!! I have been working on the problem for 2 days now....