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 75115 - 75144 of 97548   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
75115
Hi, I found strange issue with UIB2 delphi components and Firebird 1.5 classic under Windows. Sweeping database using service API (with this component)...
Bogusław Brandys
brandys@...
Send Email
May 1, 2006
11:37 am
75116
Hi, Assume I have 2 branch offices. One at Northpole and the other at Southpole (brrbb). Each of them has a same customer table with fields like this: ...
Ivan Setya Darmawan
ivan_darmawan
Online Now Send Email
May 1, 2006
11:46 am
75117
... Hello, An usual solution to your problem might be that one table PK starts at 1 and the other at 1.000.000.000 or whatever number is comfortable to you. ...
Radu Sky
skysword76
Offline Send Email
May 1, 2006
11:55 am
75118
... at 1 ... Ok, adding dept_id field to the table: customers ... cust_id VARCHAR(20)(PK) cust_name VARCHAR(80) dept_id INTEGER and then modify the trigger to:...
Ivan Setya Darmawan
ivan_darmawan
Online Now Send Email
May 1, 2006
12:25 pm
75119
I have the following domain: dom_input_code CHAR(1) CHECK (VALUE IN ('C', 'D')) I have a table with the input_code column that uses the domain as the data...
Eyal
ez_bikbon
Offline Send Email
May 1, 2006
12:26 pm
75120
... better still... generators for PKs increment by 10 or 100 (being the number of server stations you might one day have - maybe 10,000 stations! - so...
Alan McDonald
metaalan
Offline Send Email
May 1, 2006
12:27 pm
75121
... some reading here may be of interest http://www.meta.com.au/index.php?option=com_content&task=view&id=29&Itemid=3 1 Alan...
Alan McDonald
metaalan
Offline Send Email
May 1, 2006
12:33 pm
75122
... You are right,I forgot about this solution. We usually use these two I wrote before since is faster and more visible (at least in the business logic we...
Radu Sky
skysword76
Offline Send Email
May 1, 2006
12:49 pm
75123
Hi Eyal, ... This behaviour is there from the beginning. I don't know if this is compliant to the SQL standard, but the following works: dom_input_code CHAR(1)...
Thomas Steinmaurer
iblogmanager
Offline Send Email
May 1, 2006
12:57 pm
75124
Hi All: It seems I've established a connection to the EMPLOYEE.FDB from within my Liberty Basic program as I'm getting what appears to be a valid handle - YAY....
Richard Thomas
sandworker
Offline Send Email
May 1, 2006
2:10 pm
75125
Helen - The only reason is that I used it some years ago to maintain/backup MCI's Interbase DB's for their 800 number lookups on remote servers...just a...
Todd Cary
rtcary
Offline Send Email
May 1, 2006
2:20 pm
75126
"select * from RDB$database" is nice and simple and will always return 1 row -- Nick ... UNIX, C, Panther, Ingres, Interbase, Firebird - Available Shortly ... ...
Nick
upsonn
Offline Send Email
May 1, 2006
2:22 pm
75127
Hi all, Anyone know a way to get the change count on a table? I'm referring to the number of times the metadata has been changed which can be 0 - 255. Thanks!...
Paul R. Gardner
cantak3
Offline Send Email
May 1, 2006
3:35 pm
75128
Um, try: CONNECT localhost:D:\APPS\Firebird\examples\employee.fdb; ... -- The information transmitted herewith is sensitive information intended only for use...
Jason Dodson
dirtyrentedmule
Offline Send Email
May 1, 2006
3:41 pm
75129
Hi, ... Available in RDB$FORMATS.RDB$FORMAT Martijn Tonies Database Workbench - development tool for Firebird and more! Upscene Productions ...
Martijn Tonies
martijntonie...
Offline Send Email
May 1, 2006
3:49 pm
75130
... Sure it is! Make your primary key compound: one part created with a generator, the second part being either N (for North Pole customers) or S (for south...
Ann W. Harrison
annwharrison
Offline Send Email
May 1, 2006
3:51 pm
75131
... NULL is not either 'C' or 'D'. The behavior you describe is correct and follows the standard. You'd see the same behavior if you put the constraint on...
Ann W. Harrison
annwharrison
Offline Send Email
May 1, 2006
3:54 pm
75132
Sorry, I hit enter without changing the subject line of the prior e-mail to something else. Sorry, I didn't change the subject on the last post before I hit...
Richard Thomas
sandworker
Offline Send Email
May 1, 2006
4:24 pm
75133
I am trying to build a resultset from a list of ID Values. I would like to do this in a stored procedure rather than in Delphi code because there are lots of...
Larry Hengen
larryhengen
Offline Send Email
May 1, 2006
5:22 pm
75134
i have installed firebird 2.0 on my windows server 2003. I tried gsec - user sysdba -password masterkey. I wanted change sysdba password and i already have...
francoemic
Offline Send Email
May 1, 2006
6:03 pm
75135
From: "francoemic" <Michel.Francoeur@...> ... Firebird 2.0 questions/problems belong on the development list until it is released as a final product. The...
Woody
woody_tmw
Offline Send Email
May 1, 2006
6:25 pm
75136
... So you are telling me that if I demand your value can only be either 'C' or 'D' that I am meant to accept your NULL? What a strange concept! You give me an...
Adam
s3057043
Offline Send Email
May 1, 2006
9:30 pm
75137
... Well if that works then he is not using the embedded engine. He would be using whatever full server is listening to 3050 on the local machine. If you pass...
Adam
s3057043
Offline Send Email
May 1, 2006
9:44 pm
75138
... if you're doing this all the time from your apps, then I would suggest you let the db do it with a where clause. Add another field(s) to allow these lists....
Alan McDonald
metaalan
Offline Send Email
May 1, 2006
10:13 pm
75139
... For small datasets, this will work, but be aware of the limits of the SQL parser. In particular Maximum Query size: 64K Maximum members in an IN condition:...
Adam
s3057043
Offline Send Email
May 1, 2006
10:17 pm
75140
... Actually, it seems our behaviour complies with an old standard but not the current one. According to Paul Ruizendaal (I think it was he who raised it in...
Helen Borrie
helebor
Offline Send Email
May 1, 2006
10:22 pm
75141
... Pass a string as a varchar of sufficient length and write a procedure that's called within your procedure to parse out the individual values successively...
Helen Borrie
helebor
Offline Send Email
May 1, 2006
10:41 pm
75142
... Hah, Woody, the beleagurered list mods need all the help they can get! However, to Michel: if you are playing around with Fb 2.0, it is ESSENTIAL to study...
Helen Borrie
helebor
Offline Send Email
May 1, 2006
10:50 pm
75143
Hi, Can someone point me to some documentation explaining concisely the concerns some people have with using the BDE to access a firebird database. The reason...
Leslie Milburn
cdb4w
Offline Send Email
May 2, 2006
1:48 am
75144
Please don't response to the this thread, which had been solved two weeks ago and I am now using full API for both stand-alone and remote server with dynamic...
Jeff Lynn
jeff_m_lynn
Offline Send Email
May 2, 2006
3:36 am
Messages 75115 - 75144 of 97548   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