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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 50081 - 50110 of 105459   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50081
Hi all. I'm trying to implement a stored procedure to perform updates on Debian Linux packaged FB1.5. Full text of procedure below: CREATE PROCEDURE...
Daniel L. Miller
amfesvp
Offline Send Email
Nov 1, 2004
8:17 am
50082
... RETURNING_VALUES belongs to PSQL - it's how you bring back return values in variables when you execute one SP inside another. From a client, just call: ...
Helen Borrie
helebor
Offline Send Email
Nov 1, 2004
8:37 am
50083
... as helen says - but just a note on logic, you are assuming the presence of id just because it's being passed to the procedure. A better logic would be to...
Alan McDonald
metaalan
Offline Send Email
Nov 1, 2004
8:50 am
50084
... Thanks for your suggestion. Unfortunately, we are already running Superserver with the CpuAffinityMask set to 1 in firebird.conf. Regards, Graham King...
Graham King
grk2644
Offline Send Email
Nov 1, 2004
8:50 am
50085
Graham, ... Are you certain that all the backups are finished when you observe this behaviour? It might be one of your databases undergoing a large amount of...
Helen Borrie
helebor
Offline Send Email
Nov 1, 2004
9:35 am
50086
... Yes the backups do complete. Our current setup is a simple Windows batch file which backs up all the databases in a given folder with GBAK. The Command...
Graham King
grk2644
Offline Send Email
Nov 1, 2004
11:58 am
50087
... Sure, it is a Firebird support question, but is it a firebird-support question? I'd say that it is a firebird-general question. ... Thanks for good...
Svein Erling Tysvær
svein_erling
Offline Send Email
Nov 1, 2004
12:22 pm
50088
Hi My question is: When should varchar be used and when should text blobs be used. From Helens great book it seems that already around size 220 (as far as i ...
Jesper B. Kiær
activator1964
Offline Send Email
Nov 1, 2004
12:53 pm
50089
... could you explain this? Alan...
Alan McDonald
metaalan
Offline Send Email
Nov 1, 2004
1:02 pm
50090
I was able to set up the test environment without much issues with the help of the document provided under the QA section. I ran the testcases and I found the...
crescendo_naz
Offline Send Email
Nov 1, 2004
1:16 pm
50091
hi To qoute Ann W. Harrison from an earlier post. "Yes, if you have the ID of the blob, you can read it without going through the table-based security. But...
Jesper B. Kiær
activator1964
Offline Send Email
Nov 1, 2004
2:05 pm
50092
Hi If your solution is Java based ...Lucene would be a good choice. http://jakarta.apache.org/lucene/docs/index.html regards Jesper Kiær ...
Jesper B. Kiær
activator1964
Offline Send Email
Nov 1, 2004
2:53 pm
50093
... Thank you for the reply. As I noted - I tried this in ISQL already. I tried it again - same arithmetic exception. I tried running a select procedure from...
Daniel L. Miller
amfesvp
Offline Send Email
Nov 1, 2004
3:06 pm
50094
This is the text of a select procedure I have written to replace a view. It works - so I can continue doing this in this manner, particularly if this how I'm...
Daniel L. Miller
amfesvp
Offline Send Email
Nov 1, 2004
3:15 pm
50095
I need to calculate the weighted average for two fields (val1 and val2) using weight1. Zero values should be ignored. val1 val2 weight1 ... 5...
Francois du Toit
francois@...
Send Email
Nov 1, 2004
3:22 pm
50096
Hi, sorry if this question has been asked before, but can anyone tell me where I can find help on using the licensing API with InterBase 7? The only...
stuartideagen
Offline Send Email
Nov 1, 2004
5:35 pm
50097
... The syntax in your second statement is, unfortunately, not reasonable, since you are trying to select 3 fields in a select statement slot which is ...
Alan McDonald
metaalan
Offline Send Email
Nov 1, 2004
6:53 pm
50098
... Thank you! That makes sense - even if I think it's unreasonable for an otherwise perfectly good parser to not be able figure that out <g>. Sheesh. Now...
Daniel L. Miller
amfesvp
Offline Send Email
Nov 1, 2004
7:09 pm
50099
... inline vs for select? there is no Vs here... what do you mean? inline versus join syntax.. there is a Vs here. I personally like inline selects because...
Alan McDonald
metaalan
Offline Send Email
Nov 1, 2004
7:39 pm
50100
... To BLOB or not to BLOB: http://www.volny.cz/iprenosil/interbase/ip_ib_strings.htm -- Aage J....
Aage Johansen
megselv2
Offline Send Email
Nov 1, 2004
7:46 pm
50101
... You'd still have to have access to the database (as well as table access). If you have the physical file, then all bets are off anyway. I don't think this...
Alan McDonald
metaalan
Offline Send Email
Nov 1, 2004
7:54 pm
50102
... From a performance point of view, first choice is a join. Second choice is nested FOR SELECT. Third choice is lots of subselects. The query optimizer...
Ann W. Harrison
annwharrison
Offline Send Email
Nov 1, 2004
8:01 pm
50103
... No, unfortunately, you don't need table access. You need a database user id and password, or equivalent, but then you can just probe with random values...
Ann W. Harrison
annwharrison
Offline Send Email
Nov 1, 2004
8:01 pm
50104
... It will depend on the data. SUM() conforms to the SQL standard and ignores nulls. It won't ignore zero unless you give it a suitable WHERE clause. Your...
Helen Borrie
helebor
Offline Send Email
Nov 1, 2004
10:38 pm
50105
Hi How do I have FB return ONLY the top 10 or top n of a select result. Perhaps that should be re-phrased as how do I have FB do something like... select...
Peter Sanders
psrr1949
Offline Send Email
Nov 2, 2004
2:33 am
50106
... Let's try "select first ? skip ?.."...
Boris Shiryov
shiryov@...
Send Email
Nov 2, 2004
3:14 am
50107
Hi, I want to add another column in my table and it must be added as a primary key. The problem is, I have 2 columns that are currently the primary keys of my...
Allan Morris Caras
amscaras
Offline Send Email
Nov 2, 2004
3:20 am
50108
... SELECT FIRST 10 SALESMAN, SALES_QTY FROM EMPLOYEE ORDER BY 2 DESC It doesn't make sense to do a top/first query without an order by - otherwise the...
Helen Borrie
helebor
Offline Send Email
Nov 2, 2004
3:20 am
50109
Hi Wow, too easy when you know how :D - obviously I'm still learning :D Regards Peter ... like......
Peter
psrr1949
Offline Send Email
Nov 2, 2004
3:30 am
50110
... SELECT FIRST 10 salesman, sales_qty FROM employee...
willy@...
tomasiwilly
Offline Send Email
Nov 2, 2004
5:45 am
Messages 50081 - 50110 of 105459   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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