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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 34412 - 34441 of 97441   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34412
... I forget give sqlquery example: select table1.*,table2.* from table1,table2 where table1.id=table2.t1_id...
tekio_pr
Offline Send Email
Jan 1, 2004
11:06 am
34413
... Using .* is bad practice, you should list just the columns you need when building the query. SELECT TABLE1.ID , TABLE1.F1 , TABLE1.F2 , TABLE1.F3 ,...
Lester Caine
lscesuk
Offline Send Email
Jan 1, 2004
11:14 am
34414
... functions ... 80 ... Helen, wasn't that issue worked around by declaring CSTRING(32767) instead of CSTRING(80), as reported on sourceforge.firebird-devel, ...
Andrew
csswa
Offline Send Email
Jan 1, 2004
4:57 pm
34415
I got it working except the Create View statements are missing. For example, my view named KPI is only showing the following statements: SELECT codetable.id,...
Nols Smit
nols_smit
Offline Send Email
Jan 1, 2004
8:08 pm
34416
... Sure, it works around the problem, but it doesn't fix the bug. There is a ton of UDFs out there that pass CSTRING(80) in the continued expectation that...
Helen Borrie
helebor
Offline Send Email
Jan 1, 2004
10:08 pm
34417
Can I get any feedback from this forum ? I would like to know whether the error message below means database corruption ? as I would like to prepare corrective...
Chooi-Ting
goonct
Offline Send Email
Jan 2, 2004
1:14 am
34418
Could you please point out any commercial tools that you can recommend? Thanks again... ... can ... said he ... concluding with ... infrequent ... scenario, as...
dcabbar
Offline Send Email
Jan 2, 2004
10:36 am
34419
... I've only struck something like this once - quite a while ago, but since noone else is offering I suggest you make a new shell of the database, then pump...
Alan McDonald
metaalan
Offline Send Email
Jan 2, 2004
10:45 am
34420
I think the best software is Rubicon 2 from http://www.tamaracka.com/ Regards, Nols Smit ... From: "dcabbar" <dcabbar@...> To:...
Nols Smit
nols_smit
Offline Send Email
Jan 2, 2004
12:05 pm
34421
Hi, RD> Another thing I do when I need large searchable varchars it to have RD> second OCTETS field. Each time I insert or update a string in the field, RD> I...
Bjoern Reimer
bjoernreimer
Offline Send Email
Jan 2, 2004
3:18 pm
34422
Hello HB> The reason this query won't use the index is that the second search HB> condition requires an unindexed read. By including it, you are obviating HB>...
Bjoern Reimer
bjoernreimer
Offline Send Email
Jan 2, 2004
3:18 pm
34423
-b is used to boost priority (start the process with process priority High instead of Normal). -r is used to start as Normal, but isn't that the default...
David Garamond
david_garamond
Offline Send Email
Jan 2, 2004
3:19 pm
34424
Hello, On Fri, 02 Jan 2004 22:19:13 +0700, ... Yeah, those options are not well thought-out. Offering the -b mode is even not a very good idea (on Win32 at...
Olivier Mascia
taorb
Offline Send Email
Jan 2, 2004
3:32 pm
34425
... Please do this test: Use Firebird 1.5 Classical Server, and enable again HT. Please make know the results....
c_pradelli
Offline Send Email
Jan 2, 2004
3:32 pm
34426
... What did you have in mind? ... Hmm, this sounds a rather suspect thing to be searching on. I pass. ... You are passing the whole search argument as a...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2004
3:48 pm
34427
... Have you run the restore using the -v switch to see where the time is going? Regards,...
Ann Harrison
annwharrison
Offline Send Email
Jan 2, 2004
3:58 pm
34428
... Olivier Mascia ... I'm with Olivier on this one, in part because I consider arrays to be a useful and distinctive feature - maybe they'll be the next...
Ann Harrison
annwharrison
Offline Send Email
Jan 2, 2004
4:09 pm
34429
... Nope. You can have single fields longer than a page. I wouldn't, personally, but you could. Regards, Ann...
Ann Harrison
annwharrison
Offline Send Email
Jan 2, 2004
4:15 pm
34430
... Firebird stores only the computational part of the view in rdb$view source. The "create view" part is, in its opinion, syntactic sugar because the...
Ann Harrison
annwharrison
Offline Send Email
Jan 2, 2004
4:27 pm
34431
... Does changing the page size have any impact on the record-locking granularity???...
rjschappe
Offline Send Email
Jan 2, 2004
7:36 pm
34432
... Changing the page size has no effect either on the locking granularity or on the maximum length of a field. Regards, Ann...
Ann Harrison
annwharrison
Offline Send Email
Jan 2, 2004
7:59 pm
34433
And by the way, the default page size has been 4096 since the V6 beta version of InterBase. ... Ann...
Ann Harrison
annwharrison
Offline Send Email
Jan 2, 2004
8:03 pm
34434
Happy New Year! I have a problem with Firebird 1.03 SS stability on RedHat 7.2, PHP 4.3.4 (compiled with interbase shared support) and Apache 1.3. The server...
Valentin Voev
voev
Offline Send Email
Jan 3, 2004
6:42 pm
34435
... Yes, the only case I think of where this will help is when there is an above-Normal process which hogs CPU, which should be rare. (Btw, I hate the Win2k...
David Garamond
david_garamond
Offline Send Email
Jan 4, 2004
10:56 am
34436
Currently, in FB, when a client (client #1) updates a row (and still hasn't finished his transaction), then client #2 which tries to update the same row will...
David Garamond
david_garamond
Offline Send Email
Jan 4, 2004
11:32 am
34437
Dear firebird-support, I recently came across a case where i thought a 'BEFORE COMMIT' trigger would be nice, and I'm wondering what is the firebird-ish way...
sugi
sugihartolim
Offline Send Email
Jan 4, 2004
11:59 am
34438
... A good place to start might be to subscribe to the firebird-php list and ask your question there. mailto:firebird-php-subscribe@yahoogroups.com /heLen...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2004
12:11 pm
34439
The granularity of information may be at the field level, but the granularity of changes is generally limited to the row level. It is assumed that if you say...
unordained
tigereye_philip
Offline Send Email
Jan 4, 2004
12:17 pm
34440
Hello, On Sun, 04 Jan 2004 18:32:20 +0700, ... This assumption would mean #2 read the updated value of #1 (or the reverse) or that you have an kind of atomic...
Olivier Mascia
taorb
Offline Send Email
Jan 4, 2004
1:33 pm
34441
David, I may well be completely off track... D> Suppose the update by client #1 is increasing the value of a numeric D> field by 1 (e.g. 5 becomes 6). And the...
Nando Dessena
nandod2ita
Offline Send Email
Jan 4, 2004
2:50 pm
Messages 34412 - 34441 of 97441   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