Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to access a heidisql database which is in other pc using asp.net.
Posted

1 solution

HeidiSQL is a front-end tool to access different kinds of databases from one place, including MSSQL, MySQL and PostgreSQL...
You can not use it to connect those databases from code...
 
Share this answer
 
Comments
TheRealSteveJudge 15-Dec-14 5:15am    
Exactly! 5*
Kornfeld Eliyahu Peter 15-Dec-14 5:21am    
Thank you...
Member 10921356 15-Dec-14 6:21am    
Ok then how can I access MY SQL Database from another PC in asp.net?
Kornfeld Eliyahu Peter 15-Dec-14 6:25am    
Install MySQL .NET Connector - http://dev.mysql.com/downloads/connector/net/
Go to the documentation pages to learn how to use it - http://dev.mysql.com/doc/connector-net/en/index.html

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