Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread Jiri Cincura
sasha wrote: > 1) I can use FB 1.5 ebbedded and normal FB 2.1. And i think that > fbembed.dll from 1.5 will not fully support all futures of 2.1 Of course. > 2) As i understood from sources windows "fbclient.dll" called > "libfbclient.so" on linux, so for same mono program i'll need different

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread Dean Harding
> > I've tested this and works! > > If it works we can try to add it to the 2.1.0 sources ... > huu i will try to try to take a look at that today or tomorrow No need to rush it in to the 2.1.0 branch if it's going to cause problems. :) One thing that someone probably needs to do is take a l

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread sasha
> If you use fbembed.dll, then you can use it like a client to "normal" > server too. The hint about Mono and different FB servers isn't clear to me. 1) I can use FB 1.5 ebbedded and normal FB 2.1. And i think that fbembed.dll from 1.5 will not fully support all futures of 2.1 2) As i understoo

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread Carlos Guzmán Álvarez
Hello: > I've tested this and works! If it works we can try to add it to the 2.1.0 sources ... huu i will try to try to take a look at that today or tomorrow - Take Surveys. Earn Cash. Influence the Future of IT Join Sou

Re: [Firebird-net-provider] Firebird Backup

2007-02-28 Thread Jiri Cincura
[EMAIL PROTECTED] wrote: > Hi all, > > Now that i can make speedy backups of my firebird db with Visual Basic.net > i have one question can firebird perform a backup when users are > connected to the database?? Time ago i can view a installation of Yes, it can. > Interbase 7 and it can perfo

Re: [Firebird-net-provider] Firebird Backup

2007-02-28 Thread Mercea Paul
Hi If I'm not wrong, Firebird always could make a back-up for database even if users are on-line. If you make back-up with "Ignore transaction in limbo" is like a snapshot of database in back-up moment! For FB 2.0 could make incremental back-up! Regards, Paul > -Original Message- > From:

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread Roman Rokytskyy
> That isn't the quest the quest is if there are a way to do it in a > cross-platform way using pinvoke and whether that way works well Sorry for joining your discussion, I'm quite newbie in C#/.Net/mono :), but maybe our Java experience will help you. We had exactly the same problem in Jaybird

[Firebird-net-provider] Firebird Backup

2007-02-28 Thread yerayjulian
Hi all, Now that i can make speedy backups of my firebird db with Visual Basic.net i have one question can firebird perform a backup when users are connected to the database?? Time ago i can view a installation of Interbase 7 and it can perform Hot Backups Firebird support it or i need to

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread Jiri Cincura
sasha wrote: > In my case yes, but i think other people may want to specify full path > to client dll. What should i do if my application should work with both > embedded and normal server or on mono in windows and linux or i have a > few instances of diffirent fb server? Well, still don't see

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread Jiri Cincura
Dean Harding wrote: > http://codeka.com/tmp/fb-beta1-updated-files.zip Hi, I've tested this and works! -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Take Surveys. Earn Cash. Influence the

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread Carlos Guzmán Álvarez
Hello: > I'm not saying it HAS to be changed, but it WOULD be a neat feature. If the > argument is that we shouldn't add new features just because it would involve > changing things, then why do anything? That isn't the quest the quest is if there are a way to do it in a cross-platform way using

Re: [Firebird-net-provider] Connection string enhancing

2007-02-28 Thread sasha
> Seems I have lost myself. All these changes care about fbclient vs. > fbemded DLL name? In my case yes, but i think other people may want to specify full path to client dll. What should i do if my application should work with both embedded and normal server or on mono in windows and linux or