xsharp.eu • Example program SQL in X#
Page 1 of 1

Example program SQL in X#

Posted: Thu Nov 30, 2017 10:41 am
by Anonymous
Dear X#


I need to create a new program base on a SQL-database.
Is there an example with a SQL databrowser and how to manage the data in X#. (Add, Del, Modify)

Thanks a lot for the response,

Johan Kwaspen
Belgium

Example program SQL in X#

Posted: Thu Nov 30, 2017 12:42 pm
by JKW
Dear

Sorry for the confusion:
Diederd is my colleague, the question has been sent with his username.

Johan Kwaspen

Example program SQL in X#

Posted: Thu Nov 30, 2017 1:13 pm
by Phil Hepburn
Hi guys whatever you call yourselves ;-0)

I have been doing SQL solutions for years, and have some in X# syntax.

However, I have only used the .NET approach, and recently ( a few years back) went over to using 'Entity Framework 6'.

This may be more than you are expecting as an answer.

The development pattern with SQL databases is that of 'disconnection'. All my data was read in using LINQ and then data bound to WPF form controls.

Have a look at what you find at this link :-

https://1drv.ms/f/s!AiCBl-gBWjY9g48ZV-ay9JNuYtK7ag

The applications are in a sub-folder.

Good Luck,
Phil.
Wales, UK.