When db user has limited access to database

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
benek
Posts: 20
Joined: Sun 06 Jul 2008 14:22

When db user has limited access to database

Post by benek » Sun 06 Jul 2008 20:31

Delphi 2006 Turbo, IBDAC 2.20.2.15, FB 2.03

I have such problem:
When database user has only read access to the database and wants to add/delete record the application after showing the error message hangs. How can I prevent this ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 09 Jul 2008 07:56

We could not reproduce the problem. Please send to ibdac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

benek
Posts: 20
Joined: Sun 06 Jul 2008 14:22

Post by benek » Wed 09 Jul 2008 13:55

I beg your pardon, it looks the problem is on my side. I made simple similar test application and it works allright but I... still can't find the reason of freezing in the oryginal one :(

BTW: I upgrade IBDAC to 2.50.035 :)

Post Reply