Hi, I am working in a B4A app wich interaction with a PostgreSQL DB. It uses the jRDC2 library. For developing reasons the server is mounted on LocalHost. The middle server developed with B4J works fine.
The problem is very strange. When I call some SQL request (no matter which one) from the B4A app in debug mode, sometimes, rise up errors about missing parameters or cast types. But, if I run de app in Release mode, these errors never appear and the same SQL requests work fine. Even more confusing, in debug mode, sometimes the same SQL request give me an error and other times not even though nothing has changed.
Any clue about this problem? I'm disoriented and it prevents me from testing the program in debug mode.
Thanks
The problem is very strange. When I call some SQL request (no matter which one) from the B4A app in debug mode, sometimes, rise up errors about missing parameters or cast types. But, if I run de app in Release mode, these errors never appear and the same SQL requests work fine. Even more confusing, in debug mode, sometimes the same SQL request give me an error and other times not even though nothing has changed.
Any clue about this problem? I'm disoriented and it prevents me from testing the program in debug mode.
Thanks