Hello
This is my first posting to the Appeon community. I am hoping someone can help me?
I have written an app using the MySQL database and PB2017. There are 8
Concurrent users. I am tracking the user as they sign in, but I
have noticed that I do not see their entries until I exit and get back in again.
Seems like the update is not ‘Committed’ even thought I do use the ‘Commit;’
at the end of each update.
When I exit and get back in I can then see those database entries.
Any guidance would be appreciated.
Tom
Those changes did the trick Bruce.
Thank you so much.
SQLCA.Lock = "RC"
SQLCA.AutoCommit = True
Tom