MySQL Forums
Forum List  »  Newbie

TMyTable. Post not showing up for next user
Posted by: Michael Britt
Date: May 19, 2021 06:09PM

I am new to MYSQL coming from Advantage Database Server.

I have created a simple 1 form application with a MYDAC connection component and a MYDAC TMyTable.

If USER1 edits a field by MyTable.Edit...Then they change a value and click save which calls MyTable.Post it works fine.

But when USER2 opens the application they don't see the change that USER1 made. They see the default value.

In Advantage Database as soon as a user makes a change to a table it is immediately reflected in the database so all other users see the change.

The only way i have found around this is before calling MyTable.Edit i first call MyTable.Refresh. Is this the most efficient way to do this?

Thanks in advance.

Options: ReplyQuote


Subject
Written By
Posted
TMyTable. Post not showing up for next user
May 19, 2021 06:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.