|
-
Jul 17th, 1999, 09:03 PM
#1
Thread Starter
Lively Member
I use the following code to retrieve table/query permissions from an Access 97 database:
Dim doc As Document
Dim lngPerm as Long
Set doc = dbData.Containers("Tables").Documents("TableOrQueryName")
lngPerm = doc.AllPermissions
This is fine when using DAO. Does anyone know of anything similar for use when using ADO?
By the way, I noticed that my status changed recently from "Junior Member" to "Member". Why is this? Length of registration? Number of posts?
[This message has been edited by Michael (edited 07-18-1999).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|