ADODB with new data only privileges

S

skaushik

I'm trying to open a recordset using ADODB.connection and
ADODB.recordset. I use the recordset to look for a value in a table and
then display the data from that record in a message box.
It works fine with Admin group but not with new data only group.
How do I get around this problem? I felt because of the restricted
permissions, opening a ADODB connection is not possible but nothing
that I've tried, worked.

Thanks
SK
 
Top