GUI for the end user

Hi

how a GUI for the end user is done ?
With which tools ?

Thanks
Elico

Hi,
I assume you talking about for user how they can access SQL? That would be SSMS.

Hope this helps

1 Like

How to create a gui for a SQL database? If I am write then,

You will need to look into creating a Windows Form application which you should be able to select a Project Template from the Start Menu of your Visual Studio Edition.

Its really just a case of designing the look and feel that you want to start off with and then building on the functionality that you require.
To know more please go this one it may be helpful to you. Microsoft Learn: Build skills that open doors in your career

1 Like

completely depends on your requirements. popular choices include:

  1. MS Access
  2. MS Excel
  3. Windows Forms application (or WPF if you prefer)
  4. browser-based application (e.g. asp.net MVC )

fwiw I would't recommend SSMS for an end user

1 Like

In future if you ask the questions then please try to clear the things, if you really want to know the solutions of the particulars.

I will

Thanks
Elico