Multiple connections with commits

D

Daniel Knueven

I've got 2 forms in the same application looking at the same table. Each form
has its own connection and is preforming commits and rollbacks. When one form
commits its connection, I want the other form to update itself. The problem
is, the commited data doesn't show up in the other form when it is refreshed.
The first form commits its data, then calls a method in the other form to
refresh its view. I have to hit the commit button twice to make the data show
up. I'm working against an access database. When I switch it to a SQL
database the problem goes away. Any ideas?

Thanks in advance.
-Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top