6

I would like a text editor component that color codes SQL Statements like you would see in SQL Server Management Studio. I want to drop it on a form so I can write sql statements and send the queries to my database. It is not necessary to have intellisense but it would be a plus. Is there something like that out there?

3 Answers3

4

Looks like someone asked a similar question and ended up being pointing to ScintillaNET

Community
  • 1
  • 1
cfeduke
  • 23,100
  • 10
  • 61
  • 65
0

Check this very nice editor: SciTe

bfavaretto
  • 71,580
  • 16
  • 111
  • 150
merin
  • 233
  • 1
  • 8
0

The source to Query Express is available; I'm not sure how difficult it would be to integrate with your application.

TrueWill
  • 25,132
  • 10
  • 101
  • 150