Re: [Firebird-devel] Failure to read database file in embedded deployment

2011-08-09 Thread Helen Borrie
At 11:39 PM 9/08/2011, Vlad Khorsun wrote: >Root directory for windows embedded was changed according to this ticket : > >http://tracker.firebirdsql.org/browse/CORE-1814 Thanks, got it. >See also http://tracker.firebirdsql.org/browse/CORE-2719 Seems unrelated...typo? >Deployment r

Re: [Firebird-devel] Failure to read database file in embedded deployment

2011-08-09 Thread Vlad Khorsun
> Vlad, > > At 08:19 AM 9/08/2011, Vlad Khorsun wrote: > >>Usually you need to change default RootDirectory to specify place of >>security2.fdb, firebird.msg and firebird.log. Before v2.5 RootDirectory for >>embedded was defined as one folder upper than application's folder. In >>v2.5 Root

Re: [Firebird-devel] Failure to read database file in embedded deployment

2011-08-09 Thread Helen Borrie
Vlad, At 08:19 AM 9/08/2011, Vlad Khorsun wrote: >Usually you need to change default RootDirectory to specify place of >security2.fdb, firebird.msg and firebird.log. Before v2.5 RootDirectory for >embedded was defined as one folder upper than application's folder. In >v2.5 RootDirectory is

Re: [Firebird-devel] Failure to read database file in embedded deployment

2011-08-08 Thread Daniel Granatshtain
I will start by describing the environment i have now. My application code is running inside a game engine Unity3D. The code is C# using mono which supports .NET 2.0. The DB i am interested in is the embedded deployment, so when i ship the game users don't need to install anything else. The proble

Re: [Firebird-devel] Failure to read database file in embedded deployment

2011-08-08 Thread Dimitry Sibiryakov
08.08.2011 22:19, Vlad Khorsun wrote: > Much better is to resolve relative path into > absolute before attaching to the database. Most likely he doesn't know how to do it. -- SY, SD. -- BlackBerry® DevCon Americas

Re: [Firebird-devel] Failure to read database file in embedded deployment

2011-08-08 Thread Vlad Khorsun
> Thanks Vlad, i tried that as well before posting here, but it didn't work. > If i do get this to work, will i be able to set a relative path to the DB > file? Sorry, i'm not sure i understand what does you did, what you got and what you really need. More details could help us to help you ;

[Firebird-devel] Failure to read database file in embedded deployment

2011-08-07 Thread Daniel Granatshtain
I recently started working on integrating embedded firebird in to a game using unity3d. While the actual integration in to the engine has its issues, i encountered some unexpected problems (according to the documentation) that i need some help with. The application is running on Windows, using Mono