[firebird-support] what should i think of when creating a shared server with firebird?

2013-11-22 Thread g80rock
it's time we start creating servers for firebird. i thinking of shared servers, like they do on mysql on almost all shared server around the world. i am thinking of selling shared server accounts with firebird. what do i have to think of and what do i need to be successful? simple questio

RE: Re: [firebird-support] what should i think of when creating a shared server with firebird?

2013-11-23 Thread g80rock
nk of when creating a firebird shared server. what tools exists like control applets for users. let's say it on a linux server. and let's say it's also on a windows server. please give one better answer. ---In firebird-support@yahoogroups.com, wrote:

[firebird-support] RE: what should i think of when creating a shared server with firebird?

2013-11-23 Thread g80rock
thanks Ann. That's one of the correct answers i needed. than i understand why no one do this. i will wait until it's possible with only one installation works. also thanks to marcus! i have searched and searched. so it seems like today it will be an issue when it comes to control appl

[firebird-support] RE: RE: what should i think of when creating a shared server with firebird?

2013-11-23 Thread g80rock
i will wait for the V3 then. until then i just finish my web system with firebird 2.5 firebird is really the most fun and stable engine to work with. ---In firebird-support@yahoogroups.com, wrote: thanks Ann. That's one of the correct answers i needed. than i understand why no one

[firebird-support] how to insert image blob in Firebird in PHP and ADODB

2014-01-21 Thread g80rock
I have done it in Delphi, but now i have the same problem finding how to do it in PHP. I searched two days. I need to store image in the database and not as a file on the server. i have set blob field to subtype -1. i first do base64_encode for the file in PHP and then try to insert it

[firebird-support] RE: how to insert image blob in Firebird in PHP and ADODB

2014-01-21 Thread g80rock
i got it to work. for now i am using PDO for Firebird, but it should be the same as ADODB. maybe. i did it like this, if anyone want to know. i also have to create a field for the image type, so i can upload different types, and show them as the correct types. i also had to set subtype to 0

[firebird-support] RE: how to insert image blob in Firebird in PHP and ADODB

2014-01-21 Thread g80rock
Thanks Helen! I found info about that you have to create a filter if you don't use the standard ones in Firebird. So i just set the subtype to 0, and added a field that tells which image type it is. I also read that Firebird was unable to tell which type it is. So i just put the binary dat