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 93970 - 93999 of 99492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
93970
i am using win1254 pxw_turk table ... id field 1 EXAMPLE 2 DELPHÝ 3 GARANTÝ 4 PARAMS my sql is; select * from table where upper(field) like...
Orhan TURHAN
orhanturhan
Offline Send Email
May 1, 2008
1:37 pm
93971
Hi all, I use firebird 2.1 with Xp sp2. I have a simple table (tree) with 3 columns "Id","father" and "Description". The table is autoreference. I would like...
giuliano@...
Send Email
May 1, 2008
2:27 pm
93972
... WITH RECURSIVE For example: WITH recursive ric(id,father,depth) AS ( select id, father, cast('' as varchar(255)) as depth from TREE where tree.id=1 union...
Jiri Cincura
x2develop
Offline Send Email
May 1, 2008
2:36 pm
93973
... MS SQL Server not requires RECURSIVE keyword and violate SQL standard. Use WITH RECURSIVE for recursive queries. Regards, Vlad...
Vlad Khorsun
fbvlad
Offline Send Email
May 1, 2008
4:31 pm
93974
The first suggestion uses this plan: PLAN JOIN (D INDEX (I_G),DP INDEX (U_DP)) [U_DP is a unique index using on dp.N] The second suggestion uses this plan:...
Rick Debay
rdebay@...
Send Email
May 1, 2008
5:36 pm
93975
I have run into some errors while trying to restore a firebird database. Firebird is running as a service. The backup worked great with the loop back in the...
coldhot
Offline Send Email
May 1, 2008
10:17 pm
93976
... The backup file isn't a database so, to open it, you need a file path, not a database connection string. Because you're trying localhost one assumes that...
Helen Borrie
helebor
Offline Send Email
May 1, 2008
10:43 pm
93977
Hi. Is it possible to back up data only and not the metadata (schema)? I have several development databases that are in various states of moving forward with...
Kurt Federspiel
federonline
Offline Send Email
May 2, 2008
2:49 am
93978
Hello, can anybody confirm, that the RemoteBindAddress config setting in Classic Server 2.1 (64 bit linux) does not work? I've correctly configured an IP and...
Björn Reimer
erlursus
Offline Send Email
May 2, 2008
3:11 am
93979
Hello, can anybody confirm, that the RemoteBindAddress config setting in Classic Server 2.1 (64 bit linux) does not work? I've correctly configured an IP and...
Björn Reimer
bjoernreimer
Offline Send Email
May 2, 2008
3:11 am
93980
... You can't have a space as the first character of the path In all casea above you have C:\ Path Why? Alan...
Alan McDonald
metaalan
Offline Send Email
May 2, 2008
3:11 am
93981
I checked the FAQs and this board and found plenty of references to accessing older servers with newer clients, but I need to go the other way. I have a large...
Dave White
mrgcms2001
Offline Send Email
May 2, 2008
4:03 am
93982
Hi, ... No. For this, you may find useful a tool like fbexport/fbcopy http://fbexport.sourceforge.net/ Regards, Anderson Farias...
Anderson Farias
peixedragao
Offline Send Email
May 2, 2008
5:06 am
93983
... look at ibdatapump or ibpump, can't remember the name exactly -- Alexandre Benson Smith Development THOR Software e Comercial Ltda Santo Andre - Sao Paulo...
Alexandre Benson Smith
thoriblist
Offline Send Email
May 2, 2008
7:06 am
93984
hi there i have been create an international program how i should to set the charset the firebird then the countries can use it i mean as example the greece...
dirinler
Offline Send Email
May 2, 2008
7:53 am
93985
... Use UTF8. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com...
Jiri Cincura
x2develop
Offline Send Email
May 2, 2008
8:17 am
93986
Hello, 1 - Is article.enabled indexed ? 2 - Is article.enabled switchable ? 0 to 1 or 1 to 0 ? 3 - If no (always 0 to 1), you could add in where clause " and ...
amoradell
Offline Send Email
May 2, 2008
8:21 am
93987
sql: select * from table where upper(field) = upper(?field COLLATE PXW_TURK) error: An error was found in the application program input parameters for the SQL...
Orhan TURHAN
orhanturhan
Offline Send Email
May 2, 2008
8:54 am
93988
hi i had have been created a fdb with 1.5 then i wantto use 2.0 and i will create a fdb with 2.0 there is on my pc the 1.5 if i install the 2.0 too do they...
dirinler
Offline Send Email
May 2, 2008
10:55 am
93989
Your database character set must be win1254 and Your field collatin must be collate pxw_turk _____ From: firebird-support@yahoogroups.com ...
ibrahim bulut
ibrahim_bulut
Offline Send Email
May 2, 2008
12:07 pm
93990
my database character win1254. my field collatin pxw_turk....
Orhan TURHAN
orhanturhan
Offline Send Email
May 2, 2008
12:20 pm
93991
... I'm curious if UTF8 incurs any significant hit for queries in general? I'm still getting used to the concepts of UTF8 personally, but I would like to use ...
Lee Jenkins
luv2program2000
Offline Send Email
May 2, 2008
1:22 pm
93992
... I don't think so. I'm using UTF8 in a lot of projects without any problem. Good index and good schema is better thing to deal with. :) -- Jiri {x2} Cincura...
Jiri Cincura
x2develop
Offline Send Email
May 2, 2008
1:36 pm
93993
Hi all... I use Firebird 2.1 on Xp sp2. I would like to know if is possible to use CREATE FUNCTION with a IN parameter and the result is a table, in this case...
giuliano@...
Send Email
May 2, 2008
2:04 pm
93994
... No. An old client should work with a new server. It won't handle new features, of course, but neither will your old application. Regards, Ann...
Ann W. Harrison
annwharrison
Offline Send Email
May 2, 2008
2:10 pm
93995
... You're probably looking for selectable stored procedure. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com...
Jiri Cincura
x2develop
Offline Send Email
May 2, 2008
2:36 pm
93996
... Very well ... Giuliano, Firebird is NOT MSSQL. Firebird even is not Interbase ;) Learn its PSQL language, please, before making any assumption. Regards, ...
Vlad Khorsun
fbvlad
Offline Send Email
May 2, 2008
3:35 pm
93997
... Great news - thanks. I'll upgrade our system this weekend. Dave White...
Dave White
mrgcms2001
Offline Send Email
May 2, 2008
4:13 pm
93998
Thanks, Guys... I'll look into both. Kurt. ... moving forward with indexes and views the main differences; I do not wish to accidentally "revert" any changes...
federonline
Offline Send Email
May 2, 2008
4:38 pm
93999
... Perfect. Thanks Jiri, Warm Regards, Lee "When my company started out, we were really, really, really, really small. Now...we're just really small."...
Lee Jenkins
luv2program2000
Offline Send Email
May 2, 2008
4:58 pm
Messages 93970 - 93999 of 99492   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