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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 79262 - 79291 of 96435   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
79262
... Cheers Adam, that seemed to do the trick with a minor modification to exclude some procs by name Rgds Si...
Simon Carter
orckadotcom
Offline Send Email
Sep 1, 2006
7:51 am
79263
... One of the parameters passed back and forth between the client and server is a number that identifies the transaction for the current operation. For some...
Ann W. Harrison
annwharrison
Offline Send Email
Sep 1, 2006
3:12 pm
79264
Hi all, Yestardey I had a big problem with database corruption. Objective: Fedora 3.0 Firebird 2.0 RC2 ForcedWrites = On Page Buffers = 2000 Sweep Intervale =...
djolessy
Offline Send Email
Sep 2, 2006
2:07 pm
79265
... Either wait until Fb 2 is released or use Fb 1.5.3. Uwe...
Uwe Grauer
mailinglists...
Offline Send Email
Sep 2, 2006
2:59 pm
79266
... What kind of database corruption? Are there any interesting messages to indicate database corruption? ... They are network errors. 104 often means a user...
Helen Borrie
helebor
Offline Send Email
Sep 2, 2006
3:28 pm
79267
... messages ... any ... file ... crashed, ... indicates ... the ... was ... getting ... is ... and ... Hi Helen, I do commit after each entry so it must not...
djolessy
Offline Send Email
Sep 2, 2006
4:15 pm
79268
Could any backup routines interfere with the database? Gbak should be safe, but file copying isn't. I don't know whether antivirus could interfere or not. (You...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 2, 2006
6:04 pm
79269
Hi I'm looking for the most up-to-date SELECT syntax description for Firebird 1.5. Mainly I'm interested in a detailed join mechanism description, how the ...
radekok
Offline Send Email
Sep 2, 2006
7:34 pm
79270
Hi, I have one dilemma. One of my clients has an old VB application which uses FB1.0 with an XTG ODBC driver. The VB app is closed source, I can't get the ...
robert_hollay
Offline Send Email
Sep 2, 2006
10:22 pm
79271
... Rephrasing the question, Is it safe to run FB 1.0? Well there are a lot of known bugs resolved by 1.5 (check the 1.5 release notes), so there are some very...
Adam
s3057043
Offline Send Email
Sep 3, 2006
12:18 am
79272
... The brackets are just for order of operations within a join condition, probably only required when wanting to mix AND + ORs in a particular manner. You...
Adam
s3057043
Offline Send Email
Sep 3, 2006
12:23 am
79273
Robert, ... There's an issue with incorrect handling of null values as pointed by Adam a while ago. IN the same post he offered a workaround, search for a...
Carlos Tré
tre955
Offline Send Email
Sep 3, 2006
11:21 am
79274
I've placed the first book of a Firebird 2.0 manual on-line: http://www.janus-software.com/fbmanual/ This book is about the stored procedure and trigger...
paulruizendaal
Offline Send Email
Sep 3, 2006
5:32 pm
79275
... Is the view the only way of affecting a join order by a SQL programmer against FB 1.5? Regards Radek...
radekok
Offline Send Email
Sep 3, 2006
6:37 pm
79276
... No, of course not. Though we normally don't use the term 'join order', we talk about PLANs. Firebird may use multiple indexes against any particular table...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 3, 2006
8:51 pm
79277
... No, we are talking about two different things. You are talking about the PLAN order, or if you like the order the tables are considered when executing the...
Adam
s3057043
Offline Send Email
Sep 3, 2006
11:34 pm
79278
Hi Adam, ... Note that this is possible in every FB version: SELECT * FROM a LEFT JOIN (b join c ON (c.id = b.bid)) ON (a.id = b.aid) Regards, Arno Brinkman ...
Arno Brinkman
arnobrinkman
Offline Send Email
Sep 4, 2006
7:18 am
79279
Hi Aron ... Aron, could you tell me please where this use of the brackets is documented? I mean those between a keyword "join" and "on". Regards Radek...
radekok
Offline Send Email
Sep 4, 2006
7:41 pm
79280
hi i know it is not connected with the newsgroup theme , but i would be glad for any suggestion : how can i find if there are two groups with the same values ,...
Maurizio P.
pizzapazzapazzo
Offline Send Email
Sep 4, 2006
9:18 pm
79281
Hi, Is there any information on Firebird 1.5.3 and Window2003 64bit? Thanks...
Tom
zifnabbe
Offline Send Email
Sep 4, 2006
9:59 pm
79282
Hi Maurizio! I'd say your question is very much an on-topic subject for this list. Here's my five minute attempt for a solution: select M1.ID, M2.ID from...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 4, 2006
10:13 pm
79283
... Arno, That is great, it was a weakness that bothered me, but that I would use a view to work around. How does this affect the PLAN. Normally I would expect...
Adam
s3057043
Offline Send Email
Sep 4, 2006
11:15 pm
79284
... 1.5.3 specifically does not have a 64 bit build. There were some 1.5ish Windows 64 bit builds at some stage, but they were pulled. I am pretty sure it was...
Adam
s3057043
Offline Send Email
Sep 4, 2006
11:34 pm
79285
... Is it possible to use a firebird 32bit build on a 64bit Win2003 server? ... Can you clarify this more? thanks!...
Tom
zifnabbe
Offline Send Email
Sep 5, 2006
12:18 am
79286
... http://en.wikipedia.org/wiki/WOW64 Mind you, you would probably want an AMD processor so your code is running native x86 32 bit calls rather than going...
Adam
s3057043
Offline Send Email
Sep 5, 2006
1:10 am
79287
Arno, I misspelled your name, I'm sorry - probably I read too much Best regards Radek...
radekok
Offline Send Email
Sep 5, 2006
7:57 am
79288
Hi again, now I'm awake and my suggested solution needs some minor corrections: select distinct M1.ID, M2.ID /*Distinct to avoid duplicates*/ from...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 5, 2006
8:13 am
79289
I wrote a fairly complex select statement (mainly the 270 lines with JOIN clauses were complex) trying to flatten a relational structure (for further...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 5, 2006
9:05 am
79290
Set, ... Welcome to one of the old-time bugs in Firebird and InterBase. Not reporting the full plan. This can either result in total garbage being returned, a...
Martijn Tonies
martijntonie...
Offline Send Email
Sep 5, 2006
9:13 am
79291
... AFAIU, either the binary plan representation or the textual one couldn't fit the passed buffer (depends on a tool, but not more than 64K) and some entries...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Sep 5, 2006
9:24 am
Messages 79262 - 79291 of 96435   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