c# - Using Firebird within Visual Studio? -


i working on asp.net web application project. try add chart using data database (firebird).

chart tasks-> configure data source -> new connection -> change data source

i see many data providers not firebird! (why?). can not launch query builder.

in additionm in debug mode, can retrieve data database. think data tool. why doesn't visual studio see firebirdsql visual studio data tool?

you need install, among .net provider (firebirdsql.data.firebirdclient), ddex provider. can download form http://www.firebirdsql.org/en/net-provider/.


Comments