Search the web
Sign In
New User? Sign Up
firebird-support · Support for Users of Firebird Releases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 87117 - 87146 of 99492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87117
... 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...
Helen Borrie
helebor
Offline Send Email
Jul 1, 2007
10:59 am
87118
... 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 ...
robertvilhelmsen
robertvilhel...
Offline Send Email
Jul 1, 2007
3:04 pm
87119
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...
red_october_canada
red_october_...
Offline Send Email
Jul 2, 2007
1:26 am
87120
... Use PHP Alan...
Alan McDonald
metaalan
Offline Send Email
Jul 2, 2007
1:48 am
87121
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...
Nigel Weeks
fir3nuk3
Offline Send Email
Jul 2, 2007
3:33 am
87122
... 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...
Max Renshaw-Fox
maxrenshawfox
Offline Send Email
Jul 2, 2007
5:56 am
87123
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...
houzvicka_jan
Offline Send Email
Jul 2, 2007
7:00 am
87124
Hi, ... Don't "export", but connect to both of them and use a "datapump" to do the transfer. Database Workbench has such a tool: ...
Martijn Tonies
martijntonie...
Offline Send Email
Jul 2, 2007
7:14 am
87125
... http://fbexport.sourceforge.net...
Alan McDonald
metaalan
Offline Send Email
Jul 2, 2007
7:16 am
87126
... 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...
Milan Babuskov
mbabuskov
Offline Send Email
Jul 2, 2007
7:22 am
87127
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...
Tom Conlon
tomconlon8421
Offline Send Email
Jul 2, 2007
8:21 am
87128
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...
ioblefias
Online Now Send Email
Jul 2, 2007
9:31 am
87129
... 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@...
Send Email
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...
Helen Borrie
helebor
Offline Send Email
Jul 2, 2007
9:56 am
87131
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,...
Michael Weissenbacher
mi_whitebroo...
Offline Send Email
Jul 2, 2007
9:57 am
87132
... 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...
Adam
s3057043
Offline Send Email
Jul 2, 2007
10:45 am
87133
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...
Yusuf Celik
yusufcelik
Offline Send Email
Jul 2, 2007
11:11 am
87134
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@...
Send Email
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...
Marius popa
jimi_compot
Offline Send Email
Jul 2, 2007
1:15 pm
87136
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,...
diegogandino
Offline Send Email
Jul 2, 2007
2:22 pm
87137
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...
Anderson Farias
peixedragao
Offline Send Email
Jul 2, 2007
2:59 pm
87138
... 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...
guillemvic
Offline Send Email
Jul 2, 2007
5:29 pm
87139
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. ...
callmefreud2
Offline Send Email
Jul 2, 2007
5:53 pm
87140
... 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...
Rick Debay
rdebay@...
Send Email
Jul 2, 2007
7:28 pm
87141
... FBSecurity www.meta.com.au...
Alan McDonald
metaalan
Offline Send Email
Jul 2, 2007
10:04 pm
87142
... 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...
Vlad Horsun
fbvlad
Offline Send Email
Jul 2, 2007
10:11 pm
87143
... 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...
Anderson Farias
peixedragao
Offline Send Email
Jul 2, 2007
11:51 pm
87144
... 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...
Jay
sk_orpioz
Offline Send Email
Jul 3, 2007
4:21 am
87145
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...
Yusuf Celik
yusufcelik
Offline Send Email
Jul 3, 2007
6:48 am
87146
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...
Nigel Weeks
fir3nuk3
Offline Send Email
Jul 3, 2007
7:10 am
Messages 87117 - 87146 of 99492   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help