Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Connect to mysql using ByteFX

Connect to mysql using ByteFX

Scheduled Pinned Locked Moved C#
helpcsharpdatabasemysqlvisual-studio
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wistiti5
    wrote on last edited by
    #1

    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

    S 1 Reply Last reply
    0
    • W wistiti5

      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

      S Offline
      S Offline
      Stefan Troschuetz
      wrote on last edited by
      #2

      Have you referenced the ByteFx library?


      www.troschuetz.de

      W 1 Reply Last reply
      0
      • S Stefan Troschuetz

        Have you referenced the ByteFx library?


        www.troschuetz.de

        W Offline
        W Offline
        wistiti5
        wrote on last edited by
        #3

        That was indeed the problem Thx wistiti 5

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups