Is this possible with OSCommerce? I've never used MYSQL before.
Latest News: (loading..)
Flat File Database for Inventory?
Started by scottdev, Jul 26 2003, 18:01
4 replies to this topic
#1
Posted 26 July 2003, 18:01
#2
Posted 26 July 2003, 18:39
Why do you want to use a flat file database? What does that mean to you?
MySQL *is* a database. A flat file would be a different kind of database (actually, what it is saying is that you are going to skip the database altogether and just use a regular file as if it were a database).
You could certainly edit osCommerce to use a flat file for inventory, rather than MySQL, but this would seem to be a lot of work. What would you get out of it?
Good luck,
Matt
MySQL *is* a database. A flat file would be a different kind of database (actually, what it is saying is that you are going to skip the database altogether and just use a regular file as if it were a database).
You could certainly edit osCommerce to use a flat file for inventory, rather than MySQL, but this would seem to be a lot of work. What would you get out of it?
Good luck,
Matt
#3
Posted 26 July 2003, 21:29
NO you cannot skip mysql and do a flat file database. Oscommer is built with the mysql database platform as itdatabase engine.
For working with mysql there is myphpadmin that will show you your database visually and allow you to interact with it in a much easier way.
There is also a mod called easypopulate that would allow you to do your database as an excel spreadsheet and then have them interact.
Flat file databases are not really great for e-commerce anyway. Relational databases are better for that.
For working with mysql there is myphpadmin that will show you your database visually and allow you to interact with it in a much easier way.
There is also a mod called easypopulate that would allow you to do your database as an excel spreadsheet and then have them interact.
Flat file databases are not really great for e-commerce anyway. Relational databases are better for that.
"If you rundown your shadow, you will never catch it"
Bob Marley
Bob Marley
#4
Posted 26 July 2003, 23:34
Where do I get this file














