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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 117785 - 117816 of 121782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
117785 Thomas Steinmaurer
iblogmanager Send Email
Apr 24, 2012
8:18 am
... I'm sure I don't understand the question properly, because a Firebid UNIQUE constraint on a null-able column doesn't take NULLs into account, as long as it...
117786 Kjell Rilbe
krilbe Send Email
Apr 24, 2012
8:29 am
... Oh!? I didn't know. RTFM then... :-) I was working in SQL Server and then this cropped up. It didn't cross my mind that it could be different... SQL Server...
117787 Mark Rotteveel
mark@... Send Email
Apr 24, 2012
8:31 am
... Even it is compound, the NULLs are not taken into account for uniqueness, only the non-null parts: http://www.firebirdsql.org/manual/nullguide-keys.html --...
117788 Thomas Steinmaurer
iblogmanager Send Email
Apr 24, 2012
8:39 am
... Yeah, welcome in the world writing applications supporting multiple backends. Little, neat differences along different products. ;-) Regards, Thomas...
117790 Kjell Rilbe
krilbe Send Email
Apr 24, 2012
8:42 am
... Been doing that since about 1997 actually. Don't know why it didn't occur to me this time. But it wasn't an app - just some ad hoc data work - import data...
117792 Mark Rotteveel
mark@... Send Email
Apr 24, 2012
8:52 am
... I think we misunderstood each other. My comment was on the fact that you claim - or at least so it seemed to me - that NULLs in unique keys only work for...
117793 Thomas Steinmaurer
iblogmanager Send Email
Apr 24, 2012
9:05 am
... Correct and I hope I didn't claim that. ;-) SQL Server is different when it comes to handling NULLs in unique constraints. Oracle and Firebird behave the...
117794 Nick Upson
telensa_nu Send Email
Apr 24, 2012
9:30 am
Hi, from the docs I have read I should be able to alter an SP, even though another process is running it (using firebird 2.1 I know this was an issue in 2.0) ...
117795 Norman Dunbar
normandunbar Send Email
Apr 24, 2012
9:50 am
... Interesting. That's one for the "Learn something new every day" department! It does tend to imply that SQL Server is treating NULL (a lack of a value) as a...
117796 Thomas Steinmaurer
iblogmanager Send Email
Apr 24, 2012
10:23 am
... Yes. Sort of, I don't know the MSSQL internals. Google offers a lot of discussions on that SQL-standard compliant-breaking behaviour in SQL Server. ... -- ...
117797 jegaza@... Send Email Apr 24, 2012
10:52 am
... You can do it in superserver, classic/superclassic blocks metadata changes while there is one connection using it. Jesus [Non-text portions of this message...
117798 Nick Upson
telensa_nu Send Email
Apr 24, 2012
10:55 am
Nick Upson ... Thanks, I hadn't considered it might vary by classic/SS, any idea how I can identify the blocking connection? (is this case there should be...
117799 jegaza@... Send Email Apr 24, 2012
11:01 am
... Try select MON$ATTACHMENT_ID from mon$statements where mon$sql_text containing ... Jesus [Non-text portions of this message have been removed]...
117800 Nick Upson
telensa_nu Send Email
Apr 24, 2012
11:03 am
... I would only expect that to work if the SP was called directly by a process, if SP_a is the one called which then calls SP-b (the one I want) it would not...
117801 rayholme Send Email Apr 24, 2012
7:01 pm
Has anyone successfully made a working UDF that uses one or more of the calls to firebird (e.g. ib_util_malloc or isc_encode_date ...)? I cannot get the syntax...
117802 Maury Markowitz
mmfromthenorth Send Email
Apr 24, 2012
7:02 pm
I'm trying to use ODBC to get at a Firebird database for the first time. The db is on the other end of a VPN link, but the pings are around 75 ms in the bad...
117803 Elmar Haneke
elmarhaneke Send Email
Apr 25, 2012
7:39 am
... The client does fetch the resultset row by row. The Time sould be determined more by the size of result than by the complexity of query. What Version of FB...
117804 raja
raja_kcet2005 Send Email
Apr 25, 2012
10:39 am
During Firebird (2.5.1.26351) silent upgrade, i got this message "Earlier version Firebird installation was detected. Do you close this installation?". How to...
117805 mmfromthenorth Send Email Apr 25, 2012
11:05 am
... Ohhhh, yikes! Out of curiosity, is this a holdover from pre-SQL days? And is this fetch behaviour in the ODBC client itself? ... I believe the server is...
117806 venussoftop Send Email Apr 25, 2012
11:35 am
... Sorry not being able to reply earlier Mark. So this mean I will have to attach with each database and then check MON$ATTACHMENTS for each one of them....
117807 Matheus Degiovani
matheus@... Send Email
Apr 25, 2012
6:32 pm
Hello, ... Is this actually true? I just ran a test, remotely (through an internet link) connecting to a database on a firebird 2.5 server, and I ran a ...
117808 nielsvanaert Send Email Apr 25, 2012
7:53 pm
Hello, We have made C# (.NET) application that is using Firebird embedded V2.5.0 We using ADO.NET as interface to the Firebird database. And sometimes at...
117809 Helen Borrie
helebor Send Email
Apr 25, 2012
8:36 pm
... Well, it won't be random. It will occur whenever someone tries to enter data that breaks a CHECK constraint that you have on a domain or a column. ./heLen...
117810 Elmar Haneke
elmarhaneke Send Email
Apr 26, 2012
9:07 am
... There was an protocol-enhancement in one of the last updates. FB 2.5 should be significantly better than 2.0 on slow connections. Elmar...
117811 mmfromthenorth Send Email Apr 26, 2012
12:08 pm
... Hmmm. Can I run a 2.5 server on another port, and access the same database? Since I'm only using SQL for reporting (not updates), would this be a workable...
117812 Svein Erling Tysvær
svein_erling Send Email
Apr 26, 2012
12:20 pm
... Exactly what is the definition of your fields? I would expect (or rather, would be slightly surprised if not - I really don't know anything about...
117813 Maury Markowitz
mmfromthenorth Send Email
Apr 26, 2012
1:47 pm
... I can't figure out an easy way to cut-n-paste, but generally there isn't a single column larger than VARCHAR(100). It's an extremely simple database with...
117814 Elmar Haneke
elmarhaneke Send Email
Apr 26, 2012
2:00 pm
... One database can only be served by an single instance of FirebirdSQL. I would gess it to be nearly impossible to make different releases of classic server...
117815 Michael Berry
michaelberry819 Send Email
Apr 26, 2012
7:30 pm
I am looking for help with a firebird odbc error. We have Endicia client attempting to post back shipping data to Fishbowl Inventory; SQL Statement: INSERT...
117816 oleri@...
oleri... Send Email
Apr 26, 2012
7:30 pm
Hallo there, i have a strange problem, i do not know how to solve ist. Description: The Database filesize on disk is about 18 GB. Backup/Restore do NOT lower...
Messages 117785 - 117816 of 121782   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