- Moderator
- #1
I have a linked server to an access database (sorry... no choice on this one).... and some ASP pages that need to make queries to the linked server.
The linked server is working fine; in the SQL Management Studio I can bounce a query (Such as SELECT * FROM AccessDB...Project) and that works fine.
However, I'm missing a permission somewhere, because when I make my connection from an ASP page, I'm getting
Obviously, it's not a locking issue if I can do the query from within SQL Management Studio, so I need to set a permission somewhere to allow the remote requests.
Help, anyone? TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
The linked server is working fine; in the SQL Management Studio I can bounce a query (Such as SELECT * FROM AccessDB...Project) and that works fine.
However, I'm missing a permission somewhere, because when I make my connection from an ASP page, I'm getting
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
....
.... It is already opened exclusively by another user, or you need permission to view its data.".
Obviously, it's not a locking issue if I can do the query from within SQL Management Studio, so I need to set a permission somewhere to allow the remote requests.
Help, anyone? TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg