Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to connect to the database and retrieve some records using Pro*C. Previously i used to connect to Sybase, now i need to connect to MS SQL Server. When i tried to do so, i am getting the below shown error message:
SQLCODE =-229 SQL State 42000
SQL Server Error in command : Create
Execute Permission denied on object 'xxxxx'
But when i tried the same query using a query analyzer ( with the same userid,password and database) i got results.
I dont know why is this not working with my Pro*C program.
What should i do now, any suggestions
Thanks
Tommy
SQLCODE =-229 SQL State 42000
SQL Server Error in command : Create
Execute Permission denied on object 'xxxxx'
But when i tried the same query using a query analyzer ( with the same userid,password and database) i got results.
I dont know why is this not working with my Pro*C program.
What should i do now, any suggestions
Thanks
Tommy