Using Microsoft Access as a database

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

  1. #1

    Default Using Microsoft Access as a database

    HI all,
    I am creating a small dynamic website and have created it using MS Access as
    the database. I have tried to get the data into MYSQL (succefull) and use that
    but I cant even get MYSQL properly set up. The SQL queries that work on access
    do not seem to work with MYSQL.

    So the question to someone who can help me. Could I keep using MS access as a
    database or is it definitely not relaibale for even a small commercial dynamic
    website.

    Thanks in advance...

    Mayo

    mayo5000 Guest

  2. Similar Questions and Discussions

    1. Microsoft Access Database with Mac Tiger
      Can you connect to a Microsoft Access database from Cold Fusion MX 7 running on a JRun4 server on the Mac Tiger OS? If you know how to do this would...
    2. No Microsoft Access Database listed
      I have all my databases as .mdb (microsoft access batabase). I just installed Coldfusion on my Linux server, but when i went to add my data sources,...
    3. shell script to transfer flat file generated from isql query to microsoft access database
      Can someone help me with a way in shell script to transfer flat file generated from isql query to microsoft access database. Thanks
    4. Retrieving Data from Microsoft Access Database using Perl
      I am on a Windows machine and I need to acess some data in a MS Access database so I can display it on a website. Both the perl script and the...
    5. Problems with perl and database access since microsoft cerurity patch
      Hi, we use a NT Server with IIS 4, rented from an provider. On this we use a sybase sql anywhere 5.5.04, connected via odbc. The software is...
  3. #2

    Default Re: Using Microsoft Access as a database

    The s in sql stands for structured, not standard. Every database has it's own
    syntax and it's own functions so whenever you switch, you have to expect things
    to not work at first.

    Access is not unreliable. You might have some performance issues if you get
    too much data, but if you do, do something about it. Also, because it has to
    reside on your application server, you might run across some issues if you get
    into load balancing.

    But you know what your situation is. We don't.

    Dan Bracuk Guest

  4. #3

    Default Re: Using Microsoft Access as a database

    Thanks for that Dan. The qick reply is much much appreciated.
    mayo5000 Guest

  5. #4

    Default Re: Using Microsoft Access as a database

    Have you thought about MS SQL Desktop it is free. It is the same as SQL 2000
    with some limitation but unless you are going to have a lot of people on at
    the same time or your database a very large it works quite nice.


    "mayo5000" <webforumsuser@macromedia.com> wrote in message
    news:dqpje7$br4$1@forums.macromedia.com...
    > HI all,
    > I am creating a small dynamic website and have created it using MS Access
    > as
    > the database. I have tried to get the data into MYSQL (succefull) and use
    > that
    > but I cant even get MYSQL properly set up. The SQL queries that work on
    > access
    > do not seem to work with MYSQL.
    >
    > So the question to someone who can help me. Could I keep using MS access
    > as a
    > database or is it definitely not relaibale for even a small commercial
    > dynamic
    > website.
    >
    > Thanks in advance...
    >
    > Mayo
    >

    Rick 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