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...
Show off your group to the world. Share a photo of your group with us.

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 39321 - 39350 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39321
... I ran into this a long time ago. The answer I got from Jason is that this is by design. GetText is an event of the dataset/source and that does not know...
Dany M
dmarmur2002
Offline Send Email
Aug 1, 2006
12:57 pm
39322
Hi Helen ... Yes. It is our 'server application' and it runs on the same machine as the DB & FB Server. ... Connection is via TCP/IP and NOT by local host....
Robert martin
chreos3
Offline Send Email
Aug 1, 2006
9:07 pm
39323
I forgot to tell everyone that I've gone out of town for a while. Things have been hectic and I've not been able to get internet service as I had liked. I...
Jason Wharton
kylixguru
Offline Send Email
Aug 2, 2006
3:15 am
39324
Hello Ib04.6b fb2.0rc3 d2006 I am redesigning an old application in preparation of the fb 2.0 release. On one form there are about 30 Tib_storedproc components...
nxciro
Offline Send Email
Aug 2, 2006
3:29 am
39325
... It needs to be clearly understood that you don't use tib_dsql for running SPs that are designed to return (and subsequently display) data. Use a proper...
Helen Borrie
helebor
Offline Send Email
Aug 2, 2006
4:34 am
39326
Hello, I had a problem with FB 1.5.3, that crashed, when inserting 50 records. Using TIBOQuery: StartTransaction; ... Inserting, InsertTriggers ... ...
scr0546
Offline Send Email
Aug 2, 2006
2:46 pm
39327
... CommitTransaction ????????????????????? That's not a method, it is a property setting of TIB_Import. ... Low memory....
Helen Borrie
helebor
Offline Send Email
Aug 2, 2006
3:04 pm
39328
Hello Helen, thanks for your quick response. ... is a ... I know, it was just pseudo-code. ... I'll pay attention to, but I think that can't be the reason. (1...
scr0546
Offline Send Email
Aug 2, 2006
4:55 pm
39329
... It will be the cause of the error but you need to do the forensics to find what is making it happen. The clues are 'Too many savepoints' and the CPU...
Helen Borrie
helebor
Offline Send Email
Aug 3, 2006
12:02 am
39330
Hi, ... It might be related to using "soft commits" aka "commit retaining" over a long period of time without using "hard commits" (simply "commit") from time...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Aug 3, 2006
5:57 am
39331
Hi there, I want to extract only Triggers from a Database with a IB_Metadata-Component. I set the Entity etTrigger to true; lTrigger := TStringlist.Create; ...
ronald_greven
Offline Send Email
Aug 3, 2006
11:19 am
39332
... Nothing's wrong. Triggers don't exist outside the context of tables. Helen...
Helen Borrie
helebor
Offline Send Email
Aug 3, 2006
1:28 pm
39333
... The TIB_Metadata stuff was written with object heirarchy in mind. Triggers (I considered) to belong to tables (as do constraints, indexes etc). So if a...
Geoff Worboys
gworboys
Offline Send Email
Aug 3, 2006
1:36 pm
39334
Hi Geoff, many thanks for your fast help. This really solve my problem. I don't need dependencies, cause I check them by myself. Many thanks.. Ronni...
ronald_greven
Offline Send Email
Aug 3, 2006
2:04 pm
39335
Hiya, I have an app where I create a decent size database using an TIB_Script component. Works like a champ. On a slower machine, however, it takes a while...
Antti Kurenniemi
smantti73
Offline Send Email
Aug 3, 2006
3:07 pm
39336
From: "Antti Kurenniemi" <Antti@...> ... progress ... What about the OnStatement event? It should be called for each separate DDL statement that is...
Woody
woody_tmw
Offline Send Email
Aug 3, 2006
3:35 pm
39337
Please, which Jason's email? Magno [Non-text portions of this message have been removed]...
magnoscosta@...
o_espiao1
Offline Send Email
Aug 3, 2006
8:22 pm
39338
Hello Helen, thanks for your support. (Besides - your book is great and did help me often :-) The background, why I discuss the problem in this group: I had my...
scr0546
Offline Send Email
Aug 3, 2006
11:41 pm
39339
... Here lies your problem. ... This should be the other way around. Use explicit transactions; use Autocommit only in special circumstances. And, if you...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2006
12:15 am
39340
... I tried it, but got nothing (it doesn't seem to get executed at all). Maybe there's something else I need to do for it to work? Antti Kurenniemi...
Antti Kurenniemi
smantti73
Offline Send Email
Aug 4, 2006
4:17 am
39341
Antti, ... Show the code that you have inserted into this event handler. Helen...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2006
5:03 am
39342
A fast solution that i have used was to use a few TIB_Script components and progress bar that triggers between those scripts. ... TIB_Script ... takes a ... ...
radevojvodic
Offline Send Email
Aug 4, 2006
6:16 am
39343
Hi, does anyone use IBO 4.6Bc ? I installed it in D7 and D2006 and in IB_Queries, no inner join works. I get the message "Field not found" for the selected...
Elmar Knoerzer
bamberger_mo...
Offline Send Email
Aug 4, 2006
9:35 am
39344
Hi Magno! If you have problems with IBO or Firebird, the best places to get help are on this list and firebird-support@yahoogroups.com respectively. Some ...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Aug 4, 2006
10:49 am
39345
Hello Set I don't have possessions in IBO. I have a license trustware supplied months ago for Jason. However I changed my version of Delphi, before it was the...
magnoscosta@...
o_espiao1
Offline Send Email
Aug 4, 2006
12:09 pm
39346
... Please contact me privately. I will try to set you up. Use email address hborrie --AT -- ibobjects.com Helen...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2006
2:01 pm
39347
I get the same problem with D2006 and TIBOQuery. I also get a exception with "Invalid KeyLinks entry:..." even though the keylink is the primary key of the...
Sean Palmer
seanpalmer49
Offline Send Email
Aug 4, 2006
2:34 pm
39348
... For a joined set, you need (at least) the PKs of both tables. Helen...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2006
3:09 pm
39349
I do, I have the following SQL in a TIBOQuery... SELECT LOCATION.LOCATION_ID, ... LOCTYPLU.LOCATION_TYPE, LOCTYPLU.TYPE_NAME FROM LOCATION INNER JOIN LOCTYPLU...
Sean Palmer
seanpalmer49
Offline Send Email
Aug 4, 2006
3:36 pm
39350
I do not know if this is relevant by you have a typo: LOCTYPLU.LOCATION_TYPE LOCTYEPLU.LOCATION_TYPE ________________________________ From:...
carl.mcknight@...
carlmcknight
Offline Send Email
Aug 4, 2006
3:46 pm
Messages 39321 - 39350 of 44315   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