I was surprisedto find that the primary index for the subject database tables aren't auto-increment! Is/was there a reason for this?
I was surprisedto find that the primary index for the subject database tables aren't auto-increment! Is/was there a reason for this?
From what I see in review of the products_options and products_options_values tables is that the primary key is a combination of fields (products_options_id or products_options_values_id combined with the language_id) rather than a single unique field (such as an autonumber) thus more than one occurrence of each products_options_id (or products_options_values_id) can exist in the table but in different languages within the table...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Big fat duhon my part; thanks for the update!
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...