Results 1 to 7 of 7
  1. #1
    D3t0N4t3's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Behind you.
    Posts
    451
    Reputation
    40
    Thanks
    125
    My Mood
    Amused

    [Help] Connect VB2010 > Navicat for MySQL

    The title says.. some1 know how i can add a (working) database
    in visual basic 2010 where i can connect with Navicat for MySQL (v9)?
    "Give every day the chance to become the best of your life." - Mark Twain




  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    You need a database that allows external access, most free hosts do not allow it.

    Try x10hosting, I think they do offer external MySQL access in the free hosting.

    You can then connect to it using MySQL connector(use the search function). I also wrote 1 or 2 tutorials for MySQL in VB.Net

    -------------

    2nd method is actually getting a database that does only allow local access (most free hosts). However, you will have to write .php scripts for it and you cannot connect to it using Navicat.
    Last edited by Blubb1337; 12-17-2010 at 05:56 AM.



  3. #3
    D3t0N4t3's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Behind you.
    Posts
    451
    Reputation
    40
    Thanks
    125
    My Mood
    Amused
    Yes like VB ---2008--- .. not 2010 don't gives MySQL.Data at the
    ".Net" Feature:-/ but thanks
    "Give every day the chance to become the best of your life." - Mark Twain




  4. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Sorry, I don't understand any of what you are trying to say.



  5. The Following User Says Thank You to Blubb1337 For This Useful Post:

    topblast (12-17-2010)

  6. #5
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Blubb1337 View Post
    You need a database that allows external access, most free hosts do not allow it.

    Try x10hosting, I think they do offer external MySQL access in the free hosting.

    You can then connect to it using MySQL connector(use the search function). I also wrote 1 or 2 tutorials for MySQL in VB.Net

    -------------

    2nd method is actually getting a database that does only allow local access (most free hosts). However, you will have to write .php scripts for it and you cannot connect to it using Navicat.
    000webhost FORCES you to use Remote SQL :P

  7. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Blubb1337 View Post
    Sorry, I don't understand any of what you are trying to say.
    VB 2010 apparently comes with the MySQL.data dll included in the install, while 2008 doesn't.

    Simple solution:

    Do what Blubb1337 said and google the "MySQL connector VB .dll" or some similar string and find it there.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  8. #7
    D3t0N4t3's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Behind you.
    Posts
    451
    Reputation
    40
    Thanks
    125
    My Mood
    Amused
    okay thanks^^
    "Give every day the chance to become the best of your life." - Mark Twain