G
Guest
I created an ADO recordset from a table called Students, however the code
will not work for people without permission to read the table. How do I
create a RS from a Table when the USER does not have read permissions to the
table? For example, is there a way to use a RWOP query to generate the record
set?
Once I have the RS, for each record in the set, I am taking the value from
a particular field, creating a record in another table and adding the data
from the RS field to the new record.
Thanks
will not work for people without permission to read the table. How do I
create a RS from a Table when the USER does not have read permissions to the
table? For example, is there a way to use a RWOP query to generate the record
set?
Once I have the RS, for each record in the set, I am taking the value from
a particular field, creating a record in another table and adding the data
from the RS field to the new record.
Thanks