| | |
Web database design
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jul 2008
Posts: 24
Reputation:
Solved Threads: 0
hello people.
I am extremely new to web design, I have read html quite alot I need yo help however to design a database for an inventory that is accessible over the internet. Can I use MS Excel or Access for the inventory database? Which scripting language of php and ASP.NET would be better to use.
Thanx
I am extremely new to web design, I have read html quite alot I need yo help however to design a database for an inventory that is accessible over the internet. Can I use MS Excel or Access for the inventory database? Which scripting language of php and ASP.NET would be better to use.
Thanx
•
•
Join Date: Aug 2008
Posts: 3
Reputation:
Solved Threads: 0
You might try a Database-as-a-Service offering such as www.HostedDatabase.com or others which allows you to implement a simple inventory database without the need for server-side programming. You only need a simple HTML interface to your database.
•
•
Join Date: Aug 2008
Posts: 3
Reputation:
Solved Threads: 0
You definitely DON'T want to use Excel as the database, even though you could create a System ODBC DSN pointing to it. Excel is not meant to be a database, and performance would suffer on an active website. With a web-hosted database solution like www.HostedDatabase.com you easily upload a .csv file from Excel into the web database. It takes like 2 minutes. Once there, the data can quickly be accessed using simple HTML.
•
•
Join Date: Aug 2008
Posts: 381
Reputation:
Solved Threads: 33
It's true that you usually don't want to use Excel as a database since it is not optimized for fast transactions ... but it is not uncommon to use a flat file database (plain text or xml files) when the amount of data to be stored is a small amount. I plan on using Excel csv files for a database on a site I'm developing for three reasons. It provides an immediate administrative interface for managing the inventory data (Excel) for my client; there is only a relatively small amount of inventory to be managed; and it is very portable, I only need PHP running on the server and all of my data is in file-format, not binary DB format .... In this case I feel I won't get a significant performance hit using Excel csv as a database.
If you're in that same boat you can see what I came up with over on this post:
http://www.daniweb.com/forums/post66...tml#post663864
Best of luck
If you're in that same boat you can see what I came up with over on this post:
http://www.daniweb.com/forums/post66...tml#post663864
Best of luck
![]() |
Similar Threads
- newbie question about database design (Computer Science)
- Eyepinch, Inc. Professional Web Design (Post your Resume)
- Recomendations for a book on database design (Database Design)
- Database Design Advice (MySQL)
- Database Advice (Database Design)
- How do you integrate a database w/web design? best solution for online catalogue? (Database Design)
- Access Web Database? (Database Design)
- Survey of Web Technologies (IT Professionals' Lounge)
Other Threads in the PHP Forum
- Previous Thread: html email
- Next Thread: simple sql query
Views: 1114 | Replies: 12
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cookies cron curl database date directory display download dynamic ebooks echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery js limit link login loop mail menu methods mlm mod_rewrite multiple mysql oop parse paypal pdf php problem query radio random recursion regex remote script search select server sessions sms soap source space speed sql stored structure subdomain syntax system table tutorial update updates upload url validation validator variable video web xml youtube





