Example program SQL in X#

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Anonymous

Example program SQL in X#

Post 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
JKW

Example program SQL in X#

Post by JKW »

Dear

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

Johan Kwaspen
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

Example program SQL in X#

Post 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.
Post Reply