View Single Post
Old Oct 20th, 2006, 4:48 PM   #13
bulio
Hobbyist Programmer
 
bulio's Avatar
 
Join Date: Jul 2004
Location: Location
Posts: 140
Rep Power: 5 bulio is on a distinguished road
Quote:
Originally Posted by Infinite Recursion View Post
Take a look at your jos_vm_product* tables and determine which values you need... obviously you need fields like name, price, quantity, etc. The table in your second post is basically individual categories of products... You will need to find out how the category table ties into the products table and make sure your new products are inserted into the correct category... (probbaly just a field linking the two (ie: category='Heaters').

Also, would be a good idea to add exception handling to your Python code. I was dealing with an import issue regarding ImmutableSet, so I am going to wait until later to play with it (when I am able to get behind a physical console).
Sounds good. Think you can jump on IRC for a moment though? I had a few more quick questions that would be easier answered via the IRC channel.

Thanks!
bulio is offline   Reply With Quote