Search the web
Sign In
New User? Sign Up
IBObjects · IB Objects support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 39560 - 39589 of 44317   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39560
Hello all, I have noticed this as well. if you do a "select from non_existing_table" for example and trap the exception with the usual "on e:exception do begin...
Magni Thor Mortensen
magni_hbi
Offline Send Email
Sep 1, 2006
9:42 am
39561
This is probably an elementary misunderstanding on my part. I am converting a VCL BDE app to Firebird. All old controls have been converted appropriately in...
George
morph197
Offline Send Email
Sep 1, 2006
12:27 pm
39562
... No, it really doesn't do anything. TIBODatabase already has an embedded transaction, which is a TIBOTransaction. Compare this model (which is there for...
Helen Borrie
helebor
Offline Send Email
Sep 1, 2006
2:12 pm
39563
... with ... transaction ... model ... TIB_Transaction ... single ... a ... and ... default ... controls, ... don't ... IBODatabase. ... Many thanks - I think....
George
morph197
Offline Send Email
Sep 1, 2006
9:02 pm
39564
... If you have the source to 4.6.Bc you can change line 8300 in IBODataset.pas from if ( ErrorMessage.Count > 5 ) then to if ( ErrorMessage.Count > 7 ) then ...
Magnus Johansson
trans_x2001
Offline Send Email
Sep 2, 2006
7:48 am
39565
Maybe I worked to long but I have no clue how to solve this ! How can I count (in Firebird SQL) the number of rows returned by this query ? (I need to use this...
Frank
frankybkk
Offline Send Email
Sep 2, 2006
8:41 am
39566
... I think something like select count(distinct v1.auto_id_customer) FROM V_TRANSACTIONS v1 WHERE v1.INV_DATE > '01/01/2006' and (select...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 2, 2006
1:56 pm
39567
... the ... I tried this one already, but on a table with approx. 1000 records it take more then 20 secs. - not really handy .... Seems like Firebird does not...
Frank
frankybkk
Offline Send Email
Sep 3, 2006
4:28 am
39568
Hi again, Frank! I don't believe a query on a table with a mere 1000 records to take more than 20 seconds, but your "table" starts with "V_" so I assume it is...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 3, 2006
1:18 pm
39569
1) The TIBOQuery I'm using has the following items set (I've redacted some of the fields for brevity): RequestLive = true OnMacroSubstitute = (a global routine...
mspencewasunavailable
mspencewasun...
Offline Send Email
Sep 3, 2006
6:22 pm
39570
Dear List I've taken the bold step to upgrade from FB1.5.3 to FB2RC4 Now I need to know if my backup-restore module written into my software, using IBO, and...
Adrian Wreyford
ajwreyford
Offline Send Email
Sep 3, 2006
8:15 pm
39571
... Don't use macros to try to define parameters - use the correct syntax, viz. WHERE SESSION_ID = :session_id Architecturally, it's a bad decision in any case...
Helen Borrie
helebor
Offline Send Email
Sep 4, 2006
12:56 am
39572
... It should; but one of the highly important purposes of working with beta software (as Fb 2.0 RC4 is) is to test such things. I'm curious about the...
Helen Borrie
helebor
Offline Send Email
Sep 4, 2006
1:18 am
39573
... syntax, viz. ... provide "static" ... it ... prepared. ... alter ... BeforePost event. I see what you're saying, but the SESSION_ID *is* static. It's set...
mspencewasunavailable
mspencewasun...
Offline Send Email
Sep 4, 2006
3:31 am
39574
... No. But this isn't the same thing. When you use a macro in an SQL statement, you're saying "Every time you process this statement, run the macro in place...
Helen Borrie
helebor
Offline Send Email
Sep 4, 2006
4:22 am
39575
... other ... of) ... re- ... Man ... SQL ... run ... *string* ... that ... for ... that ... anticipate. ... I understand perfectly well what you're saying....
mspencewasunavailable
mspencewasun...
Offline Send Email
Sep 4, 2006
2:06 pm
39576
And the winner (not who I expected at all) is: "A call to Q.ClearFields made in the AfterInsert event handler." If I had to guess, I say that the BDE didn't...
mspencewasunavailable
mspencewasun...
Offline Send Email
Sep 4, 2006
3:41 pm
39577
... ibobject now ... not ... IBODataset.pas ... I have taken the line of least resistance and put a break at line 8298 of IBODataset.pas. Inspecting...
George
morph197
Offline Send Email
Sep 4, 2006
5:02 pm
39578
The problem is that UserExceptIndex isn't initialized. Putting "UserExceptIndex := 0;" above line 8299 fixes the problem. but I have no Idea why SQLCODE = -836...
Magni Thor Mortensen
magni_hbi
Offline Send Email
Sep 4, 2006
5:34 pm
39579
Hi All, It seems that after I changed server from IB7 to FB2 RC4 IB_Events stopped working. Has anyone tried it. (I have an app that worked on IB7 with...
radevojvodic
Offline Send Email
Sep 5, 2006
7:19 am
39580
What properties must i configure to get the fastest as posible IB_Cursor??... the data are just readonly and all the records in the cursor are nedded.. i just...
Carlos García Tru...
cgar1136
Offline Send Email
Sep 6, 2006
12:17 am
39581
... What do you mean by "better performance"? Is your routine slow? IB_Cursor fetches each row one-by-one. If "performance" means speed, you are measuring...
Helen Borrie
helebor
Offline Send Email
Sep 6, 2006
1:16 am
39582
i'm implementing an OLAP application, so with a TIB_Cursor i get some data from the DB and fill some non DBAware controls with that information... these are...
Carlos García Tru...
cgar1136
Offline Send Email
Sep 6, 2006
1:37 am
39583
... If you have the source code you can check how Jason did it. The reads in SchemaCache.pas (if that is the name, do a search) *should* logically be ...
Dany M
dmarmur2002
Offline Send Email
Sep 6, 2006
5:20 am
39584
... Define "slow", and show us some exerpts of your code. Several things may slow things down, if the database has a huge number of tables and fields, then IBO...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Sep 6, 2006
7:31 am
39585
because it wants its DataSource to be connected to a TTable descendant. I looked into using TIB_LookupCombo, but *that* doesn't seem compatible with TIBOTable...
mspencewasunavailable
mspencewasun...
Offline Send Email
Sep 6, 2006
3:40 pm
39586
Thanx Dany... I was digging in the source code of IBO, and found that Jason use TIB_SchemaCursor in those queries... should i use TIB_SchemaCursor for my query...
Carlos García Tru...
cgar1136
Offline Send Email
Sep 6, 2006
6:37 pm
39587
... I can see he used a TIB_Dataset (parent of TIB_Cursor). This will have less functionality than TIB_Cursor and would (theoretically) perfor somewhat faster...
Dany M
dmarmur2002
Offline Send Email
Sep 6, 2006
9:31 pm
39588
... No. They are two distinct series of components. TIBO* components are VCL-control-compatible via TDatasource; TIB_* components are "native IBO" and are...
Helen Borrie
helebor
Offline Send Email
Sep 6, 2006
10:17 pm
39589
... No, this is more or less the right way to retrieve a single value or a singleton row. The syntax in the above code isn't quite right, though, you should...
Helen Borrie
helebor
Offline Send Email
Sep 6, 2006
10:35 pm
Messages 39560 - 39589 of 44317   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help