Workflow Soluiton

 View Only
  • 1.  Exchange using non MS SQL db?

    Posted Feb 20, 2015 02:38 PM

    I'd like to use a db other than Microsoft SQL server to store ORM based objects. Is this possible with workflow? I'm thinking of rmdbs such as MySQL or MariaDb.  The ORM generator is much easier than making my own tables and queries



  • 2.  RE: Exchange using non MS SQL db?

    Posted Feb 23, 2015 01:45 PM

    You could probably experiment by changing the connection string of the ORM's SymQ exchange. I'm unsure how successful it will be as the DB object building for ORM is specifically geared towards T-SQL/SQL Server. Different databases/DB langiages have different nuances.



  • 3.  RE: Exchange using non MS SQL db?

    Posted Feb 24, 2015 04:40 AM

    Thanks reecardo, the connection piece in the exchange does not seem to want to communicate with anything but MS SQL.  I've looked for a work-around or some sort of translator that might pretend to be ms SQL but have not found anything yet.