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 84975 - 85004 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
84975
Hi, I just installed Firebird 2.0.1 (from 1.5) on my notebook, but when i connect to the server (local host) i get a -902 "Cannot attach to password database"...
rj1102
Offline Send Email
Apr 1, 2007
10:03 am
84976
Hi, ... Are you using the security database from 1.5 with 2.0? This won't work. Have a look at the following file: ...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Apr 1, 2007
10:07 am
84977
Hi, I have a problem with Firebird 2.01 and the "ORDER BY"-clause: The following Query reports an error "column unknown Person.Name1": SELECT * FROM Person P ...
Winchim (Martin Haide...
office@...
Send Email
Apr 1, 2007
10:12 am
84978
Hi Martin, ... Stricter syntax. Once you define a table alias, the original table name is obfuscated. This is documented in the Release Notes. HTH, Paul...
Paul Vinkenoog
neckarelzer
Offline Send Email
Apr 1, 2007
10:26 am
84979
Yes, that was it; Thanks!! ... when i ... work....
rj1102
Offline Send Email
Apr 1, 2007
10:42 am
84980
I'm getting this error, and I'm not sure why: Dynamic SQL Error. SQL error code = -204. internal gds software consistency check (table JOB). What does this...
myles@...
vladman992000
Offline Send Email
Apr 1, 2007
11:04 pm
84981
... It sounds as if your database file has gotten corrupted. Is this running on a Windows machine? Any chance some other program tried to access the database...
Daniel Wilson
dwilson805
Offline Send Email
Apr 1, 2007
11:29 pm
84982
... Well, the one thing that this error is NOT is "typical". It occurs when the engine encounters an error condition it doesn't recognise and/or can't fix...
Helen Borrie
helebor
Offline Send Email
Apr 1, 2007
11:34 pm
84983
Hi ! I just read the write-up of Ann Harrison on why FB database can not be shrunk. Want to reconfirm my following understanding on this: 1. Though database...
Balagopal
bkarat_topsys
Offline Send Email
Apr 2, 2007
9:03 am
84984
Hi, What is the maximum number a firebird generator will reach before resetting to zero? I've seen 140372906 but it does not make sense that the generator...
Jacques Marneweck
jmarneweck@...
Send Email
Apr 2, 2007
9:04 am
84985
... [Non-text portions of this message have been removed]...
Francesco Lamonica
alienpenguin
Offline Send Email
Apr 2, 2007
9:06 am
84986
Thanks to adam and jft for the subtraction trick (that worked just fine :) ) i found the problem... the sysdba put 'none' to udf access ;) thanks everybody ...
Francesco Lamonica
alienpenguin
Offline Send Email
Apr 2, 2007
9:08 am
84987
Hi Jacques, ... http://www.firebirdsql.org/manual/generatorguide-basics.html#generatorguide-basics-maxval The max value is a looooot bigger than 140372906, and...
Paul Vinkenoog
neckarelzer
Offline Send Email
Apr 2, 2007
9:13 am
84988
... In a dialect 1 database, its highest positive number is 2,147,483,647 (it is a 32-bit integer in that environment). In a dialect 3 database, the highest...
Helen Borrie
helebor
Offline Send Email
Apr 2, 2007
9:19 am
84989
... Correct Alan...
Alan McDonald
metaalan
Offline Send Email
Apr 2, 2007
9:27 am
84990
Hi, I'm trying to insert a row: INSERT INTO TEMPORALPRUEBA1 ( CLIENTID, DATE2, DATE1, GENE ) VALUES ( 1, '01/01/2007', '13/01/2007', GEN_ID(GENIDFECH,1) ); in...
Alejandro Garcia
aleplgr
Offline Send Email
Apr 2, 2007
11:13 am
84991
... the environmental options the >DATE is set to dd/MM/yyyy why does it insert in reverse order the day and the month? ... Cause regional settings doesn't...
Martijn Tonies
martijntonie...
Offline Send Email
Apr 2, 2007
11:24 am
84992
... You could also say that dd.mm.yyyy is another one, and yyyymmdd is yet another. :-) Or, yes, you could force the lad to read the manual...;-) ./h...
Helen Borrie
helebor
Offline Send Email
Apr 2, 2007
12:02 pm
84993
I have downloaded Superserver version v1.5 of Firebird MAC i386 from http://firebirdsql.org/index.php?op=files&id=engine_154 but could not complete...
s_h_gore
Offline Send Email
Apr 2, 2007
12:04 pm
84994
... that? In ... insert ... Hey, that's why I only mentioned 1 :-) (and the one I can remember, that is). Martijn Tonies Database Workbench - development tool...
Martijn Tonies
martijntonie...
Offline Send Email
Apr 2, 2007
12:10 pm
84995
... It would not roll over on that number. Check that no-one is using set generator to 0 dml. ... ^ In a Dialect 3 database, and if my math is working tonight,...
Adam
s3057043
Offline Send Email
Apr 2, 2007
12:47 pm
84996
Hi! I'm writing a stored procedure, for this table: CREATE TABLE TEMPORALPRUEBA1 ( CLIENTID INTEGER, DATE2 DATE, DATE1 DATE, GENE INTEGER NOT NULL); first I...
Alejandro Garcia
aleplgr
Offline Send Email
Apr 2, 2007
4:12 pm
84997
SELECT MAX(GENE) FROM TEMPORALPRUEBA1 WHERE CLIENTID = :MINCLIENTID INTO :IDMAX; All references to non-table fields should be preceded by ":" regards ... -- ...
Jorge Andres Brugger
jorge.brugger@...
Send Email
Apr 2, 2007
4:17 pm
84998
I am working on a large project, with millions of records and over 60GB in database size. Now, I am specificing the hardware required, I have read that FB uses...
kokok_kokok
Offline Send Email
Apr 2, 2007
4:22 pm
84999
Thanks Gracias Jorge, now it works Jorge Andres Brugger <jorge.brugger@...> escribió: SELECT MAX(GENE) FROM TEMPORALPRUEBA1 WHERE CLIENTID =...
Alejandro Garcia
aleplgr
Offline Send Email
Apr 2, 2007
4:33 pm
85000
... Use a ":" in front of variable/parameter names when used in SQL statements. Martijn Tonies Database Workbench - tool for InterBase, Firebird, MySQL,...
Martijn Tonies
martijntonie...
Offline Send Email
Apr 2, 2007
5:09 pm
85001
... Firebird was designed when a big machine had a couple of megs of memory, so it has very low memory requirements. For a long time, there was a penalty for...
Ann W. Harrison
annwharrison
Offline Send Email
Apr 2, 2007
5:32 pm
85002
Hi, I'm running classic server on Debian. When I restore a database ( gbak -c ), the restored file belongs to root. I can connect locally ( isql-fb ), but if I...
Aldo Caruso
carusoaldo
Offline Send Email
Apr 2, 2007
5:46 pm
85003
Thank you for your response. My doubt is the maximum size of RAM that Firebird can manage, the technical limit. If Firebird limit is 2GB, then, maybe it does...
kokok_kokok
Offline Send Email
Apr 2, 2007
6:06 pm
85004
... I haven't tried, but my guess based on some experience with the code is that there is likely to be a signed long somewhere in th memory allocation code,...
Ann W. Harrison
annwharrison
Offline Send Email
Apr 2, 2007
6:52 pm
Messages 84975 - 85004 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