Control Panel
Forum
Hosting Help
ASP.NET 4 & SQL 2008 R2 Hosting
Resources
Notice
Login
Members
Shared Hosting
|
Upgrade
|
Advertise
|
Tutorials
|
AdSense revenue sharing sites
|
Exam 70-680 Practice Tests
|
Silverlight games
Total
members
:
210366
Average new registrations per day (in last 7 days):
16
New Registration:
Open
Register Now
Home
»
Questions & Answers
»
SQL Connection Problem : User does not have permission
SQL Connection Problem : User does not have permission
7/30/2010
Author:
brijesh parmar
MAQ
When i m using this kind of database connection :
string connection = Data Source=.\\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial Catalog=bugtracking2411_bugtrack1;
SqlConnection con1 = new SqlConnection(connection);
DataSet ds = new DataSet();
SqlDataAdapter da = new SqlDataAdapter();
con1.Open();
string q = select * from brijeshp_FacebookApp_Assignment3_report;
SqlCommand cmd1 = new SqlCommand(q, con1);
cmd1.ExecuteNonQuery();
It says
User does not have permission to perform this action.
My domain is aspspider.ws
please help
Answers .............
Author:
Siavash Hesni
Posted Date: 7/31/2010
it's good
Author:
brijesh parmar
MAQ
Posted Date: 8/1/2010
Is there any other settings that are to be done
as it gives error like
User does not have permission to perform this action.
Author:
Ahteshamuddin
Posted Date: 8/1/2010
Do you use windows authentication or SQL User credentials for your database login??
Author:
vaibhav singh
cas
Posted Date: 8/4/2010
same error here... anybody can debug...
Author:
muthu kumar
Posted Date: 9/5/2010
i also have the same error but i could resolve it waiting for an answer
You must
login
to post answer for this question.
Advertise
Privacy Policy
Terms of use
Contact Us
SpiderWorks Technologies Pvt Ltd.
All Rights Reserved.