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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 85726 - 85755 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
85726
Hi Danny! ... The problem with this solution is that (:value = -1) is evaluated for each record in the table. Hence, it is similar to solution 1 and 2 (at ...
Svein Erling Tysvaer
svein_erling
Offline Send Email
May 1, 2007
12:47 pm
85727
What is available for Delphi to test and experiment with all the new features introduced in FB2.1.0.Alpha ?...
Hans
ittybittypro...
Offline Send Email
May 1, 2007
3:50 pm
85728
... If I knew my Firebird and C memory allocation a little better, it would have been sorely tempting to change the code right there and then. cmp_literal() in...
Ritchie Annand
ritchie_annand
Offline Send Email
May 1, 2007
8:18 pm
85729
... I am not sure ! I was talking from the top of my head. One problem that I remember is the 64kb limit on a SQL statement, it should be removed to insert...
Alexandre Benson Smith
thoriblist
Offline Send Email
May 1, 2007
9:01 pm
85730
I believe UNION ALL , instead of just UNION will select what you wish ... From: "Dennis McFall" <dennis@...> To: <firebird-support@yahoogroups.com> ...
Hans
ittybittypro...
Offline Send Email
May 1, 2007
9:06 pm
85731
Check this http://www.w3schools.com/sql/sql_union.asp ... From: "Dennis McFall" <dennis@...> To: <firebird-support@yahoogroups.com> Sent: Monday, April...
Hans
ittybittypro...
Offline Send Email
May 1, 2007
9:18 pm
85732
... Thanks everyone. I'll do some tests to see if run-time-extraction is reliable; Otherwise, I'll provide the DLL....
Fred
langenscheid...
Offline Send Email
May 1, 2007
10:17 pm
85733
hi, you can try using the MoleBox software (http://www.molebox.com/) with this tool you can link a DLL into an EXE file best regards, Joćo Carlos ... De:...
Joao Carlos
pinjoa
Offline Send Email
May 1, 2007
10:35 pm
85734
Is there any way to determine the number of rows updated by an UPDATE operation, especially if that number is 0?...
burmair
Offline Send Email
May 1, 2007
10:48 pm
85735
... If it is done inside PSQL (trigger or stored procedure), you can check the ROW_COUNT context variable. I am not sure if it is possible using standard DSQL...
Adam
s3057043
Offline Send Email
May 1, 2007
11:29 pm
85736
Hi All, I want to create a stored procedure in iSQL script so then I can apply using isql command prompt & the Script. Any body got any simple example to give...
visakan13
Offline Send Email
May 2, 2007
1:29 am
85737
... You seem confused on a couple of points. VB does not usually interact with iSQL. iSQL is just a client application that connects to the database server...
Adam
s3057043
Offline Send Email
May 2, 2007
4:11 am
85738
Yes, firebird fdb files are completely plataform independant! You just have to shutdown that file before making the copy. Best, Valdir ... From: David Wishnie ...
Valdir Marcos
valdirmarcos
Offline Send Email
May 2, 2007
4:14 am
85739
... Wow, resurrecting some old threads here. I think you will find that the files are only platform independent if you are moving between the same endianness...
Adam
s3057043
Offline Send Email
May 2, 2007
4:59 am
85740
Hello Sean, 500000 or more updates of the same record without reading is a problem for Firebird. Memoryusage increases fast and performance goes down. Creating...
michel_messner
Offline Send Email
May 2, 2007
8:07 am
85741
... isc_dsql_sql_info(...) Ivan...
Ivan Prenosil
iprenosil
Offline Send Email
May 2, 2007
8:56 am
85742
Hi ! How do we know the individual table sizes in a DB? Regards, Bala [Non-text portions of this message have been removed]...
Balagopal Karat
bkarat_topsys
Offline Send Email
May 2, 2007
9:01 am
85743
I have the following two selects that deliver the same resultset,at least as far as I can see, but then plan choosen for the second one executes much slower...
jstahl80
Offline Send Email
May 2, 2007
10:17 am
85744
... Try it with FB 2.0.1 Regards, Vlad...
Vlad Horsun
fbvlad
Offline Send Email
May 2, 2007
10:50 am
85745
... Why all these parenthesis, Joja? You have specifically told it to left join ch_daten to autrags_daten_run before joining to ch_daten and leaves the...
Svein Erling TysvƦr
svein_erling
Offline Send Email
May 2, 2007
11:00 am
85746
... The gstat tool (-a switch) can tell you how many pages each table takes up as well as the size of the data page. That should be a pretty close estimation. ...
Adam
s3057043
Offline Send Email
May 2, 2007
11:37 am
85747
... Isn't it the optimizers tasks to switch the things around to get the best performing plan whose output conforms to what I initially requested in terms of...
jstahl80
Offline Send Email
May 2, 2007
11:54 am
85748
... The table has 500,000 records and a total size of 2GB. Column1 and Column2 are integer fields and there is an index on Column1 alone and a compound index...
pokka_chi
Offline Send Email
May 2, 2007
12:36 pm
85749
I prepared a simplified example where the optimizer does not choose the optimal plan. The requested result is the same for each query, as far as I can see,...
jstahl80
Offline Send Email
May 2, 2007
12:48 pm
85750
... * You forgot to use ORDER BY Column1, Column2 clause. * How many records are there for Column1=1 ? Instead of ... where column1 > 1 ... try this one ......
Ivan Prenosil
iprenosil
Offline Send Email
May 2, 2007
1:07 pm
85751
with ZEOS components ?? ---->>>>> ydm.zquery.active:=false;; ydm.zquery.SQL.Clear; ydm.zquery.SQL.Add('update diario'); ydm.zquery.SQL.Add('set modo = 2, '); ...
giannifilippone
Offline Send Email
May 2, 2007
1:27 pm
85752
Thank you Adam for the info, My appology for not describing the question. You are absolutely right. What I ment was I need the syntax to write SP in iSQL....
Sivarasa Visakan
visakan13
Offline Send Email
May 2, 2007
1:37 pm
85753
Hi All, I'm not clear on the above and anyone that can give me any 'definitive answers' then much appreciated. One time the considered advice seemed to be that...
Tom Conlon
tomconlon8421
Offline Send Email
May 2, 2007
2:07 pm
85754
... That's it. Thanks! With information gleaned from the IB docs, ibase.h, and some code at http://www.krugle.com/examples/p-3ZxxoAKYIVuyghiJ/StatementBase.cs...
burmair
Offline Send Email
May 2, 2007
4:18 pm
85755
Is it better to UPDATE, detect 0 rows affected, then INSERT or INSERT, detect duplicate key, then UPDATE? The INSERT will succeed once, while the UPDATE will...
burmair
Offline Send Email
May 2, 2007
4:28 pm
Messages 85726 - 85755 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