Grant a table

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

Grant a table

Post by calou » Mon 22 Jun 2009 08:23

Hello,

I want to do a grant on a table. How could i do this with IBDAC components?

Regards

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

Post by Plash » Tue 23 Jun 2009 07:03

You should execute GRANT statement using TIBCSQL or TIBCQuery component.

Post Reply