Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-support · Support for Users of Firebird Releases

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 1 - 30 of 121810   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1 Jason Wharton
jwharton@... Send Email
Nov 12, 2000
1:08 am
I just thought I would extend my greetings to those who are on this list and to those who will be reading the archives of this list. InterBase is going to be...
2 Jason Wharton
jwharton@... Send Email
Nov 16, 2000
3:23 am
You are probably using the local protocol instead of using TCP/IP via localhost. Try TCP and see if that makes a difference. HTH, Jason Wharton CPS - Mesa AZ ...
3 Victor Ivlichev
ahasoft2000@... Send Email
Nov 16, 2000
9:53 am
Hello! How to disattach user from IB server? Victor Ivlichev ahasoft2000@......
4 Jason Wharton
jwharton@... Send Email
Nov 16, 2000
4:30 pm
I shut down the database and restart it. Jason Wharton CPS - Mesa AZ http://www.ibobjects.com ... From: "Victor Ivlichev" <ahasoft2000@...> To:...
5 Brian Dunstan
bdunstan@... Send Email
Nov 24, 2000
6:30 am
Hi, I am going crazy here trying to get a simple gfix command line working. I have never used gfix before. Am I missing something here? gfix -user SYSDBA...
6 Brian Dunstan
bdunstan@... Send Email
Nov 24, 2000
6:53 am
the documentation handicapper strikes again! it seams that the required syntax is: gfix [options] db_name -user NAME -password TEXT Brian...
7 Holger Klemt by way ...
helebor@... Send Email
Nov 30, 2000
12:48 pm
Hello, IBExpert User, (german version at the end) ============================================================ Here is the weekly newsletter to everybody, who...
8 joel.gauvreau@... Send Email Dec 4, 2000
4:43 pm
Also Interactive Users means the user currently logged on, you might try to specify a user instead of interactive.. ... via ... server I ... long as I ... to...
9 Carlos H. Cantu
warmbooter@... Send Email
Dec 4, 2000
5:15 pm
Hi people ! Since I didnt receive any answer from the IB gurus I had sent this ... I found a "solution"; proposed by some people here in Brazil to "SOLVE" the ...
10 Jason Wharton
jwharton@... Send Email
Dec 4, 2000
7:49 pm
... gurus ... Have you tested this out? I would be interested in knowing if it works and what the down sides of it are. I presume you would want to create the...
11 Carlos H. Cantu
warmbooter@... Send Email
Dec 4, 2000
8:48 pm
JW> Have you tested this out? I would be interested in knowing if it works and JW> what the down sides of it are. No, I have no time yet :( My interest is the...
12 Riho-Rene Ellermaa
r.ellermaa@... Send Email
Dec 5, 2000
8:57 am
I 'm having troubles with money fields. When I calculate medium prices in StoredProc, the result is sometimes like 10.3453453. I want to store it like 10.35. ...
13 Bram
bram@... Send Email
Dec 5, 2000
10:49 am
With the help from the ibobjects lists I created a database/table with about 450.000 records with all street names in the Netherlands. CREATE TABLE "POSTCODE"; ...
14 Carlos H. Cantu
warmbooter@... Send Email
Dec 5, 2000
11:11 am
Are you using IB 6.0 with dialect 3 ? []s Carlos WarmBoot Informatica - http://www.warmboot.com.br Interbase-BR - http://www.interbase-br.com RRE> I 'm having...
15 Helen Borrie
helebor@... Send Email
Dec 5, 2000
11:13 am
... Yes, it should be sub-second. I think the problem is in the CONTAINING clause - I always get confused about this but I *think* containing doesn't use the...
16 Svein Erling Tysvær
svein.erling.tysvaer@... Send Email
Dec 5, 2000
11:14 am
Hi Bram. An index can't help you at all when using CONTAINING, so I think 10-15 seconds is fairly OK on a table your size. if you used STARTING rather than ...
17 Carlos H. Cantu
warmbooter@... Send Email
Dec 5, 2000
11:14 am
This query will not be optimized because the containing clause will not use the index :-( If you want only the strees that begin with BRAM so you can use...
18 Riho-Rene Ellermaa
r.ellermaa@... Send Email
Dec 5, 2000
11:15 am
No , 1 Are there any problems when changing to 3? Riho-Rene Ellermaa senior programmer Hansabank s...
19 Carlos H. Cantu
warmbooter@... Send Email
Dec 5, 2000
11:21 am
Dialect 1 store this field as FLOAT using the IEEE definition and so what you store is not always what you get. Try to create the database in dialect 3. It...
20 Riho-Rene Ellermaa
r.ellermaa@... Send Email
Dec 5, 2000
11:56 am
Yess! It was about time to fix this Riho-Rene Ellermaa senior programmer Hansabank lds...
21 Helen Borrie
helebor@... Send Email
Dec 5, 2000
12:59 pm
... LOL !! 90 million mathematical theorists might or might not agree with you ! For a paper on the issue, see ...
22 Ann W. Harrison
harrison@... Send Email
Dec 5, 2000
5:05 pm
... The containing operator can not use indexes, so it must read all records. If you are looking for streets starting with "Bram" either the starting with...
23 Ann W. Harrison
harrison@... Send Email
Dec 5, 2000
5:05 pm
... Helen - the way to remember is that the index can only be used from the beginning of the key - just as a compound index will be used if you supply values...
24 Kevin Stanton
kstanton@... Send Email
Dec 5, 2000
5:14 pm
Greetings All, Is there a way to have a declared string variable in a stored proc and then perform an insert into a blob field? TIA, Kevin What I want to do: ...
25 Paul Schmidt
paul@... Send Email
Dec 5, 2000
7:20 pm
Anyone know if there is a Netware version of IB6? If so, where could I get it from. I have a client that swears by Netware.... Thanks, Paul Schmidt, Tricat...
26 hpc
hpcorna@... Send Email
Dec 5, 2000
11:27 pm
Exists any problem with Windows Millenuim and IB 5.6 with ODS 9.1? In the same PC I have an Database with ODS 9.0 ...no problem but other with ODS 9.1 I have...
27 Ann W. Harrison
harrison@... Send Email
Dec 5, 2000
11:41 pm
... I don't know, but a description of the problems might help. As far as I know, no one has done a comprehensive test of V5.x on Windows ME. Regards, Ann ...
28 wes@... Send Email Dec 6, 2000
1:18 am
Please excuse the rank newbie question, but I'm sure I'm missing something. It's taking IBConsole a LONG time to log in to a remote server. I've installed IB6...
29 Jason Wharton
jwharton@... Send Email
Dec 6, 2000
2:54 am
... have you tried connecting to the same server through other means in order to isolate whether it is an IBConsole issue or perhaps it is a general issue. ...
30 Helen Borrie
helebor@... Send Email
Dec 6, 2000
3:02 am
... No, there isn't such a beast, so far. There is a Firebird group considering a port to Netware 5. A Netware 4 port is unlikely, considering Novell is...
Messages 1 - 30 of 121810   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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