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 32099 - 32128 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32099
i have a BeforeInsert trigger with this lines in it... G = 'CREATE GENERATOR "SAL_' || NEW.MOS_ID || '"'; EXECUTE STATEMENT G ; when i insert a new record and...
cgar1136
Offline Send Email
Aug 1, 2004
11:04 pm
32100
... You should remove this processing altogether from the trigger. Using EXECUTE STATEMENT to create metadata is unsafe even in stored procedures but, in a...
Helen Borrie
helebor
Offline Send Email
Aug 2, 2004
1:41 am
32101
Hi I use TIBOTable in Delphi 5 with Firebird 1.5, sometimes with automatic fields definition and most of the time with permanent fields (best of all would have...
henry FRANQUET
henry49fr
Offline Send Email
Aug 2, 2004
2:51 pm
32102
Jason, You are right. I rebuilt the dll in D7 and it came out at 11800 Kb, more like what one would expect. There were a bunch of new .dcu files appeared in...
Walter Ogston
walterogston
Offline Send Email
Aug 2, 2004
6:00 pm
32103
What causes the E_Record_Not_Located_For_Update error? It seems to occur after entering one record when I try to insert another one....
ra8009
Offline Send Email
Aug 2, 2004
6:17 pm
32104
Thanks for your help on this, Hans. I revamped my query along the lines you suggested and it is indeed faster. My big problem, however, turned out to be just a...
Ron Roberts
verocoder
Offline Send Email
Aug 2, 2004
6:24 pm
32105
... I have no idea what you mean by this! :-) ... I think it would be *possible* to do this, by querying the table rdb$user_privileges at application startup...
Helen Borrie
helebor
Offline Send Email
Aug 2, 2004
11:43 pm
32106
... It happens when the user tries to access another record in the dataset while a pending inserted or updated row in the control has no values in its unique...
Helen Borrie
helebor
Offline Send Email
Aug 3, 2004
12:00 am
32107
... I meant, of course, that the cell text turns white (on a white background). Has anyone else seen this? Cheers, Steve...
sdbeames
Offline Send Email
Aug 3, 2004
12:14 am
32108
CREATE TABLE dep ( id_dep INTEGER NOT NULL, name VARCHAR(50) NOT NULL, CONSTRAINT dep_pk PRIMARY KEY (id_dep) ); COMMIT; CREATE TABLE person ( id_person...
Mihai Chezan
gsmcq
Offline Send Email
Aug 3, 2004
6:50 pm
32109
Found no problem and I'll email you my little test. Test1: MasterDetail link via a Generator Test2: MasterDetail link a 50 char field. I prefer to use the...
Hans Hoogstraat
ittybittypro...
Offline Send Email
Aug 3, 2004
7:42 pm
32110
Hi I have several timers running which refresh grids after calling stored procedures to update tables to show current stock status etc. If stock is low a...
Peter Chaisty
pchaisty
Offline Send Email
Aug 3, 2004
9:37 pm
32111
Hi When closing ClientDataSets and Applying updates, sometimes the client freeze. When tracing, it seems that IBO indeed does close the query as it should, but...
Jens Holtsmark
jens_holtsmark
Offline Send Email
Aug 3, 2004
10:00 pm
32112
Does anybody have practical general experience with using Datasnap and IBO in conjunction? Is this a good combination that works great? Or should I choose...
Jens Holtsmark
jens_holtsmark
Offline Send Email
Aug 3, 2004
10:11 pm
32113
... In Interbase/Firebird the field name max length is 32 chars how did you manage to get a 50 char field??? ... If I'm correct there is no way to change the...
Calin Pirtea
pcalin
Online Now Send Email
Aug 4, 2004
12:36 am
32114
... On second thought you can use masterparamlinks to link using your own parameter and change the query to use a parameter. Calin. Medisys Australia Pty Ltd ...
Calin Pirtea
pcalin
Online Now Send Email
Aug 4, 2004
12:39 am
32115
IBO is not as fine tuned with the MIDAS/DataSnap stuff as IBX is. It is merely due to the fact that I don't personally use DataSnap and have a harder time...
Jason Wharton
kylixguru
Offline Send Email
Aug 4, 2004
3:16 am
32116
I have not seen this. The CursorGrid is a pretty thin wrapper on top of the TStringGrid it descends from. I suspect it wouldn't be hard to root out the problem...
Jason Wharton
kylixguru
Offline Send Email
Aug 4, 2004
3:21 am
32117
Wait a minute here, are you using a TIB_Grid with a TIB_Cursor? That is not supported. Jason Wharton ... From: sdbeames [mailto:s.beames@...] Sent:...
Jason Wharton
kylixguru
Offline Send Email
Aug 4, 2004
3:23 am
32118
... did you use my test case? (click on "Run" then click on "Open detail") ... I know about masterparamlinks but that doesn't help. With master links when you...
Mihai Chezan
gsmcq
Offline Send Email
Aug 4, 2004
9:15 am
32119
... Yes, with IBO you need to regard it as a problem if you have column identifiers longer than 24 characters. Firebird identifiers simply can not exceed 31...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2004
10:06 am
32120
... No, that was just a typo in my first post....it's definitely a TIB_CursorGrid. I'll just use the TIB_Query & TIB_Grid for now, which works fine. Thanks, ...
sdbeames
Offline Send Email
Aug 4, 2004
10:29 am
32121
Hello, I'm trying to the following scenario to work, but I'm finding that the second transaction magically causes the first transaction to rollback! Scenario: ...
Mark Pickersgill
mpickers2000
Offline Send Email
Aug 4, 2004
11:24 am
32122
... thanks for your reply I only mean that on a TIBODataset when I don't define any field, fields are automatically defined on opening, but when I define ...
henry FRANQUET
henry49fr
Offline Send Email
Aug 4, 2004
1:20 pm
32123
... Hmm, the first question I have to ask is why you think you have to lock the lookup record? (After that, there would be more questions and some comments!!)...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2004
1:24 pm
32124
... Why? Why doesn't ibo names the parameters (the ones that it automatically generates) param1, param2, ... Doing so there would be no problem. ... No. I...
Mihai Chezan
gsmcq
Offline Send Email
Aug 4, 2004
1:56 pm
32125
... No. You pulled this out of context. hb...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2004
1:58 pm
32126
Context is allocating sales against a stock-sheet. The lookup is the stock-sheet number that contains count information regarding a product. eg Stock sheet...
Mark Pickersgill
mpickers2000
Offline Send Email
Aug 4, 2004
1:58 pm
32127
... simple ... replication ... I agree and have had a glance to replication tools : ibphoenix ibreplicator have too high fees and I am studying 2Plus...
henry FRANQUET
henry49fr
Offline Send Email
Aug 4, 2004
2:40 pm
32128
... OK, I think the first thing you have to let go is your belief that a lookup is the way to implement this 1:1 relationship. "Lookup" is really a ...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2004
3:03 pm
Messages 32099 - 32128 of 44319   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