
August 18th, 2011, 11:18 AM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 2
Time spent in forums: 29 m 11 sec
Reputation Power: 0
|
|
|
VC# Express 2010 and Firebird 2.5
Hello,
I am learning C#. I use Firebird assembly FirebirdSql.Data.FirebirdClient.dll with its classes programatically, get a DataDeader and access records with no problem. Reference to the Firebird assembly is set up and works fine. Records are fetched and displayed normally.
Now, I want to used typed DataSets:
When I go to Database Explorer > Right Click > Add Connection the dialog "Add Data Source" appears with 3 options:
1. MS Access Db File, 2. MS Sql Server 3.5, 3. MS Sql Serve Database file
In DataProvider Box it only appears "Net Framework Provider for OleDB"
Firebird asembly seems not registered.
Is a restricton in MS VC# Express ?
I am missing any config settings to work with Firebird assemblies ?
Thanks for your time and best regards,
Horacio
--------------------------------------------------------------------------------
|