Selecting a Database

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Selecting a Database

    I am looking for opinions on selecting a DB for our site. I inherited a site ?
    pretty simple that uses MS Access. There are actually 5 distinct DB used ? one
    for logins, one for member information - the site has a public, and 2 distinct
    private sides (members, vendors). Most of the internal applications load data
    into these Access DB for daily work - member and vendor information. Some of
    this data is then copied to the DB on the site.

    My choice is to continue with the copies of the Access DB ? multiple DBs or
    take the data and place it all in one MySQL 5.0 DB, or I just heard about there
    is a Microsoft SQL ?open source? version available.

    The site seems to work fine as is. I expect more traffic as we try to have
    our membership and vendors utilize the site more and more ? form submission, a
    forum/message board, vendor PO approval and form submission. Our DB for the
    ERP system is Progress 9.0 and I will want to either query it directly or
    replicate some data to another DB and query against that for the site.


    sumnerm Guest

  2. Similar Questions and Discussions

    1. Selecting one particular field in the same Access database table?
      Is there a way of selecting one particular field in the same Access database table? eg. database is - ID: 1 ...
    2. Selecting fixed amount of characters from a "memo" fieldin an access database
      How would I do this? I don't care but preferably I would like to accomplish this IN the query. But probably it will have to be done after the data...
    3. selecting different css
      stu75 wrote: You could just attach a print media style sheet to accomplish this and won't need another page: Take a look at these articles:...
    4. Can I use PHP for selecting and writing data into a server-database?
      Hi, I like to build a small simple dinamic website: Point-of-sale (detail-shop), So entering stock, logging all sales, print out invoices and...
    5. Decimals lost when selecting data from database link
      All, When selecting data via a database link from Oracle 8.1.7 to AS/400 via heterogeneous services, the numbers are truncated so decimals are...
  3. #2

    Default Re: Selecting a Database

    I would move to something that gives you access to stored procedures if you
    expect a high volume site. It will help you cut down on execution time. Most
    systems that offer stored procs scale much better than MS Access too. Just my
    2 cents.

    ap

    ajpowellatl Guest

  4. #3

    Default Re: Selecting a Database

    Pretty much _any_ database is better than Access.

    I'm skeptical about this "open source" Microsoft SQL Server. Could you provide
    a link?

    My recommendation would be to migrate from MS Access to, in order of personal
    preference:
    PostgreSQL, MySQL, MS SQL Server.

    Kronin555 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139