Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 64-bit windows 7 OS and using visual studio 2010 . When i try to establish new connection with mysql database , problem occurs while selecting dsn , I created user as well as system dsn
. I logged with administrator login. Then i will not able to select system dsn also unable to build connection string,

Problem messgage shows You will not able to access system dsn..

Thank tou so much in advance .
Posted

1 solution

Question isn't clear.

However if the error message is specifically referring to the DSN itself then that is where the problem lies. The error might suggest that the user the app is running under cannot access the System DSN (none of them). If that is the problem then if you run the application (VS) in administrator mode then it should work. If it does then I would suggest using a User DSN.
 
Share this answer
 
Comments
[no name] 27-Nov-13 23:14pm    
it doesnt work still i will not able to create connction
jschell 28-Nov-13 13:02pm    
You need to provide more information than that - EXACTLY what didn't "work"?

If you are getting a different error message (one that doesn't mention the DSN) then it is different problem
[no name] 29-Nov-13 3:05am    
i run with administrator then also in server explorere no connection displays or

when i click on dsn name window closes automatically

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900