Has anyone wrestled with this? By using the default JDBC Oracle bridge that was installed when they gave me VisualCafeEE, I can easily go through the wizards and create a form using an Oracle table. The Oracle database is on a Unix box.
The wizard seems to work, and brings up the tables it should. I make my choice accordingly and create a data entry form, and compile the aplication. When run, the program usually allows me to enter one or two data rows without incident. Then it invariably begins failing with
Oracle 900 series errors, (invalid statement format, invalid character, and the like).
This tells me that probably some buffer or other is not being correctly flushed between updates, and that I need to
overload one or more methods. But where should I begin?
Or more accurately, since I really do know where to begin but am somewhat daunted by the task, has any one been through this and would be willing to lend the benefit of their experience?