[firebird-support] Problem to create a real embedded connection, with Firebird 3.0.3

2019-04-05 Thread emou...@yahoo.fr [firebird-support]
Hello I've written a Lazarus application (project1) under Ubuntu 18.04 with Firebird 3.0 embedded (this is a development workstation, on which I installed a Firebird server). It connects well from the IDE Lazarus (without Firebird server and without fbquard being loaded. But, /usr/lib/x86_64-l

Re: [firebird-support] Ubuntu 18.04 Firebird 3.03 Server Connection String: Local Works, URL-Style Fails

2019-04-05 Thread LtColRDSChauhan rdsc1...@gmail.com [firebird-support]
On Fri, Apr 5, 2019 at 6:32 PM Rustam rusta...@ukr.net [firebird-support] < firebird-support@yahoogroups.com> wrote: > > > Check your FB client library. May be you are using 'embed' version > ('fbembed' instead of 'fbclient', or 'fbembed' renamed to 'fbclient') > 1. Edit the config file as under

[firebird-support] Re: Is this a normal behaviour for GTT?

2019-04-05 Thread hv...@users.sourceforge.net [firebird-support]
> I've created and issue in Firebird's bug tracker. Now we arewaiting for a > response from the devs. Thank you, I answered there. Regards, Vlad

[firebird-support] Ubuntu 18.04 Firebird 3.03 Server Connection String: Local Works, URL-Style Fails

2019-04-05 Thread Rustam rusta...@ukr.net [firebird-support]
Check your FB client library. May be you are using 'embed' version ('fbembed' instead of 'fbclient', or 'fbembed' renamed to 'fbclient')

Re: [firebird-support] Ubuntu 18.04 Firebird 3.03 Server Connection String: Local Works, URL-Style Fails

2019-04-05 Thread LtColRDSChauhan rdsc1...@gmail.com [firebird-support]
On Fri, Apr 5, 2019 at 4:49 PM Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: > > > On 2019-04-05 12:22, LtColRDSChauhan rdsc1...@gmail.com > [firebird-support] wrote: > > Hello, > > > > 1. The following connection string works: > > > > /home/ubuntu_user/Documents/Sample.FDB > > >

RE: [firebird-support] Transactions

2019-04-05 Thread 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support]
Kevin, You might want to read this... https://www.ibphoenix.com/resources/documents/search/doc_67 Regards Paul -Original Message- From: firebird-support@yahoogroups.com [mailto:firebird-supp...@yahoogroups..com] Sent: 03 April 2019 06:37 To: Firebird Support Subject: [firebird-support]

[firebird-support] Re: Is this a normal behaviour for GTT?

2019-04-05 Thread m.djo...@gmail.com [firebird-support]
I've created and issue in Firebird's bug tracker. Now we arewaiting for a response from the devs.

[firebird-support] Re: Is this a normal behaviour for GTT?

2019-04-05 Thread m.djo...@gmail.com [firebird-support]
Yes both COMMIT RETAINING and ROLLBACK RETAINING are not freeing the space. I'll report it in the bug track system.

Re: [firebird-support] Ubuntu 18.04 Firebird 3.03 Server Connection String: Local Works, URL-Style Fails

2019-04-05 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2019-04-05 12:22, LtColRDSChauhan rdsc1...@gmail.com [firebird-support] wrote: > Hello, > > 1. The following connection string works: > > /home/ubuntu_user/Documents/Sample.FDB > > 2. While following connection strings fails: > Ubuntu_Machine:/home/ubuntu_user/Documents/Sample.FDB > > local

Re: [firebird-support] Ubuntu 18.04 Firebird 3.03 Server Connection String: Local Works, URL-Style Fails

2019-04-05 Thread LtColRDSChauhan rdsc1...@gmail.com [firebird-support]
On Fri, Apr 5, 2019 at 4:00 PM Dimitry Sibiryakov s...@ibphoenix.com [firebird-support] wrote: > 05.04.2019 12:22, LtColRDSChauhan rdsc1...@gmail.com [firebird-support] > wrote: > > 2. While following connection strings fails: > > Ubuntu_Machine:/home/ubuntu_user/Documents/Sample.FDB > > localhos

Re: [firebird-support] Ubuntu 18.04 Firebird 3.03 Server Connection String: Local Works, URL-Style Fails

2019-04-05 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
05.04.2019 12:22, LtColRDSChauhan rdsc1...@gmail.com [firebird-support] wrote: > 2. While following connection strings fails: > Ubuntu_Machine:/home/ubuntu_user/Documents/Sample.FDB > localhost:/home/ubuntu_user/Documents/Sample.FDB > 127.0.0.1:/home/ubuntu_user/Documents/Sample.FDB It looks li

[firebird-support] Ubuntu 18.04 Firebird 3.03 Server Connection String: Local Works, URL-Style Fails

2019-04-05 Thread LtColRDSChauhan rdsc1...@gmail.com [firebird-support]
Hello, 1. The following connection string works: /home/ubuntu_user/Documents/Sample.FDB 2. While following connection strings fails: Ubuntu_Machine:/home/ubuntu_user/Documents/Sample.FDB localhost:/home/ubuntu_user/Documents/Sample.FDB 127.0.0.1:/home/ubuntu_user/Documents/Sample.FDB 3. The mess

[firebird-support] Re: Is this a normal behaviour for GTT?

2019-04-05 Thread hv...@users.sourceforge.net [firebird-support]
---In firebird-support@yahoogroups.com, wrote : > What happens with the records in GTT if transactions do commit retaining? > Are the records deleted or they are stiil present until the transaction > finished with commit/rollback ? Looks like you found bug in GTT's implementation: dat

[firebird-support] Re: Is this a normal behaviour for GTT?

2019-04-05 Thread m.djo...@gmail.com [firebird-support]
We use only on commit delete rows. What happens with the records in GTT if transactions do commit retaining? Are the records deleted or they are stiil present until the transaction finished with commit/rollback ?