Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: stevon8ter on November 24, 2012, 10:56:49 am

Title: c# mysql connect
Post by: stevon8ter on November 24, 2012, 10:56:49 am
Does anyone know how i can connect to a mysql database with c# ?

in php this is:
      mysql_connect($host, $user,$password);
      @mysql_select_db($database) or die( "Unable to select database");