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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 107671 - 107700 of 107700   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
107671
... Windows trusted authentication is disabled by default, so you can relax and continue ignoring of Release Notes. -- SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Mar 17, 2010
8:59 pm
107672
... Thank you!...
ra8009
Offline Send Email
Mar 17, 2010
9:28 pm
107673
Installation warns that I'll need to configure manually. What does this entail? What do I need to do?...
ra8009
Offline Send Email
Mar 17, 2010
9:35 pm
107674
... RTRN! (Read the release notes) Sean...
Leyne, Sean
seanchk_98
Offline Send Email
Mar 17, 2010
10:25 pm
107675
Environment: Firebird 2.1.3 Classic - Linux 64 bit DDL: /* first table */ CREATE TABLE TEST_A ( CODE CHAR(2) DEFAULT '' NOT NULL, VAL NUMERIC(12,2) DEFAULT 0...
ionutz gorea
ionutz_gorea
Offline Send Email
Mar 18, 2010
2:38 pm
107676
... No, it shouldn't. Fetch from empty result set doesn't change value of bind variable, so M_VAL_B still keeps value 80 from previous iteration. -- SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Mar 18, 2010
2:55 pm
107677
Yes, I've noticed that after sending the email....but I was misled by the IBExpert procedure debugger by replacing M_VAL_B with NULL on the second iteration,...
ionutz gorea
ionutz_gorea
Offline Send Email
Mar 18, 2010
3:05 pm
107678
... Get a better debugger ;-) With regards, Martijn Tonies Upscene Productions http://www.upscene.com Download Database Workbench for Oracle, MS SQL Server,...
Martijn Tonies
martijntonie...
Offline Send Email
Mar 18, 2010
3:10 pm
107679
... Yes, you can use RAID 0 or RAID5 or if you use Linux, you can also use LVM2. If downtime is important, use some filesystem that can grow while mounted,...
Milan Babuskov
mbabuskov
Offline Send Email
Mar 18, 2010
4:13 pm
107680
Hello, I have a currency's table and a history of how the value of each currency changes. I need to select all the currencys (they are less than 10) plus the...
Sergio H. Gonzalez
shg_sistemas
Offline Send Email
Mar 18, 2010
5:18 pm
107681
... Hi Sergio! Firebird doesn't know that all currencies are likely to have changed lately and thus be early in the index. If the descending index had been on,...
Svein Erling
svein_erling
Offline Send Email
Mar 18, 2010
9:04 pm
107682
Hi, I have installed Firebird CS 1.5.3 from package, all binary work well, but when I run isql I get error: "exec(): 0509-036 Cannot load program ./isql...
Siner
siner_it
Offline Send Email
Mar 19, 2010
9:20 am
107683
Hi All, Hope I'm doing this right ;-) We have a few sites, which are getting repeated index corruption (being an accounting application, noticed when the query...
Maya Opperman
maya_mcleod
Offline Send Email
Mar 19, 2010
12:22 pm
107684
I need to hot backup large Firebird databases to other physical locations. This databases are in LVM partitions. It's safe to snapshot the filesystem and copy...
Christian
c_pradelli
Offline Send Email
Mar 19, 2010
1:01 pm
107685
Guten Tag Christian, ... NO , data keep in Memory may not be flushed out to disk yet , or still halfway thru ... Yes 100% -- Mit freundlichen Grüssen Hannes...
Hannes Streicher
hstreicher
Offline Send Email
Mar 19, 2010
1:15 pm
107686
... But I have forced writes on, doesn't firebird flush writes when commit to have consistent transactions writed to disk? I was thinking that LVM is aware of...
Christian
c_pradelli
Offline Send Email
Mar 19, 2010
1:33 pm
107687
2010/3/19 Christian <c_pradelli@...> ... Still you can corrupt your database, like say the previus mail. Check this faq (is safe to copy the database...
Claudio Romero
clauslack95
Offline Send Email
Mar 19, 2010
1:52 pm
107688
Hello Christian, ... i would not bet my data on that there are two right ways to do it a) backup, copy Back , and restore on the other end b) use replication ...
Hannes Streicher
hstreicher
Offline Send Email
Mar 19, 2010
2:06 pm
107689
hello maya, i have also some index corruption, but when i move to FB2.1.4 (that is still in beta) it's seam now to work ok !...
svanderclock
Offline Send Email
Mar 19, 2010
3:41 pm
107690
Thank everybody. I will use nbackup for lock the database and then copy it using rsync....
Christian
c_pradelli
Offline Send Email
Mar 19, 2010
3:43 pm
107691
... hello! AFAIK, validating and fixing is a prepares to backup/restore. If you did it (like gfix -mend) you will need a backup/restore after. So it will not...
emb_blaster
Offline Send Email
Mar 19, 2010
4:40 pm
107692
... A direct copy from an LVM snapshot should be OK, as long as you specify forced write and your hardware supports a real forced write. Firebird uses careful...
Ann W. Harrison
annwharrison
Offline Send Email
Mar 19, 2010
6:20 pm
107693
Can i insert to table without adding any field, there is fields in table take its values from triggers INSERT INTO TABLE or INSERT INTO TABLE RETURNING ID ...
zaher
zaherdirkey
Offline Send Email
Mar 19, 2010
7:25 pm
107694
Hello, I have a problem: FB 2.0.3, ODS 11 I have a BLOB SUB_TYPE 1 CHARSET UTF8 field. Data are stored in UTF8 format. In client application (IBX) I'm using...
b0bik2000
Offline Send Email
Mar 19, 2010
7:55 pm
107695
Hi, I am trying to install multiple servers which listen to different ports on a single machine. Like so .... Install directories, /opt/firebird-1 with...
frank.kronbalt
Offline Send Email
Mar 19, 2010
9:53 pm
107696
i never try this, but why u dont try insert into 'table' ('any field except the triggered one') values (NULL) i guess it runs 2010/3/19 zaher...
marco bianchini
informarco@...
Send Email
Mar 20, 2010
12:58 am
107697
Hi Zaher Dirkey. why you want to do that?... it's a mysql practice (i don't like this practice) 2010/3/19 marco bianchini <informarco@...> ... -- ...
Ricardo Uzcategui
ricardouven
Offline Send Email
Mar 20, 2010
1:56 pm
107698
... Hi Set!! Thank you very much for your input! Thinking in your last idea I did this: 1. Add a new field into MONEDAS: CREATE TABLE MONEDAS ( [...] ...
Sergio
shg_sistemas
Offline Send Email
Mar 20, 2010
2:04 pm
107699
Hi ... system or disk controller will not be consistent either. Usually right, but LVM snapshots are software-based snapshots and will therefore not suffer...
Steffen Heil
heilsteffen
Offline Send Email
Mar 20, 2010
7:41 pm
107700
HI ... Can you explain this? I would like to understand the problem you are mentioning, as I do that frequently. Regards, Steffen [Non-text portions of this...
Steffen Heil
heilsteffen
Offline Send Email
Mar 20, 2010
7:44 pm
Messages 107671 - 107700 of 107700   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help