Connect to mysql using ByteFX
-
Hello, I've a problem connecting to a mysql Database. My program gives an error when i try to use using ByteFX.Data.MySqlClient; It gives this error with this code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using ByteFX.Data.MySqlClient; namespace UploadBatches { public partial class Form1 : Form { public Form1() { InitializeComponent(); } } } Error 1 The type or namespace name 'ByteFX' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\wvsighem\My Documents\Visual Studio 2005\Projects\UploadBatches\UploadBatches\Form1.cs 9 7 UploadBatches Can someone help me please Thx wistiti 5
-
Hello, I've a problem connecting to a mysql Database. My program gives an error when i try to use using ByteFX.Data.MySqlClient; It gives this error with this code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using ByteFX.Data.MySqlClient; namespace UploadBatches { public partial class Form1 : Form { public Form1() { InitializeComponent(); } } } Error 1 The type or namespace name 'ByteFX' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\wvsighem\My Documents\Visual Studio 2005\Projects\UploadBatches\UploadBatches\Form1.cs 9 7 UploadBatches Can someone help me please Thx wistiti 5
-