Add a reference to MySQL

from the Artful MySQL Tips List



using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using MySql.Data.MySqlClient;

namespace MySqlTestbed {
  public partial class Form1 : Form {
    public Form1() {
      InitializeComponent();
    }
  }
}




Return to the Artful MySQL Tips page