Very strange !

  • Thread starter Thread starter Andrea
  • Start date Start date
A

Andrea

Hope somebody can help me to figure this out.

I have an application wich front end is access 97.
Basically, enter some data and then I have a "saved"
command button to save it into Oracle tables.

The following is the problem:

If I click the command button to save the data then it is
not saved, but If I use the debugger then the data is
saved into the tables (oracle tables)

Why is that happening?

Thanks
 
The code behind the command button is working. If I run
the program with the debugger the Oracle Tables get
updated with the new data, but does not happen the same if
I click the command button.

Is this an oracle problem or access problem?

Thank you!
 
Back
Top