Announcement

Collapse
No announcement yet.

ASP: Duplicating a record

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ASP: Duplicating a record

    In a current project, I am using ASP to duplicate existing Actinic products. All is fine, but I'm having trouble working out the relationship between columns within the ProductProperties table.

    When the Type column equals '8', how do the values found within column 'sString3' relate to the product? They seem to refer to another product - but what is the relationship?

    Can anybody shed any clues?

    #2
    Hi Ryan,

    To understand the relationship, i would recommend getting the database dictionary. Email communityadmin [@] actinic.co.uk and i will email it to you.
    With regards to your question, if Type column is equal to 8, then 'sString3' is only a 'backup of sString1, used during cut and paste operations'.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X