Board index » delphi » Adjust Access 97 security with Delphi 3

Adjust Access 97 security with Delphi 3

How can I change table rights for Access 97 from Delphi? Access does not
support the SQL Grant statement. Can I use VBA script in my Delphi
Applications?

MDB

 

Re:Adjust Access 97 security with Delphi 3


Access uses the JET SQL statements, not necessarily ANSI SQL. You need to
look at the Access help file and determine how to do that under JET SQL. You
can't use a VBA script under Delphi. Another possible solution is to use a
TStoredProc tied to a stored query in the Access database and have it do the
rights change.

Juan

Quote
Marinus den Breejen wrote in message

<01bd3d4d$f528a660$05000...@bohr.harley.nl>...
Quote
>How can I change table rights for Access 97 from Delphi? Access does not
>support the SQL Grant statement. Can I use VBA script in my Delphi
>Applications?

>MDB

Other Threads