Quote:
Originally Posted by chrishirst
What do you know about database schema design, db concepts and Structured Query Language (SQL)?
|
Quote:
Originally Posted by madseason
I don't understood your question. I worked with access 97 2003 and 2007 / Apache server / my sql, more i guess but i can't remember. In this project, just access 2007.
|
So not much then
Access files when used as a website database server are quite slow, especially on insert queries and they are limited for running concurrent processes.
Very useful during the learning process but far from ideal on production websites that have more than a moderate load.
So you have to learn how to build efficient data structures, table schemas and write efficient queries, such as avoiding the use of "SELECT * FROM" especially in a JOIN query.
Unfortunately writing dB structures within the single session access "desktop database" environment of Access or using the "wizards" to build the schema is relatively poor preparation for the multiple access website website where a quick response is paramount.
So you need to be learning several disciplines at once, not least of which is DBA (database administration).
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|