From: Dean H. <dea...@dl...> - 2008-01-29 05:40:19
|
nasim wrote: > i have one question. i work with data provider of firebird and my > program work very well. but when i setup from my project and move to > other pc it doesn't work. > my question is, is it need to install dat provider in every coputer that > it want use firebird database? You can just copy FirebirdSql.Data.FirebirdClient.dll into your application's directory. There's no real *need* to install it into the GAC. Dean. |