Hi all,
ÃÂ
I am currently working on a stored procedure in SQL 2000 where I use OPENROWSET function to read data from an Excel file into a temporary table.
ÃÂ
It works fine when I logged in with username 'sa' and psswrd 'sa' but when I log in with another user name and password I get the following error:
"Ad hoc access to OLE DB provider 'Microsoft.Jet.OLEDB.40' has been denied. You must access this provider through a linked server."
ÃÂ
I am using VB 6.0 as front end. Is there anyway i can overcome this error?
ÃÂ
Please help.
ÃÂ
Dhiraj
View Complete Post