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 61108 - 61137 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
61108
... quoted ... The setting in the DNS is not important until you indeed HAVE quoted identifiers in your database; for that you must yourself CREATE them first....
lysander_fb
Offline Send Email
Jun 1, 2005
7:31 am
61109
... Could it be due to file system backup or virus scanning at the time you try to connect to the database (or worse, a restore taking place)? Just a wild...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 1, 2005
7:40 am
61110
Thank you for the link to the archive. And sorry for posting the same question again. I hope that future version of firebird will come with better performance...
Jonathan
jonathan_leo...
Offline Send Email
Jun 1, 2005
7:52 am
61111
Hi David, ... As you're using 1.5 you can write a stored procedure to do it... CREATE PROCEDURE SYS_RECALC_SELECTIVITY AS DECLARE VARIABLE INDEXNAME CHAR(31); ...
Ian A. Newby
iananewby
Offline Send Email
Jun 1, 2005
8:31 am
61112
Dear All, How to delete the output of this "select first 100 seqno from repl_log where relationno =11 order by seqno" Doind this:- "delete from repl_log where...
Mohd. Jeffry
linuxlah@...
Send Email
Jun 1, 2005
8:54 am
61113
... The problem is the multigenerational architecture. There may exist several versions of the same record and only one of those versions will be visible to...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 1, 2005
9:14 am
61114
... Because the subselect is executed once for every row, and when you execute it for the 50th time records 50 through 149 will be the first 100. ... I think a...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 1, 2005
9:32 am
61115
... Deletion becomes recursive; I'd suggest stored procedure with something like while counter < 100 select first 1 keys from repl_log order by seqno into ...
Adomas Urbanavicius
rtislri
Offline Send Email
Jun 1, 2005
9:35 am
61116
... this would be recursive too no? the select fires after every delete. You need to completely separate the listsof IDs from the delete operation Alan...
Alan McDonald
metaalan
Offline Send Email
Jun 1, 2005
9:41 am
61117
... 1. Not very efficient: delete from repl_log r where 101 > ( select count(*) from from repl_log r2 where relationno = 11 and r2.seqno < r.seqno) 2. Use a...
Milan Babuskov
mbabuskov
Offline Send Email
Jun 1, 2005
9:44 am
61118
Hi We have had the same demands and solved them with drbd (http://www.drbd.org) It works on Linux, for windows i don't know. It's running for a year now and...
Bogdan
bogdan@...
Send Email
Jun 1, 2005
9:45 am
61119
Hi, ... Ideally, you would use a middle-tier layer that does load balancing and fail-over safety. I can't give you any ideas, since you didn't mention what was...
Daniel Rail
danielrail
Offline Send Email
Jun 1, 2005
10:24 am
61120
Does Firebird support Bi-Directional resultsets, and if so how do you active that mode? Or is Firebird forward-only?...
buppcpp
Offline Send Email
Jun 1, 2005
10:30 am
61121
... Please explain. What is a Bi-Directional resultset? Uwe...
Uwe Grauer
mailinglists...
Offline Send Email
Jun 1, 2005
10:40 am
61122
... I know that IBO (for Delphi and Borland C++) has both TIB_Cursor (unidirectional) and TIB_Query (bidirectional). Though I do not know how this is done...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 1, 2005
10:50 am
61123
... As far as I know Firebird is forward only and all bidirectional stuff is done at the client. With regards, Martijn Tonies Database Workbench - tool for...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 1, 2005
10:53 am
61124
... statistics, ... here ... performed ... slower to ... order ... read it ... and ... OK, here's the info you requested: (NOTE: This is now on version 1.5.2,...
buppcpp
Offline Send Email
Jun 1, 2005
11:00 am
61125
Hi, ... Also BLOB fields? ... Store_No contains a lot of duplicates, is the index really needed? ... Set Page buffers to the number you want FB to use as...
Arno Brinkman
arnobrinkman
Offline Send Email
Jun 1, 2005
11:30 am
61126
Hi all! [root@servidor firebird]# gfix -v -full ./thal02.fdb.old [root@servidor firebird]# [root@servidor firebird]# gfix -list ./thal02.fdb.old Transaction...
fabiano_bonin
Offline Send Email
Jun 1, 2005
11:40 am
61127
... does this mena you have declared PK contraints AND added a separate index? in which case you are defeating the optimiser. PK constraints already have ...
Alan McDonald
metaalan
Offline Send Email
Jun 1, 2005
11:57 am
61128
... Drop the index on Store_No, the selectivity is too poor for the index to be useful (your GROUP BY query should execute somewhat faster without this index,...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 1, 2005
12:04 pm
61129
... No, he said that (SKU, STORE_NO) constitutes a PK. The GROUP BY 1 is obviously a typo, probably because he was experimenting with variations of the query...
Kjell Rilbe
krilbe
Offline Send Email
Jun 1, 2005
12:14 pm
61130
... And why doesn't FB automatically ignore an index with such bad selectivity in this situation? Is there *any* situation where this index should actually be...
Kjell Rilbe
krilbe
Offline Send Email
Jun 1, 2005
12:16 pm
61131
... so you're allowed to assume and conclude but I'm not allowed to ask questions because I just misread his "obvious" typos? Huh?...
Alan McDonald
metaalan
Offline Send Email
Jun 1, 2005
12:22 pm
61132
... I'm allowed to assume, write my assumption in my reply for him to confirm that my assumption was right, and based on that assumption give him a helpful...
Kjell Rilbe
krilbe
Offline Send Email
Jun 1, 2005
12:29 pm
61133
Pavel, ... What would the command line look like for a 'local connection'? I currently use gbak -c <backup file> <server:restore file> I tried changing...
Bob Murdoch
r_a_murdoch
Offline Send Email
Jun 1, 2005
12:29 pm
61134
Hi! At work, some computer works and some others don't. I just changed the database to Firebird (I am using Access) When trying to change data, some user get...
mona yazbeck
yazbeckmona
Offline Send Email
Jun 1, 2005
12:38 pm
61135
The Third Firebird Worldwide Conference will take place at the Hotel Olsanka in Prague, Czech Republic. The opening session will be on Sunday evening, 13th...
Paul Beach
paul62beach
Offline Send Email
Jun 1, 2005
12:38 pm
61136
... Pavel's comment isn't applicable to CS on Windows. (I checked backed to an earlier message of yours, where you stated "I'm running FB 1.5 classic on a ...
Helen Borrie
helebor
Offline Send Email
Jun 1, 2005
12:44 pm
61137
Hi, ... Yes, there are certainly cituations where the index does help. When a field contains only 2 values, but 1 value is in only 1% of the records. For...
Arno Brinkman
arnobrinkman
Offline Send Email
Jun 1, 2005
12:51 pm
Messages 61108 - 61137 of 99491   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