X# Success story - again

Have some feedback and input to share?
Don't be shy and drop us a note. We want to hear from you and strive to make our site better and more user friendly for our guests and members a like.
Post Reply
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

X# Success story - again

Post by wriedmann »

Hello,

again I have to share a success story of a succesful X# project.

On Monday, my largest customer started the general use of the wrike.com project managment software.
But this would not be possible without the X# interface module that connects the ERP system of the customer (entirely written in VO using mostly ADS data, but also some DBFCDX tables) to Wrike.
The interface module is written in X# Core dialect (has no GUI because it is a Windows service), uses an internal PostgreSQL database for transient storage, reads and writes to the ERP data mostly through ADS ADO.NET, and the X# RDD. The access to Wrike it though a webservice (unfortunately limited to 100 requests per minute).
The Wrike system does not know concepts like customers, project managers or sales persons, so all these informations need to be written to custom fields by the X# interface service, and all the timelogs the users register in the Wrike system have to be transferred also to the ERP system for accounting.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

X# Success story - again

Post by Chris »

Thanks for sharing this Wolfgang, very good to hear!
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

X# Success story - again

Post by wriedmann »

Hi Chris,

thank to you and your team this was possible.... and yes, all my X# code is written using XIDE.

X# IMHO is not only a tool to move VO (and VFP and other xBase) applications to .NET, but also a wonderful tool for new applications, even more if these applications have to connect to the data of VO applications.
I'm working also on a production planning software (partially already in production) that is reading and writing not only to data from a VO ERP system, but is also working (reading and writing) on an Oracle database and a PostgreSQL database.
Without the RDD classes in X# this would never have been possible.
Wolfgang
P.S. and to not forget your extraordinary support!
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply