i'm trying to connect to a db with an ods 11 (FB2.0) but I'v got some 
errors i don't understand:

my connection string is:
user=SYSDBA;password=masterkey;database=g:\programmation\media.kit\bdthèque\bin\bd.gdb;datasource=127.0.0.1;port=3050;dialect=3;charset=NONE;connection
 
lifetime=15;pooling=true;minpoolsize=0;maxpoolsize=50;packet 
size=8192;servertype=Default

in this case, I got an exception saying ODS is not supported

if I change servertype to Context, the exception says "unable to load 
dll 'clrexternalengine': not found" (not the exact message: translated 
from french)

and if I change servertype to Embedded, i can connect to my database

so 2 questions:
- is ODS11 supported or not by .Net provider? I tought that FB2 is supported
- which file i missed that .Net provider is not able to load 
clrexternalengine?

I use the provider v2.0.1

-------------------------------------------------------------------------
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