Has anyone used C# with a Sales Logix database?
+1
A:
Yes. I have.
(Not the most interesting answer on SOB today, but that's what the question asked...)
Eric
2008-09-26 18:22:34
Could you give me any recommendation on how to get started? Connecting to the database, how it differs from a sql db, etc? Thanks
Kevin Colyar
2008-09-26 18:27:59
There's nothing special ... they just install their schema into a regular SQL Server or Oracle server. See for example the system requirements at http://www.dmcsoftware.co.uk/Saleslogix/slxspecifications.aspx(Unless we're talking about two different SalesLogix's? If so, sorry!)
Eric
2008-09-27 01:10:29
A:
Yes. I rewrote a History tab that worked better and faster than the original Best/Sage built-in tab version using datagridviews in C#. It was a .NET plugin and I used Ryan Farley's instructions for getting it to work in SLX 6.x. In SLX 7.x you can use C# and VB.NET natively for building plug in components.
Christopher Morley
2009-04-19 05:22:51