Search results for query: *

  1. S

    how to connect c# to a localhost mysql database?

    ok i eliminated the usings for 'mysql." and substituted a 'using system.data.odbc' and got ... Error CS1069 The type name 'OdbcCommand' could not be found in the namespace 'System.Data.Odbc'. This type has been forwarded to assembly 'System.Data.Odbc, Version=4.0.2.0, Culture=neutral...
  2. S

    how to connect c# to a localhost mysql database?

    , i have used vs & mysql but now i'm lost.. I have looked online but the examples dont work on my machine (windows 10 running VS2019. I have placed the using statements using MySql.Data; using MySql.Data.MySqlClient; in my code but that doesnt resolve ..... OdbcCommand command = new...
Back
Top Bottom