Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mixing of usersessions?
#3
Hi

You say:

1) If you are pooling you are recycling database connections and you certainly could be leaving open state between reuses.

Answer:
All database actions are between a LockDataModule try..finally UnlockDataModule . 
So if you see my code this should really work fine. I always close the transactions/database before re-using

2) Depending on your DB connectivity using the DB name may be invalid. Most connectivity components require explicit assigning by session instance when used in threads rather than by name.

Anwer:
I use UserSession.DbPad, which contains the full file spec to my interbase database. I dont see this could  go wrong.


Strange is also that this happens only with the first form shown?
This form shows a list of data, if i select a records it goes to a detail form , for which the technique is re-used and i get a error that the record was not found. The reason for this is that the detail uses a different database!

 This all happens just once in 3-4 months 

So what is the best approach now?

Leave the pooling mechanisme? 

Eric
Reply


Messages In This Thread
Mixing of usersessions? - by etwoss - 11-16-2019, 08:51 AM
RE: Mixing of usersessions? - by kudzu - 11-16-2019, 05:02 PM
RE: Mixing of usersessions? - by etwoss - 11-18-2019, 08:35 AM
RE: Mixing of usersessions? - by DanBarclay - 11-18-2019, 10:52 PM
RE: Mixing of usersessions? - by etwoss - 11-19-2019, 08:56 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)