This is a discussion on Unable to access views and stored procedures from asp within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> hai all, This is manju, I am not able to execute views and stored procedures but able to excute ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hai all, This is manju, I am not able to execute views and stored procedures but able to excute tables. Back end is SQL SERVER. I am accesing database tables , views and stored procedures from ASP. Error while executing views and stored procedures Error: Object not found. All the tables , views and stored procedures have same user name and are created using query analyser. All have access permissions. Thaks Manju kanna_manju2000@krify.com |
| ||||
| Not much information to go on here but I would advise 1. Make sure you are in the right database context 2. Make sure you are using the right schema context to access the views and procs objects -- This posting is provided "AS IS" with no warranties, and confers no rights. Regards, Uwa Agbonile[MSFT] "manju" <kanna_manju2000@krify.com> wrote in message news:1116941516.687174.321740@g49g2000cwa.googlegr oups.com... > hai all, > > This is manju, I am not able to execute views and stored procedures > but able to excute tables. Back end is SQL SERVER. I am accesing > database tables , views and stored procedures from ASP. > > Error while executing views and stored procedures > > Error: Object not found. > > All the tables , views and stored procedures have same user name and > are created using query analyser. All have access permissions. > > > Thaks > Manju > kanna_manju2000@krify.com > |