cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting records

Former Member
0 Kudos
2,000

I have a Power Builder aplication connected to Sql Anywhere 12. When several users are logged, sometimes some records are deleted. When just one user is logged, it never happens

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_willey
Participant

One approach to trying to understand what is happening would be to take a copy of the log file covering a period where the problem has happened and then to use dbtran.exe to translate it into sql statements. Then you can look through for where the records are being deleted and see which user is doing it.

Breck_Carter
Participant

It sounds like an application problem.

In any event, more information is required (much more information, methinks)