Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

import mdb


toolman

Recommended Posts

Databases are not like files. There's not really a way to just open a database in another program and have it just magically work. There are tools to help you migrate data, but you need to understand how the data is laid out. The table structure in OSCommerce is no doubt very different from the table structure of your Access database. OSCommerce expects that the tables it uses have certain field names and they're in a certain order.

 

If you're not familiar with the process, then I would recommend that you export your database to csv files. You will use Microsoft Access to do this.

 

You may then edit your csv files (you can edit csv files using MS Excel) and use Easy Populate to upload them.

 

http://www.oscommerce.com/community/contributions,500

 

You will need to edit your csv files in excel to get them into the proper format expected by easy populate.

Contributions

 

Discount Coupon Codes

Donations

Link to comment
Share on other sites

Thanks.. i have installed easypopulate.

I have gone to admin and it says upload ep file.

 

I have converted my database to a cvs file and have headings: productid, name, description etc. Is this correct?

 

Where do i find the names that these columns should be?

 

Many thanks :)

Link to comment
Share on other sites

HI,

 

When i click on download

 

Download Complete tab-delimited .txt file to edit

 

I get this error:

 

1146 - Table 'db_store.TABLE_PRODUCTS_STOCK' doesn't exist

 

select products_stock_quantity from TABLE_PRODUCTS_STOCK where products_id = '1' and products_stock_attributes = '3-5'

 

I take it this is a mysql error?

Link to comment
Share on other sites

You downloaded a version that is intended to work with QTPro. Download a version of EP that DOES NOT say "designed to work with QTPro" or "for Discount Groups" or something like that. Those are designed to work with the named contributions. If you don't have those contributions installed, you'll get an error.

Contributions

 

Discount Coupon Codes

Donations

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...