Ask a Question related to Coldfusion Database Access, Design and Development.
-
sumnerm #1
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
-
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 ... -
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... -
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:... -
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... -
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... -
ajpowellatl #2
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
-
Kronin555 #3
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



Reply With Quote

