Title: Using firebird with application blocks ....

Hi,

I want to use data access application block 2.0 with firebird.
I searched in net, but got some information on application blocks 1.0 but not 2.0.
Could someone provide me related links or articles.

Given below my exact problem.
I am creating database using following statement.
Database db = DatabaseFactory.CreateDatabase();
In app.config file, I mentioned that I want to use FirebirdSql.Data.FirebirdClient.

I am able to create databse because my machine.config contains firebird provider settings.
But after deployment, this will not work because end users machine.config does not contain firebird provider entries.

I do not want to tweek Machine.config file. Because it is risky. Ofcourse I want to modify if there is any safer way to modify machine.config.


Thanks
Vinay.






-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to