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 78328 - 78357 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
78328
... Maybe I just didn't see the woods for trees; you're completely right - this is semantically the same; I changed that. But it still doesn't work and I mean...
martinknappe
Offline Send Email
Aug 1, 2006
7:04 am
78329
Does FB have clustered index to improve index performance? AFAIU FB have PK as a contraint but does it imply PK=clustered index? -- regards, bill...
bill_lam
cbill_lam
Offline Send Email
Aug 1, 2006
7:27 am
78330
For test and develope reasons, I need to check programs running over FB 1.5.3 and FB 2.0rc3. But installing both servers same time, I only get a lot of...
skander_sp
Offline Send Email
Aug 1, 2006
7:55 am
78331
Hi all... I'm running a small application against a small FB 2.0 RC 3 database The main functions used by my application are giving me the following results ...
thefourie2000
Offline Send Email
Aug 1, 2006
8:32 am
78332
... hmm....this seems to work ok. But after every 20 lines, it would print the feldname: Concatenation ====================== Is there any way to turn this...
Marvin
gallagher_98
Online Now Send Email
Aug 1, 2006
8:34 am
78333
... That's just isql telling you the output name it has assigned if you didn't assign one yourself. It shouldn't do that if you included the "as...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2006
8:40 am
78334
... Eihter set the interval to some big values so that heading is written only once using command line parameter -page 100000 Or switch it off completely using...
Ivan Prenosil
iprenosil
Offline Send Email
Aug 1, 2006
8:41 am
78335
... I just have done everything you wrote and guess what? The record got updated. Here are my table and trigger: CREATE TABLE DIC ( ID INTEGER, ASTERM...
Dimitry Sibiryakov
SD@...
Send Email
Aug 1, 2006
8:47 am
78336
... How long is a piece of string? You can learn a lot from looking at the plan to see what indexes are being used. 1. You can make questions like this more...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2006
8:51 am
78337
... It should if you also: 1) remove all FB-related keys from registry; 2) change name of named pipe (not necessary); 3) disable creation if internal window; ...
Dimitry Sibiryakov
SD@...
Send Email
Aug 1, 2006
8:53 am
78338
... FB does not have clustered index. Tables in FB database are normally fragmented. Defragmentation would make things slower. For every PK constraint FB...
Dimitry Sibiryakov
SD@...
Send Email
Aug 1, 2006
8:55 am
78339
... Well, what i'm looking for is for isql to stop displaying the header altogether. i tried SET HEADING OFF; But it didn't work. Command Error: SET HEADING...
Marvin
gallagher_98
Online Now Send Email
Aug 1, 2006
9:00 am
78340
Hi David, the people who wrote IBExpert have a tool called ibmonitor which sits on the server and acts as a proxy for firebird. This I think can profile the...
Ian A. Newby
iananewby
Offline Send Email
Aug 1, 2006
9:08 am
78341
... I don't think this problem has anything to do with recursion and that the solution is very simple. BEFORE triggers should be used to modify the values of...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Aug 1, 2006
9:08 am
78342
Tks very much for the clues, but you know some page or article (or other message) where explain step by step, the dual installation? Sorry but I have not much...
skander_sp
Offline Send Email
Aug 1, 2006
9:15 am
78343
... But the "connect to IB with FB's gbak" trick should still work? Thomas, also check out http://www.clevercomponents.com/products/datapump/ibdatapump.asp HTH...
ainpoissee
Offline Send Email
Aug 1, 2006
9:33 am
78344
... done ... Yes thank you that was it! martin...
martinknappe
Offline Send Email
Aug 1, 2006
9:50 am
78345
... AFAIR it is described in FB2 release notes. I doubt that this link can help you, but anyway: http://forum.ibase.ru/phpBB2/viewtopic.php?t=745 -- SY,...
Dimitry Sibiryakov
SD@...
Send Email
Aug 1, 2006
9:51 am
78346
... I saw reports that it doesn't. -- SY, Dimitry Sibiryakov....
Dimitry Sibiryakov
SD@...
Send Email
Aug 1, 2006
9:57 am
78347
... Sorry, SET HEADING is FB2 feature. Ivan...
Ivan Prenosil
iprenosil
Offline Send Email
Aug 1, 2006
10:00 am
78348
Sorry, I wasn't sure when transportable backups stopped working between the two as I have been I FB man since the beginning. Sorry about the dumb question and...
Thomas Miller
bsstmiller
Online Now Send Email
Aug 1, 2006
12:27 pm
78349
... It works! Read the instructions on how to change the port number for one of the FB instances. I think you have to delete the Registry keys in order to make...
Uwe Grauer
mailinglists...
Offline Send Email
Aug 1, 2006
12:30 pm
78350
Hi, I've read the FAQ, the Novice Guide, the article on how to connect under Linux, I've also Google'd - however, I can't seem to find a starting point. This...
that.SelectedDude
mypersonalac...
Offline Send Email
Aug 1, 2006
12:32 pm
78351
... There is a document about this: http://www.firebirdsql.org/manual/ibfbcoex.html It should work with Fb 2.x also. Uwe...
Uwe Grauer
mailinglists...
Offline Send Email
Aug 1, 2006
12:45 pm
78352
Thanks Woody and Adam. I have done something similar, but it not uses a Shared Folder, I'am using a separate Firebird database. This way I do'nt worry about...
marc_guillot
Offline Send Email
Aug 1, 2006
12:58 pm
78353
Hi all, Does these numbers show some problem in my application? Oldest transaction 758 Oldest active 12085 Oldest snapshot 10054 Next...
Fabiano Bonin
fabiano_bonin
Offline Send Email
Aug 1, 2006
6:17 pm
78354
Hi, ... Yes. You've got a VERY long running transaction and your transaction management is incorrect. Martijn Tonies Database Workbench - development tool for...
Martijn Tonies
martijntonie...
Offline Send Email
Aug 1, 2006
6:25 pm
78355
Which one? The "Oldest active" or the "OIdest transaction"? Can i obtain some information about this transaction? Is there some document that talks about how...
Fabiano Bonin
fabiano_bonin
Offline Send Email
Aug 1, 2006
6:50 pm
78356
BTW, I´ve look at the docs (IB6 Operations Guide) and could not find what the following entrys means: Oldest snapshot 10054 Bumped transaction 1 ...
Anderson Farias
peixedragao
Offline Send Email
Aug 1, 2006
7:01 pm
78357
Working on converting a an IB 7.5 DDL script to FB 2.0 I have a BLOB SUB_TYPE 0 SEGMENT SIZE -1 DBW doesn't seem to like the dash of -1. I am assuming that...
Thomas Miller
bsstmiller
Online Now Send Email
Aug 1, 2006
7:35 pm
Messages 78328 - 78357 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