ANSWERS: 1
  • To connect from C# (.NET) application you need to use either ODBC, or ADO.NET to a database. ADO.NET is the better way to go: The connection string is: "Provider=MySQLProv;Data Source=Your_MySQL_Database;User Id=Your_Username; Password=Your_Password;"

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy