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. mySQL, what do you think?

mySQL, what do you think?

Scheduled Pinned Locked Moved C#
sysadmincsharpdatabasemysqlsql-server
5 Posts 3 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.
  • J Offline
    J Offline
    Jassim Rahma
    wrote on last edited by
    #1

    Can some tell me about his experience using mySQL with .NET? what are the advantages and disadvantages? any limitations or restrications? I want to build a corporate application which will have a network access as well as remote access and I'm planning to use mySQL because of the limitation inb MS Access and SQL server with MSDE. Many Thanks, Jassim Rahma Jassim Rahma

    D A 2 Replies Last reply
    0
    • J Jassim Rahma

      Can some tell me about his experience using mySQL with .NET? what are the advantages and disadvantages? any limitations or restrications? I want to build a corporate application which will have a network access as well as remote access and I'm planning to use mySQL because of the limitation inb MS Access and SQL server with MSDE. Many Thanks, Jassim Rahma Jassim Rahma

      D Offline
      D Offline
      David Stone
      wrote on last edited by
      #2

      You should really only post things in one forum. Pick the one suited to your post the most and then stick with it. However, I will tell you that dealing with mySQL in general is a pain for any form of Windows development. The myODBC driver that comes along with it is such a bother to configure. If you already have it, I'd stick with SQL Server. If not, I'd go with MSDE (a scaled down version of SQL Server).


      I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder Microsoft has reinvented the wheel, this time they made it round. -Peterchen on VS.NET

      1 Reply Last reply
      0
      • J Jassim Rahma

        Can some tell me about his experience using mySQL with .NET? what are the advantages and disadvantages? any limitations or restrications? I want to build a corporate application which will have a network access as well as remote access and I'm planning to use mySQL because of the limitation inb MS Access and SQL server with MSDE. Many Thanks, Jassim Rahma Jassim Rahma

        A Offline
        A Offline
        Adrian Hall
        wrote on last edited by
        #3

        Disclaimer: Although I use MySQL, I have not used MySQL with C# That being said, MySQL does have an ODBC driver at www.mysql.com and there is a supported version (via MySQL AB) although you will have to ask for a quote, since in a corporate edition, this can get quite pricy. ... and my experience with C# and ODBC is quite good. Regards, Adrian

        J 1 Reply Last reply
        0
        • A Adrian Hall

          Disclaimer: Although I use MySQL, I have not used MySQL with C# That being said, MySQL does have an ODBC driver at www.mysql.com and there is a supported version (via MySQL AB) although you will have to ask for a quote, since in a corporate edition, this can get quite pricy. ... and my experience with C# and ODBC is quite good. Regards, Adrian

          J Offline
          J Offline
          Jassim Rahma
          wrote on last edited by
          #4

          then, do you recommend mySQL for corporate application, or let me ask it the other way: which database you recommend for corporate if not MS Access and MS SQL server? Jassim

          A 1 Reply Last reply
          0
          • J Jassim Rahma

            then, do you recommend mySQL for corporate application, or let me ask it the other way: which database you recommend for corporate if not MS Access and MS SQL server? Jassim

            A Offline
            A Offline
            Adrian Hall
            wrote on last edited by
            #5

            Thats a good question. Since I am a consultant by day and programmer by night, I'll put my consultant hat on for you. For small deployments, it really doesn't matter what you choose. I would recommend SQL Server simply because of the ease of deployment. For larger deployments, where performance becomes an issue (and this point is dependent on the application and the environment), I tend to recommend Oracle. For web deployments where the data is not as critical, or other programming languages (such as PHP or Perl) need to get involved, I tend to recommend MySQL. I say "tend to" since I sometimes come across sites which already have a database in place, and that would have a bearing on the overall cost of the solution. -Adrian

            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