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#
Example program SQL in X#
Dear
Sorry for the confusion:
Diederd is my colleague, the question has been sent with his username.
Johan Kwaspen
Sorry for the confusion:
Diederd is my colleague, the question has been sent with his username.
Johan Kwaspen
- Phil Hepburn
- Posts: 743
- Joined: Sun Sep 11, 2016 2:16 pm
Example program SQL in X#
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.
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.