Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Flat File Database for Inventory?


4 replies to this topic

#1 scottdev

  • Community Member
  • 30 posts
  • Real Name:Scott Robinson
  • Location:San Diego, California

Posted 26 July 2003, 18:01

Is this possible with OSCommerce? I've never used MYSQL before.

#2 iiinetworks

  • Community Member
  • 3,734 posts
  • Real Name:Matt

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

#3 bluephoenix

  • Community Member
  • 636 posts
  • Real Name:benjamin

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.
"If you rundown your shadow, you will never catch it"
Bob Marley

#4 rgpayne

  • Community Member
  • 12 posts
  • Real Name:Rodney Payne
  • Location:US

Posted 26 July 2003, 23:34

Where do I get this file

#5 iiinetworks

  • Community Member
  • 3,734 posts
  • Real Name:Matt

Posted 27 July 2003, 06:12

Easy Populate link