Announcement

Collapse
No announcement yet.

Uploading Products to MySQL via ODBC connection

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

    Uploading Products to MySQL via ODBC connection

    We have set an external link in Actinic to a MySQL database which has our site products. The link works fine as it pulled the data into Actinic and allows us to update those products.

    The problem is it doesn't perform an insert if we create the product in Actinic (which is what we want to happen).

    Has anyone done this? Reading through the help documentation it doesn't specifically mention inserting products/records. Pulling the data & updating is.

    Is it possible to insert records with this feature and if yes - how?

    Thanks,

    #2
    you need this feller:
    http://www.interact-studio.co.uk/aca...Connector.html

    done and dusted.

    Comment


      #3
      When you insert products, they are put in a section at the bottom of the screen - unallocated external products and you can then drag them into the correct section. Another way to do this to create a dummy product with the correct reference in the correct section (you generate a flat import file from your SQL data to make this easy), then the product data will automatically link to this product.

      Regards,
      Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
      Visit our facebook page for the latest news and special offers from Mole End

      Top Quality Integrated label paper for Actinic and Sellerdeck
      A4 Paper with one or two peel off labels, free reports available for our customers
      Product Mash for Sellerdeck
      Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
      Multichannel order processing
      Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

      Comment


        #4
        Duncan,
        Is the mySQL database local to the PC/network or housed on a web server?

        If it is local then make sure you have "Enable updates to external data" and "Link all products to external data if available" ticked.
        Fergus Weir - teclan ltd
        Ecommerce Digital Marketing

        SellerDeck Responsive Web Design

        SellerDeck Hosting
        SellerDeck Digital Marketing

        Comment


          #5
          Insert not possible?

          The SQL database is attached to the site hosting plan. I'm using the MySQL Connector/ODBC 3.51 program to create the link.

          I have ticked all 3 options on the LHS of the External Link dialog.

          I take it from the plugin that Gabe has linked to, Actinic does not natively support inserting records into an external table. Is that correct?

          Regards,

          Comment


            #6
            I take it from the plugin that Gabe has linked to, Actinic does not natively support inserting records into an external table. Is that correct?
            That's right, it will update if the product exists but it won't create it in the external link. I misread your post initially and thought you were creating the product in your external database and wanted it to appear in Actinic.

            Jan.
            Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
            Visit our facebook page for the latest news and special offers from Mole End

            Top Quality Integrated label paper for Actinic and Sellerdeck
            A4 Paper with one or two peel off labels, free reports available for our customers
            Product Mash for Sellerdeck
            Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
            Multichannel order processing
            Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

            Comment

            Working...
            X