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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. Questions about database.

Questions about database.

Scheduled Pinned Locked Moved Web Development
questioncsharpphpasp-netdatabase
2 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.
  • G Offline
    G Offline
    Genbox
    wrote on last edited by
    #1

    Hi. Im in the progress of selecting the right database for my new project. I only have PHP/Mysql and ASP.net 2.0/MSsql experience. So here comes some questions: 1. Can i use MySQL in my ASP.net 2.0 project as datasource for gridviews? just like mssql. 2. Can i use MS access instead of mssql/mysql? i've heard that it only takes a few dataconnections at a time, what is up with that? I ask because i also want to choose my webprovider (web hotel) now. But most of them is expensive if i want mssql + asp.net 2.0 There is a lot of cheap solutions if i use asp.net 2.0 + access or myssql.

    G 1 Reply Last reply
    0
    • G Genbox

      Hi. Im in the progress of selecting the right database for my new project. I only have PHP/Mysql and ASP.net 2.0/MSsql experience. So here comes some questions: 1. Can i use MySQL in my ASP.net 2.0 project as datasource for gridviews? just like mssql. 2. Can i use MS access instead of mssql/mysql? i've heard that it only takes a few dataconnections at a time, what is up with that? I ask because i also want to choose my webprovider (web hotel) now. But most of them is expensive if i want mssql + asp.net 2.0 There is a lot of cheap solutions if i use asp.net 2.0 + access or myssql.

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      1. Yes. 2. Yes. The database driver for Access limits the number of connections for each user to 64. For web development it means that each web application can only have 64 connections open at the same time. This is normaly not a problem, as a web site that can be served by an Access database usually only uses a few connections at a time. It makes Access more sensetive to badly written code, though. If your web site will have much traffic (like thousands of visitors per day), you might want to go for a more powerful database than Access. --- b { font-weight: normal; }

      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