Announcement

Collapse
No announcement yet.

ODBC MSSQL Database

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

    ODBC MSSQL Database

    I have recently been using my actinic store with a spreadsheet system, and recently I have upgraded to a normalized MSSQL approach.

    I have successfully created an ODBC connection to it, however when I enter the external links menu and select the ODBC connection it asks me to connect to a specific table.

    Is it possible to connect to the DB only (no specific table) and to get the information to the actinic fields by using sql statements? (meaning I could use select, where & inner joins etc?)

    Any advice would be appriciated.

    Thanks

    Chris

    #2
    More Importantly

    I probably should have been more specific, by saying all I need to do is be able to access data from more than 1 table in the database in order to map the information to the actinic field, and preferably execute some small sql commands.

    Is this possible?

    Comment


      #3
      I'm sure it's certainly possible but it may be worth considering getting a copy of Gabe's ActSQL. This will populate an sql table for you so may save you a lot of hassle.

      [edit] heres the link http://www.interact-studio.co.uk/aca...Connector.html [/edit]
      Cheers

      David
      Located in Edinburgh UK

      http://twitter.com/mcfinster

      Comment


        #4
        Excuse me, you are looking for it to work the other way round, never read your post properly! Pretend I never spoke! Let the slagging commence!
        Cheers

        David
        Located in Edinburgh UK

        http://twitter.com/mcfinster

        Comment


          #5
          Chris,
          You'll need to create an SQL View which in effect returns the dataset that you wish to link to.
          The Actinic ODBC connection utilises pretty direct SQL transactions and therefore won't allow you to use SQL statements in the query. It pretty much maps field to field between data sources.
          If you can populate a single view/query with the required data fields that you wish to map then this would be the way forward for you.
          Fergus Weir - teclan ltd
          Ecommerce Digital Marketing

          SellerDeck Responsive Web Design

          SellerDeck Hosting
          SellerDeck Digital Marketing

          Comment


            #6
            Cheers

            Thanks fergusw

            Thats a good idea, I will just sort out everything in the MS Sql Server application and create a single table with everything I need in it.
            Which means the data will still be coming from a normalized DB and it can be accessed by actinic.

            Good Idea
            Thanks for the Help!

            Comment


              #7
              You can't link to views unfortunately. You could use a view to create a table that Actinic links to but then you wouldn't be able to update the source data.

              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

              Working...
              X