Hello:
> What about put the path part as some configuration switch/ConnString 
> parameter, so every could set path where to find library, without recompiling.
>
> OR
>
> Before setting DllPath make some test in system directory, local directory, 
> etc.
Michele Lepri has told yet the reason why that wouldn't work ;)

For that there are two solutions

1. Call LoadLibrary before doing the connection ( will work on windows 
only, of course, that is why i don't like to do so in the provider 
itself as it will not work for mono on linux )
2. Implement a GDS using C++/CLI. While this will work in windows only 
as well, i was considering to do the implementation for some time, not 
decided yet due to my lack of knowledge of C++ hehehehe





-- 
Carlos Guzmán Álvarez
Vigo-Spain


-------------------------------------------------------------------------
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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to