-5

I am looking for programs which allows you to view a sql database in a GUI created with C#. The benefits of this would be you could create shortcuts to tables an ease of use for companies. However I can't seem to find anything on the internet about companies using a C# program to view databases.

  • Have anyone used a program which does this?
  • Is there a direction someone could point me in?

Many thanks.

Marshal
  • 1,177
  • 4
  • 18
  • 30

1 Answers1

1

You don't need to program anything. You have several options:

  1. SQL Server Management Studio aka SSMS (Even SQL Server Express has it)
  2. Visual Studio has a Server Explorer (Menu View\Server Explorer)

I think that option 1 or 2 is more than enough for you. If you want other alternatives you have LinqPad or Versabanq Squel. Check this question for alternatives.

Community
  • 1
  • 1
Oscar Foley
  • 6,817
  • 8
  • 57
  • 90