Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-support · Support for Users of Firebird Releases

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 61138 - 61167 of 121783   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
61167 Alexandre Benson Smith
thoriblist Send Email
Jun 1, 2005
6:43 pm
... Andi, you can write an UDF that accepts a string as parameter and un a program defined by this string or use the string as parameters for a fixed program....
61166 Ann W. Harrison
annwharrison Send Email
Jun 1, 2005
6:43 pm
... I haven't deployed an application, but I have followed the support list. The only significant issue I've seen is that the embedded server, by design,...
61165 sugi
sugihartolim Send Email
Jun 1, 2005
6:42 pm
Dear All, Firebird 1.x is usually rather slow in returning the total row count for a particular table/view/query. In a desktop (i.e. thick client) ...
61164 Ann W. Harrison
annwharrison Send Email
Jun 1, 2005
6:38 pm
... I use Tortoise and don't have any good suggestions, but the procedure should be pretty trivial. The command line instructions for anonymous download at...
61163 Alexandre Benson Smith
thoriblist Send Email
Jun 1, 2005
6:32 pm
... Increase the maximum number of connections accepted by the xinetd. see you ! -- Alexandre Benson Smith Development THOR Software e Comercial Ltda. Santo...
61162 Ann W. Harrison
annwharrison Send Email
Jun 1, 2005
6:28 pm
... Even the best wire protocol will never touch a local classic or embedded attachment. Local classic and embedded have a single process that reads the input...
61161 Philippe Makowski
tempo93fr Send Email
Jun 1, 2005
6:28 pm
... Change the config of your inetd/xinetd daemon to allow more connections. Look at `man xinetd.conf` and add an 'instances = XX' line to your firebird entry...
61160 Alexandre Benson Smith
thoriblist Send Email
Jun 1, 2005
6:23 pm
... Increase the maximum number of connections accepted by the xinetd. see you ! -- Alexandre Benson Smith Development THOR Software e Comercial Ltda. Santo...
61159 Svend Meyland Nicolai...
news@... Send Email
Jun 1, 2005
6:04 pm
... Isn't "GROUP BY 1" exactly the same as "GROUP BY store_no" in the query "SELECT store_no FROM mytable GROUP BY 1" because "1" refers to field number 1 in...
61158 Andi Voss
andislack Send Email
Jun 1, 2005
5:48 pm
Hi, is there a possibility to start a external program in/from a TRIGGER after a TRIGGER is executed (or STORED PROCEDURE or something else)? I would like to...
61157 Mohd. Jeffry
linuxlah@... Send Email
Jun 1, 2005
5:41 pm
... Which config files that you get this "32" number ?...
61156 Miroslav Penchev
miroslavp2000 Send Email
Jun 1, 2005
5:22 pm
... You can execute a UDF which is function in external library developed by you or you can send an event back to client application and there to do what you...
61155 lysander_fb Send Email Jun 1, 2005
5:17 pm
... In addition to what Martijn wrote, if you are aware that you have to do a good portion of restructuring later, you can also use datapump. If you are...
61154 Martijn Tonies
martijntonie... Send Email
Jun 1, 2005
4:56 pm
Hello Wes, ... There are several applications that can do this -- One is at www.clevercomponents.com Another one (which is more than just a data/schema...
61153 Andi Voss
andislack Send Email
Jun 1, 2005
4:52 pm
Hi, is there a possibility to start a external program in/from a TRIGGER after a TRIGGER is executed (or STORED PROCEDURE or something else)? I would like to...
61152 Wes
wesvanjr Send Email
Jun 1, 2005
4:51 pm
Hello, I'm new to Firebird and I would like to import data into Firebird from Paradox. I realize that some fields might have to change in order to import the...
61151 Christian Gütter
christian_gu... Send Email
Jun 1, 2005
4:32 pm
Hi, I have to enlarge a VARCHAR column from 20 to 50 chars. As this column is referenced by many triggers and SPs, I cannot just delete and recreate it by...
61150 stewartbourke Send Email Jun 1, 2005
4:01 pm
... <stewartbourke@e...> wrote: I have done some more detailed checking, and the limit of connections is 32. Once 32 connections have been made, no ...
61149 Elmar Haneke
elmarhaneke Send Email
Jun 1, 2005
3:55 pm
... The API (and Client-/Server Communication) itself is forward-only. To get bidirectionality it has to be implemented at the client side (e.g. in the...
61148 Sam Hunt
delphigurusam Send Email
Jun 1, 2005
3:49 pm
... Thx to all who responded. Our team solved this problem and I will be posting a brief explanation of our solution soon for all to use. Thx again. Sam H....
61147 nocsav Send Email Jun 1, 2005
3:20 pm
We don't have many long running operations... but our application autocommits almost everything. We have a lot of situations where the database file is huge...
61146 stewartbourke Send Email Jun 1, 2005
2:40 pm
I have two PCs, each running an intraweb web application, talking to a Firebird (1.5) database. I am using the upscene Firebird dbExpress driver. If the...
61145 Svein Erling Tysvær
svein_erling Send Email
Jun 1, 2005
2:16 pm
... Sorry if that is the general impression, I do want to defend Firebird because I like the database, but the primary aim should always be trying to help the...
61144 Bob Murdoch
r_a_murdoch Send Email
Jun 1, 2005
2:09 pm
Helen, ... My, aren't you resourceful <g>. Don't know how you find the time. ... I should have picked up on that. Pavel's comment didn't make sense to me,...
61143 Svein Erling Tysvær
svein_erling Send Email
Jun 1, 2005
2:01 pm
... Please start by reading http://www.catb.org/~esr/faqs/smart-questions.html (or one of the translations) It won't help you find the answer to your problem,...
61142 Helen Borrie
helebor Send Email
Jun 1, 2005
1:56 pm
... OK, first, how well do you understand transaction isolation? Is it a totally new area for you? ./heLen...
61141 Helen Borrie
helebor Send Email
Jun 1, 2005
1:54 pm
... For ODBC problems, it is best if you sign up to the firebird-odbc-devel group for advice. ^heLen...
61140 Kjell Rilbe
krilbe Send Email
Jun 1, 2005
1:16 pm
... Good example. So low selectivity indices *are* useful when selecting on a value (or set of values) that has a low hit count. Is that what you're saying? In...
61139 mona yazbeck
yazbeckmona Send Email
Jun 1, 2005
1:09 pm
Hello! I just installed MS Access with FireBird and after half an hour of hell realised that it wasn't working when I was on the driver 2.0 (couldn't update or...
61138 Rocky Castaneda
rockycastaneda Send Email
Jun 1, 2005
12:58 pm
You can probably use IBReplicator or Fibre for replication . ... -- "When you are not practicing, remember, someone somewhere is practicing, and when you meet...
Messages 61138 - 61167 of 121783   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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