I spent the last few days searching for a solution to develop a c# application which connects to an Interbase 7.5 database. I tried the db driver from here and the provided ado.net driver ("Interbase Connectivity Drivers"). When I run "Connect to Database" in VS2010 there is no option to connect to IB. So what do I need to do/install/configure to use this driver in VS?
OS is WinXP SP3 running in a VM
Connect to Database ( from VS Server Explorer ) shows you a small dialog, in there you can select as data source then you can specify in the drop down below the provider you want to use, if even after selecting above you still do not see the Interbase ADO.NET connector you can surely select ODBC and use an ODBC data source, after having created it from the control panel.