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. Web Development
  3. ASP.NET
  4. Database Dilemma [modified]

Database Dilemma [modified]

Scheduled Pinned Locked Moved ASP.NET
databasevisual-studiocsharpasp-netmysql
6 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.
  • S Offline
    S Offline
    Skyruner2
    wrote on last edited by
    #1

    hi, I would like to build a Webapplication usin ASP.net through VisualStudio Express. However my host does not support the .mdf database files. Basically i have three options: Set up an ODBC to an Access Database file for free, or Order a Fullblown MS SQL-Server 2005 wich (beeing a Student with little money) would cost money id rather not spend. Finnaly I could also use a MySQL Database for free, but it does not integrate into the VS IDE at all (as far as i know) This new site will replace an old one, wich over the course of the last few years got an average of about 850page views per day. so what should i do? ~Luke -- modified at 9:15 Monday 17th July, 2006

    E 1 Reply Last reply
    0
    • S Skyruner2

      hi, I would like to build a Webapplication usin ASP.net through VisualStudio Express. However my host does not support the .mdf database files. Basically i have three options: Set up an ODBC to an Access Database file for free, or Order a Fullblown MS SQL-Server 2005 wich (beeing a Student with little money) would cost money id rather not spend. Finnaly I could also use a MySQL Database for free, but it does not integrate into the VS IDE at all (as far as i know) This new site will replace an old one, wich over the course of the last few years got an average of about 850page views per day. so what should i do? ~Luke -- modified at 9:15 Monday 17th July, 2006

      E Offline
      E Offline
      eggsovereasy
      wrote on last edited by
      #2

      You could change to a host with Sql Server or see if yours has an add on. -- modified at 9:50 Monday 17th July, 2006

      S 1 Reply Last reply
      0
      • E eggsovereasy

        You could change to a host with Sql Server or see if yours has an add on. -- modified at 9:50 Monday 17th July, 2006

        S Offline
        S Offline
        Skyruner2
        wrote on last edited by
        #3

        but again they want money for it.... i guess the question is rather: Could i use Access? If not, how hard is it to work with MySQL

        D 1 Reply Last reply
        0
        • S Skyruner2

          but again they want money for it.... i guess the question is rather: Could i use Access? If not, how hard is it to work with MySQL

          D Offline
          D Offline
          Daniel Santillanes
          wrote on last edited by
          #4

          Why not use SQL 2005 Express? It integrates with the express studios just fine and it doesn't limit you in your programming capabilities. The limitations with SQL 2005 Express are some advanced Database server features, concurrent database access and database size limitation (4GB if I'm not mistaken, I'm certain that on MSDE it was 2GB, but not sure with SQL 2005 Express). MySql is a good option. I've used it and works great with the .net connector found in www.mysql.com. MySql is just a bit different compared to MS SQL (Sql queries change a bit), there are some differences in data types, but they all translate fine to .net through the connector. daniero

          S 1 Reply Last reply
          0
          • D Daniel Santillanes

            Why not use SQL 2005 Express? It integrates with the express studios just fine and it doesn't limit you in your programming capabilities. The limitations with SQL 2005 Express are some advanced Database server features, concurrent database access and database size limitation (4GB if I'm not mistaken, I'm certain that on MSDE it was 2GB, but not sure with SQL 2005 Express). MySql is a good option. I've used it and works great with the .net connector found in www.mysql.com. MySql is just a bit different compared to MS SQL (Sql queries change a bit), there are some differences in data types, but they all translate fine to .net through the connector. daniero

            S Offline
            S Offline
            Skyruner2
            wrote on last edited by
            #5

            I have asked about SQL2005 Experss, but my host claimed they did not support it :sigh: i forgot to mention that the MySQL server avaliable is only version 4.1.19 but ill have a look if i cant find a .net connector anyway..

            D 1 Reply Last reply
            0
            • S Skyruner2

              I have asked about SQL2005 Experss, but my host claimed they did not support it :sigh: i forgot to mention that the MySQL server avaliable is only version 4.1.19 but ill have a look if i cant find a .net connector anyway..

              D Offline
              D Offline
              Daniel Santillanes
              wrote on last edited by
              #6

              the .net connector itself is free for download in www.mysql.com[^] I've used it witn mysql server versions from 3 to 5 with no problems at all. daniero

              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