Exception HandleHi Moderator,, , I am developing database (ORACLE) application using C++Builder with TADO Component (TADOConnection & TADOQuery)., , Why if I put try and catch exception, when my application got error occur didn't entering catch block., , ie:, my syntax is TADOConnection->Open();, When this syntax not working properly, such as broken connection to database("ORA-12560"), didn't coming in catch block., , How to handle about that?, , Thanks a lot, , regards,, , Johan | 1 Reply: |  adamlum | It's been a little while since I had the privilege of programming in C++ but if I remember correctly you have to explicitly throw an exception rather than the runtime throwing it automatically like Java or .NET... |
|