tags:

views:

52

answers:

1

I'm in the process of learning SQL, and I need a way of verifying that my SQL queries are valid (i.e. no syntax errors). I also would like to check what results they yield on a test database of my choosing and structure.

I'm using embedded firebird in my C# .NET application, so I don't really have any tools to work with. Anyone have any tips? Perhaps there are SQL administrators/query IDEs out there that work with Firebird?

A: 

You can use IBExpert personal or DatabaseWorkbench Lite

check also this and this

Hugues Van Landeghem