-4

Has anyone used C# with a Sales Logix database?

BradC
  • 39,306
  • 13
  • 73
  • 89
Kevin Colyar
  • 818
  • 1
  • 8
  • 18
  • How about rewording the question to ask something specific? – GEOCHET Sep 26 '08 at 17:52
  • Instead of posting several questions of the form "has anyone used X with a Sales Logix database" why not post 1 question asking what language to use to interface with a sales logix database. – David Nehme Sep 26 '08 at 18:18

2 Answers2

2

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.

Chris Morley
  • 2,426
  • 2
  • 19
  • 20
1

Yes. I have.

(Not the most interesting answer on SOB today, but that's what the question asked...)

Eric
  • 11,392
  • 13
  • 57
  • 100
  • 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 Sep 26 '08 at 18:27
  • 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 Sep 27 '08 at 01:10