... Not Ann, but... debug builds for current releases are always provided on the main download page. ... You should be able to find the debug builds from...
... I have read through Firebird tracker open issues and think I might have the same problem as this thread: http://tracker.firebirdsql.org/browse/CORE-1297 ...
We are a Firebird 2.01, Delphi 7 dev shop. We are very happy with our choice of technologies. We do have a customer however, that would benefit from not...
And if you do use PHP, there are a LOT of PHP users here. ( firebird-php@yahoogroups.com ) Also, (and now we drift off-topic, sorry), there are a few rapid...
... Or even Delphi-4-PHP - you'll have to learn a new language - but at least the environment will be familiar (and you can move to another environment later...
I use Firebird 2.0 on Windows2003 server and on Debian Linux. In tables of database I have BLOBs (especialy text BLOBs). I need export all data from database...
... You can use open source FBExport tool which works on both Windows and Linux. Version 1.67 was released just yesterday: http://fbexport.sourceforge.net If...
Not web server but perhaps the best web technology for existing Delphi/FB users: RemObjects SDK - http://www.remobjects.com I've not used it myself but many...
helo. i am new to firebird, and as i have been trying to insert data on my newly created table, i tried this sql: insert into titles(title, film_type) select...
... Yes, this normally works, but you insert into the same table you do the select from. I guess this will lead to something like 'title-2-2-2-2-2-2-2-2-2-2'...
Magnus Titho
magnus.titho@...
Jul 2, 2007 9:52 am
87130
... Umm...no....This query is going to go wild, running continually through the table (including newly inserted rows) until eventually it falls over when one...
Hi, ... IIRC Firebird <2.0 starts a never ending loop on this kind of query. So the explaination is that eventually the size of the field WILL get too small,...
... I would suggest Coldfusion probably isn't the best choice. If you wanted to stick with Delphi, there is always the .NET route (although you would probably...
Yes Rails support FireBird See http://rubyforge.org/search/?type_of_search=soft&words=firebird&Search=S earch Regards yc Ruby on Rails is another popular web...
Ruby on Rails does support Firebird, but it does not handle blobs very well. The driver appears to be alpha/beta quality. -steve...
Steve Wiser
steve@...
Jul 2, 2007 12:53 pm
87135
... is a ... ubuntu server edition rocks http://www.ubuntu.com/products/WhatIsUbuntu/serveredition on our servers (at http://reea.net) we also use debian...
Im developing an aplication that need create users on the firebird server and grant access. I read that the only way to create or modify users is with the API,...
Thanks all for your helpfull comments! Well, I think RHEL is a great OS -- just like others mentioned -- and, it seems that a good deal of other linux distro...
... An interesting solution if you do not have experience in web languages like PHP, ASP.NET, Ruby, etc., etc. is Atozed's Intraweb framework. Basically you...
The way we solved this was by not using a select statement after the "IN". Using EXISTS instead of IN (Select...) significantly speeds up all such queries. ...
... Generic SQL back end is in their roadmap, I assume when it's implemented it will be just as simple, reliable, and secure. Actually using it would allow us...
... Does host "server1.thalys-sp.com.br" is available at this time and does Firebird is running there ? How do you connect in your application to every...
... yes! and it is quite "out dated". and it also has a good deal of bugs. and almost no docs or support. Unfurtunatly, I guess this driver project has been...
... I didn't suggest that RedHat is no good. I just wanted to mention that Ubuntu + Firebird is a viable and very stable solution. I rarely ever hear about...
Hi, Is it possible to schedule a backup every hour while application is running? I mean users still connected to db and doing their work. If yes, how? Thanks...
Do a quick search of the email archives - there are lots of threads covering scheduled backups. Cron jobs on Linux/Unix/Solaris, scheduled tasks firing .bat...