Thank you Rick,

removing the |DataDirectory| completly made it work.

The other problem now is that VS2008 Query builder cannot find the database.
I am using the query builder to customaze the Datasets, Dataadapters etc.
Dataadapters use the same connectionstring (embedded)

It is complaining that it cannot find fbembed.dll.
I placed the fbembed.dll inside System32 folder and now finds it.
But now it cannot find the database.

Still searching

2010/2/26 Rick <[email protected]>

>  Hello,
>
> >My connectionstring is:
>
> >User=SYSDBA;Password=masterkey;DataSource=localhost;Database=|DataDirectory|\Database.fdb;Dialect=3;Charset=UTF8;ServerType=1;pooling=false;
>
>  How about trying...
>
>
> User=SYSDBA;Password=masterkey;DataSource=localhost;Database=YourDatabase.fdb;Dialect=3;Charset=UTF8;ServerType=1;pooling=false;
>
>
> >Is the |DataDirectory| keyword supported in Net Firebird provider v2.5.1?
>
> Personally I can't answer that; but my local connection strings don't have
> the ' |DataDirectory| keyword' in there...
>
> Hope that helps
>
>
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
>
> ------------------------------
>
> _______________________________________________
> Firebird-net-provider mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Firebird-net-provider mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to