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 59743 - 59772 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59743
I have found that I can create a database by offering ISC_USER = [owner] rather than SYSDBA. Is there anything special about SYSDBA? Is SYSDBA just a...
Mike Dewhirst
miked@...
Send Email
May 1, 2005
8:18 am
59744
brianasap wrote: << There has been threads on this forum discussing scalablity, Aug-Sept 2004 (I believe) and February this year. You could search for posts...
Aage Johansen
megselv2
Offline Send Email
May 1, 2005
9:16 am
59745
... SYSDBA is the server administrator. This identity has access to everything governed by the server. It's best practice, though, to create your databases ...
Alan McDonald
metaalan
Offline Send Email
May 1, 2005
9:37 am
59746
Invalid token. > Dynamic SQL Error. > SQL error code = -104. > Token unknown How to fix this problem....
ddgg44
Offline Send Email
May 1, 2005
10:43 am
59747
I think I am not alone in missing a good Firebird admin utility with a GUI under Linux. I find myself booting into windows to use Ibexpert,Ib_sql etc. Under...
nxciro
Offline Send Email
May 1, 2005
10:57 am
59748
... SYSDBA is a real user (the server's superuser). It has complete destructive rights over all databases, whether it owns them or not. ... I don't really...
Helen Borrie
helebor
Offline Send Email
May 1, 2005
11:03 am
59749
... Without seeing the code? You are trying to write something that is not valid SQL! -- Lester Caine ... L.S.Caine Electronic Services...
Lester Caine
lscesuk
Offline Send Email
May 1, 2005
11:16 am
59750
... On FB 1.x a view is being created, but it ignores the FIRST/SKIP clause. I think this is not what you'd expect. Hence this feature was disallowed in v1.5....
Dmitry Yemanov
dimitr_ex
Offline Send Email
May 1, 2005
11:20 am
59751
... I plead exhaustion ... just chased the kids all day at the zoo. I was under the impression that Int was a 32 bit platform-native integer. I must be...
David Johnson
johnson_dave...
Offline Send Email
May 1, 2005
1:21 pm
59752
... Integer - 32 bit: value range -2,147,483,648 to 2,147,483,648 i.e. total 4,294,967,296 10 digits Alan...
Alan McDonald
metaalan
Offline Send Email
May 1, 2005
1:34 pm
59753
... Okay ... I admit it. I can't count. That's why I use a computer. Any 9 digit number will fit in a 32 bit int, which is 10 digits of precision. Back to...
David Johnson
johnson_dave...
Offline Send Email
May 1, 2005
1:51 pm
59754
... Sorry Helen - I wasn't clear enough. I was calling ddl scripts (actually, empddl.sql downloaded from the apress site and cut into separate parts) from a...
Mike Dewhirst
miked@...
Send Email
May 1, 2005
2:32 pm
59755
... Alan - thanks. That specifically answers my poorly phrased question. Objects inside the database can be owned by yet ... And - I just read in TFB that...
Mike Dewhirst
miked@...
Send Email
May 1, 2005
2:42 pm
59756
... No, but a 32 bit integer holds values up to 4,294,967,295, which is 9 full digits plus .4294967295 of the tenth digit. Cheers, Ann...
Ann W. Harrison
annwharrison
Offline Send Email
May 1, 2005
4:04 pm
59757
Thank you Helen. Any chance of getting a stack owerflow using the 'for do'? The procedure works just perfect by itself. I'm working with PHP5, odbc-driver 2.0...
John Jaabæk
firebirdjohn61
Offline Send Email
May 1, 2005
4:32 pm
59758
... No. Cheers, Ann...
Ann W. Harrison
annwharrison
Offline Send Email
May 1, 2005
4:41 pm
59759
Hi, i just took one of my books (1/7, yes not so much) and analysed ISBN number.. Here it is: '975-316-258-8' What will we do now? 1- hashing??? :) 2-...
Ali Gökçen
ali_gokcen
Offline Send Email
May 1, 2005
7:01 pm
59760
... yes. It's called security.fdb. It's not that private. the services API will tell you where exactly it is on any server, as long as you know the SYSDBA ...
Alan McDonald
metaalan
Offline Send Email
May 1, 2005
10:56 pm
59761
... I think the above clause should not be there, since I think your procedure's output loop is this: ... AS BEGIN FOR select ID_KATEGORI, KATEGORI,...
Helen Borrie
helebor
Offline Send Email
May 1, 2005
11:48 pm
59762
What is the url from this site (firebordSQL) ? Patrick ... [Non-text portions of this message have been removed]...
Patrick Antonioli
patrick.antonioli@...
Send Email
May 2, 2005
12:02 am
59763
... Nothing causes stack overflows in PHP5 - I've never seen it happen, and I've done some silly stuff with it! :-) Nige....
Nigel Weeks
fir3nuk3
Offline Send Email
May 2, 2005
12:04 am
59764
lol, you are going to have trouble finding it on the firebord site :) The direct link is here: http://www.firebirdsql.org/index.php? ...
Adam
s3057043
Offline Send Email
May 2, 2005
12:21 am
59765
... http://www.firebirdsql.org Look in the Knowledgebase section (from Resources item on the top menu). ./hb...
Helen Borrie
helebor
Offline Send Email
May 2, 2005
12:23 am
59766
For my next question :) ... Is it possible to pass variable values to DDL / DML scripts? I want to pass a database path and name to be created or connected to....
Mike Dewhirst
miked@...
Send Email
May 2, 2005
2:52 am
59767
OK - I figured it out ... No Mike...
Mike Dewhirst
miked@...
Send Email
May 2, 2005
4:34 am
59768
And RH ES has libstdc++.so.6 What is the best way to work around this? I tried ln -s libstdc++.so.6 libstdc++.so.5 which brought a flurry of new problems....
Steve
steve_cw
Offline Send Email
May 2, 2005
5:05 am
59769
... As this is your second ask here, I suggest you ask on firebird-devel. Mention which version and model (C/SS) of Firebird you're trying to install. ^heLen...
Helen Borrie
helebor
Offline Send Email
May 2, 2005
5:59 am
59770
... you're ... Helen, I could be mistaken, but I've only posted this once, and this isn't my regular login account (first time used for this group and I hope I...
Steve
steve_cw
Offline Send Email
May 2, 2005
6:53 am
59771
... Steve, I solved this on Fedora Core 3 by rebuilding FB from the sources, which caused libstdc++.so.6 to be used instead of .5. HTH, Dan....
Dan Wilson
dwilson805
Offline Send Email
May 2, 2005
7:06 am
59772
... which caused libstdc++.so.6 to be used instead of .5. Thanks much, Dan! I'll give it a try....
Steve
steve_cw
Offline Send Email
May 2, 2005
7:19 am
Messages 59743 - 59772 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