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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 100021 - 100050 of 105461   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
100021
Any help for this topic? Thanks in advance. Ramiro...
ramiro.barreca
Offline Send Email
Feb 1, 2009
5:32 pm
100022
Hi, few days ago I was do the Database Statistics and in the report I have some bad indexes, for example I have a field session which is represent a fiscal...
Sasa Mihajlovic
majstoru
Offline Send Email
Feb 2, 2009
7:38 am
100023
I want to migrate a Database from win1250 to utf8. If I change the encoding of the columns, the contents of these colums is still in in the win1252 encoding....
mulenker
Offline Send Email
Feb 2, 2009
8:22 am
100024
1. Take a backup of your database (nice to have) 2. Create a new field with the desired character set and commit 3. Copy the contents of the old field to the...
Svein Erling Tysvær
svein_erling
Offline Send Email
Feb 2, 2009
8:38 am
100025
On client station i have local database with software requiring FB 2.1, on server is running FB 1.5. Is possible connect to server 1.5 via client 2.1 ?...
tomasjira
Offline Send Email
Feb 2, 2009
8:53 am
100026
... 3. update mytable set newfield = cast (oldfield as varchar(x) character set utf8) where 'x' is the same size for both oldfield and newfield ./heLen...
Helen Borrie
helebor
Offline Send Email
Feb 2, 2009
9:35 am
100027
... Yes. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Feb 2, 2009
9:59 am
100028
... Usually such poor selectivity will make performance worse. Indices can only be of benefit if they eliminate the need to read data pages from disk. When...
Adam
s3057043
Offline Send Email
Feb 2, 2009
10:42 am
100029
Hello, I'll answer soon, I'm busy at the moment, sorry. Regards Olaf A large gap would result in a slower database, but results still ought to be correct....
Olaf Kluge
olaf.kluge@...
Send Email
Feb 2, 2009
11:04 am
100030
Just to confirm a dude... What would happen if the change is made directly in the original field through IBExpert (i.e.). What about from NONE to WIN1252? And...
Ramiro Barreca
ramiro.barreca
Offline Send Email
Feb 2, 2009
12:55 pm
100031
hmm, and how do you do with foreign key that have only very few value? cause foreign key automatiquelly create index ! thanks stephane ... have ... represent ...
svanderclock
Offline Send Email
Feb 2, 2009
3:13 pm
100032
Hi, ... You use some sort of 'trick' like: select <fields> from <table> where <some_indexed_condition> and your_integer_field_you_do_not_want_to_use_index+0 =...
Anderson Farias
peixedragao
Offline Send Email
Feb 2, 2009
3:21 pm
100033
I need to make a recursive SQL like this. My goal is to explode a recursive structure and mantain a depth dimensioni into field LIV without haveing a real...
Codebue Fabio - P-Soft
fcodebue
Offline Send Email
Feb 2, 2009
4:22 pm
100034
... Gotcha!!! Thanks! Refresh the index statistics solved the problem. This is not automaticaly maded by FB? There´s a way to I do this in all index of the DB...
emb_blaster
Offline Send Email
Feb 2, 2009
4:49 pm
100035
By the Way, Almost forgot... FB2.0.5 do not selected the best plan in my case... It is now selecting Plan: PLAN JOIN (P NATURAL, I INDEX (RDB$FOREIGN58), V...
emb_blaster
Offline Send Email
Feb 2, 2009
5:07 pm
100036
Can anyone tell-me if this will run without damage my DB? FOR select RDB$INDEX_NAME from RDB$INDICES where RDB$INDICES.RDB$SYSTEM_FLAG = 0 into :MY_INDEX DO...
emb_blaster
Offline Send Email
Feb 2, 2009
7:35 pm
100037
I´ve found this SQL by Fabiano almost like mine... But still don´t understand why FB do not do it automaticaly... set term !! ; create or alter procedure...
emb_blaster
Offline Send Email
Feb 2, 2009
7:44 pm
100038
... This is indeed a limitation. Often the optimiser is smart enough to not use that index, but I have observed times when it still tries (particularly when...
Adam
s3057043
Offline Send Email
Feb 2, 2009
10:23 pm
100039
... When and how often should FB automatically do it? Indices that are valuable *may* become less so over time, and vice versa, useless indices *may*...
Adam
s3057043
Offline Send Email
Feb 2, 2009
10:34 pm
100040
... In this case, the index may not be so bad. Records in one year tend to be stored together, just because they tend to be created in the year that's in the...
Ann W. Harrison
annwharrison
Offline Send Email
Feb 2, 2009
11:27 pm
100041
Hey All - How do I go about using the services API with an embedded server? The reason I ask is that I need to be able to mark a database created by the...
Richard Wesley
hawkfish@...
Send Email
Feb 2, 2009
11:47 pm
100042
We have a pool of more than 600 users accessing some FB 2.1.1 databases on a Open SUSE Linux server from different win32 apps (Delphi 7 and VB6). We have...
ramiro.barreca
Offline Send Email
Feb 3, 2009
12:42 am
100043
... This is an interesting question with some issues that I'm wrestling with myself at the moment from a different angle. However, with fbembed.dll or...
Helen Borrie
helebor
Offline Send Email
Feb 3, 2009
1:02 am
100044
... my embedded applications can make multiple TIB_Connections to the database file each with separate identities. I see no reason why a simultaneous...
Alan McDonald
metaalan
Offline Send Email
Feb 3, 2009
1:52 am
100045
... That's interesting - and good to know. ... Yes - it *is* the issue for the action the OP was inquiring about. ... I wrote ... ...still holds. Particularly...
Helen Borrie
helebor
Offline Send Email
Feb 3, 2009
3:54 am
100046
Hi, ... realy don't think so. fb clients (and servers) are very compatible between different versions. Anyway, make sure you use same version for client and ...
Anderson Farias
peixedragao
Offline Send Email
Feb 3, 2009
7:05 am
100047
... No way. ... Most probably. ... No way ... Absolutely no way. ... No way. ... Very unlikely. ... Hardware faults. The fact that they appear at the same time...
Dimitry Sibiryakov
aafemt
Offline Send Email
Feb 3, 2009
10:49 am
100048
... I would recommend to begin from building debug version of server from sources and analyse of core dumps after crash. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Feb 3, 2009
10:51 am
100049
... Are you using events? hth, -- Douglas Tosi www.sinatica.com...
Douglas Tosi
precari0
Offline Send Email
Feb 3, 2009
11:00 am
100050
Hi, Thanks Ann for help. I was created a lot of index like this and Firebird is use that indexes, just only in database statistics it is reported like "bad"...
Sasa Mihajlovic
majstoru
Offline Send Email
Feb 3, 2009
11:02 am
Messages 100021 - 100050 of 105461   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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