Ask a Question related to Coldfusion Database Access, Design and Development.
-
mayo5000 #1
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
-
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... -
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,... -
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 -
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... -
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... -
Dan Bracuk #2
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
-
mayo5000 #3
Re: Using Microsoft Access as a database
Thanks for that Dan. The qick reply is much much appreciated.
mayo5000 Guest
-
Rick #4
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



Reply With Quote

