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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 82620 - 82649 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82620
Hi Helen Thanks for your response. I will explain what I intend to do so that you and other can help me with this. I am not totally a newbie but I am still...
Bhavbhuti Nathwani
venussoftop
Offline Send Email
Jan 1, 2007
9:21 am
82621
... First, you can't retrieve a return value from a trigger. You can, however, get a return value from your SP. It's hard to think of how you might use it,...
Helen Borrie
helebor
Offline Send Email
Jan 1, 2007
9:54 am
82622
Hi Helen Thanks a lot for your help. I am now able to create the trigger and execute the SP successfully. ... command....
Bhavbhuti Nathwani
venussoftop
Offline Send Email
Jan 1, 2007
11:43 am
82623
I am not able to connect to FB using a local connection. A while ago I had an alert--I think it was Norton, but it may have been ZoneAlarm--something about...
Ed Dressel
Ed0302
Offline Send Email
Jan 1, 2007
10:13 pm
82624
... Look in ZonAlarm's settings ("Program Control"). -- Aage J....
Aage Johansen
megselv2
Offline Send Email
Jan 1, 2007
11:12 pm
82625
... Ed, You need to be very careful about using the words Local and Remote, because it may not be what you mean. Firebird has a local protocol which has...
Adam
s3057043
Offline Send Email
Jan 1, 2007
11:43 pm
82626
... It's a year since I replaced Norton on my network with Trend Micro PC-Cillin (and haven't regretted it!). I don't have a Norton admin console installed...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2007
12:05 am
82627
Hello Group, Is there a single command in Firebird to reset the statistics of every index? Failing that, is it safe to call set statistics from an execute ...
Adam
s3057043
Offline Send Email
Jan 2, 2007
12:23 am
82628
... Thanks for the response. ... Debugger Exception Notification ... Project TRAK.exe raised exception class EIB_ISCError with message 'ISC ERROR...
Ed Dressel
Ed0302
Offline Send Email
Jan 2, 2007
1:59 am
82629
... The error message quotes a Firebird error code, so TRAK.exe was able to connect. ... In other words, TRAK.exe connected to the Firebird server, but the ...
Adam
s3057043
Offline Send Email
Jan 2, 2007
2:52 am
82630
... No, there's not. ... Yes, it's safe. Just don't forget to commit. ... It can be collected on an active database. Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Jan 2, 2007
6:52 am
82631
Are there any instructions available for constructing an MSI file for installation of FB 2.0 under Windows? I want to install Firebird as part of my product. ...
Andrew Chalk
achalk0
Offline Send Email
Jan 2, 2007
7:59 am
82632
... part of ... See the installation_readme.txt in the FB\DOC directory. Use the /SILENT or the /VERYSILENT parameter for the FB_XX_WIN32.EXE. Blsz...
blzs_szb
Offline Send Email
Jan 2, 2007
8:33 am
82633
Andrew Chalk írta: Are you sure you want that? The Firebird's installer is using InnoSetup that is configurable via command line. You can install it silently...
KamiHír
kamihir@...
Send Email
Jan 2, 2007
8:46 am
82634
Ann, changing the subject was a good idea, as the OP must have considered solved the problem at hand and moved forward. A> So that was what was in my mind when...
Nando Dessena
nandod2ita
Offline Send Email
Jan 2, 2007
9:00 am
82635
Hi, is there any recomendation for "page size" for FB 2.0 ? In IB6 doc I have read : "InterBase pages are 1KB by default. A typical production InterBase ...
lacakus
Offline Send Email
Jan 2, 2007
10:02 am
82636
... Thanks Dmitry. Adam...
Adam
s3057043
Offline Send Email
Jan 2, 2007
10:40 am
82637
... No FB 1.5 (and possibly eeven arlier) default new databases to 4K unless otherwise specified, which probably answers your next question. ... Not really...
Adam
s3057043
Offline Send Email
Jan 2, 2007
10:47 am
82638
Thanks Adam, ... are you sure ? I am not able to find it somewhere (changelog.txt, whatnews.txt, release notes) ... it is documented ? ... OK ... OK, thanks ...
lacakus
Offline Send Email
Jan 2, 2007
11:06 am
82639
Can I achieve "updating statistics" by : alter index <indexname> inactive; alter index <indexname> active; In docs says "Reactivating a deactivated index...
lacakus
Offline Send Email
Jan 2, 2007
11:06 am
82640
... The Firebird Book p236 "The optional PAGE_SIZE attribute is expressed in bytes. If you omit it, it will default to 4096 bytes with isql ...." It then goes...
Adam
s3057043
Offline Send Email
Jan 2, 2007
11:22 am
82641
Thanks for the response. ... Using IBExpert (or could be IBO, but just as an example) I change the database registration 'Server' from 'Remote' to 'Local' and...
Ed Dressel
Ed0302
Offline Send Email
Jan 2, 2007
2:45 pm
82642
... Since Firebird, Postgres, and now (with Falcon) MySQL all have a consistent read, perhaps tools should make an accommodation to that level of consistency. ...
Ann W. Harrison
annwharrison
Offline Send Email
Jan 2, 2007
5:13 pm
82643
... Since Firebird, Postgres, and now (with Falcon) MySQL all have a consistent read, perhaps tools should make an accommodation to that level of consistency. ...
Ann W. Harrison
annwharrison
Offline Send Email
Jan 2, 2007
5:57 pm
82644
Hello guys, how do i format the float value to a string like ##.##? something like CAST(MyValue As VARCHAR(5))? Thanks....
d_dude_2003
Offline Send Email
Jan 2, 2007
6:24 pm
82645
... Yes, but that is harder to do on-line than just setting the statistics. Since the index is unavailable while it's being rebuilt, the rebuild can't be done...
Ann W. Harrison
annwharrison
Offline Send Email
Jan 2, 2007
6:30 pm
82646
Hi, ... Best thing to do is to do formatting at the client side. Martijn Tonies Database Workbench - development tool for Firebird and more! Upscene...
Martijn Tonies
martijntonie...
Offline Send Email
Jan 2, 2007
6:57 pm
82647
HNY! How can one get info about how much does each table in a database contribute to database file size? thanks in advance, Aivar...
kimon_the_athenian2
kimon_the_at...
Offline Send Email
Jan 2, 2007
7:19 pm
82648
Hi, ... When getting the database statistics, the number of pages a table occupies should give you an idea. Martijn Tonies Database Workbench - tool for...
Martijn Tonies
martijntonie...
Offline Send Email
Jan 2, 2007
7:45 pm
82649
... yep. if you were using the embedded server, cpLocal or Local would work fine, but I suspect you are using the normal client. Using remote/localhost is fine...
Alan McDonald
metaalan
Offline Send Email
Jan 2, 2007
8:04 pm
Messages 82620 - 82649 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