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

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 31668 - 31697 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31668
Thank you for replying so quickly to my post, but you still haven't answered to my question: will there be support for 2 transaction in ib_query (one for the...
Mihai Chezan
mcq@...
Send Email
Jul 1, 2004
8:30 am
31669
... to ... forum ... component ... Having now looked at the source for this component (in IBC_DateTimePicker.INT), I can see that it is not fully implemented. ...
bamber12001
Offline Send Email
Jul 1, 2004
10:01 am
31670
... No. One IB_Query cannot be in two transactions. That isn't an IBO limitation: it's a database rule. What FIBPlus does, it starts a NEW transaction when it...
Helen Borrie
helebor
Offline Send Email
Jul 1, 2004
11:14 am
31671
... You'd have to do that in the database, using a trigger, if you actually want to *store* date and time as separate values. If you want a timestamp split...
Helen Borrie
helebor
Offline Send Email
Jul 1, 2004
11:29 am
31672
Thank you for taking the time to answer to my post. My question from the first post was answered. ... That's not what I want. I want the view to reflect DML...
Mihai Chezan
mcq@...
Send Email
Jul 1, 2004
4:42 pm
31673
It is the same as for TUpdateSQL component. See Delphi help on this. Jason Wharton ... From: Steve Harp [mailto:steve@...] Sent: Wednesday, June...
Jason Wharton
kylixguru
Offline Send Email
Jul 1, 2004
6:31 pm
31674
Use the SQLWhereChanged property. It's job is to let you know prior to opening the query if any search criteria has been applied during the OnPrepareSQL phase....
Jason Wharton
kylixguru
Offline Send Email
Jul 1, 2004
6:35 pm
31675
I'm having a problem with the TIB_UpdateBar component. The glyphs on the buttons are invisible. I am NOT using custom glyphs. Everything was fine before,...
jmartine3
Offline Send Email
Jul 1, 2004
6:48 pm
31676
Try removing it and putting a new instance of it on your form. Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
Jul 1, 2004
9:27 pm
31677
I'm pretty sure I'd already tried that, but I just tried it again, and no dice. The bar is still blank. -Joe...
Joe Martinez
jmartine3
Offline Send Email
Jul 1, 2004
10:01 pm
31678
Hello Friends... Would he/she like to know in if anybody possesses some function to shoot an error message to the user in case other user is Editing a certain...
eversonclei
Offline Send Email
Jul 2, 2004
1:42 am
31679
I think the FireBird data base engine it self with an Exception Message in a on a before insert/update/dele trigger on your registration may have your...
Hans Hoogstraat
ittybittypro...
Offline Send Email
Jul 2, 2004
3:22 am
31680
... Yes, that's it. Problem fixed. Many thanks again Helen....
andygarneruk
Offline Send Email
Jul 2, 2004
7:03 am
31681
I had this problem some years ago. It was a grafic driver problem. Try to turn off / down the hardware acceleration and see what happens. Andreas ... [Non-text...
Andreas Hesse
fisch50de
Offline Send Email
Jul 2, 2004
7:39 am
31682
I can see that my where params on sql update statements only use the key fields. Is it possible to make it use all fields? in order to make it impossible to...
jensdein
Offline Send Email
Jul 2, 2004
8:43 am
31683
... They only need the key fields. InterBase and Firebird never do field-level updates. ... You misunderstand how an update works. The update will be update...
Helen Borrie
helebor
Offline Send Email
Jul 2, 2004
9:28 am
31684
Hi Vahan, ... I don't know if anyone has made such a listing. But for the differences between InterBase 6.0, Firebird 1.0 and Firebird 1.5 you can consult the...
Paul Vinkenoog
neckarelzer
Offline Send Email
Jul 2, 2004
10:25 am
31685
Hi Helen, ... earlier). ... distributed model? Not distributed but merged. Borland provided a TLocalConnection (had better be named TNoConnection) component to...
constantijnw
Offline Send Email
Jul 2, 2004
11:07 am
31686
Hi, ... I think it would be possible to use 2 separate transactions. But, there might be some limitations/complications and would require some work, to make it...
Daniel Rail
danielrail
Offline Send Email
Jul 2, 2004
12:10 pm
31687
I'm sorry - I'm still a bit confused. I tried to set the properties on the transaction as you suggested. Isolation = tiCommitted RecVersion = False LockWait =...
jensdein
Offline Send Email
Jul 2, 2004
1:04 pm
31688
... By "Save" do you mean "Post and Commit"? You can never prevent overwriting of others' work once it is committed, if your transaction is newer than the one...
Helen Borrie
helebor
Offline Send Email
Jul 2, 2004
1:21 pm
31689
... overwriting ... than the ... partial ... change that. Perhaps confusing is that Jens wrote about getting exceptions from FB/IB when user B changed a record...
constantijnw
Offline Send Email
Jul 2, 2004
1:37 pm
31690
... properties on ... instances ... record and ... got no ... the ... IBO ... or I ... it?? ... not ... new ... database ... the ... That was my point exactly!...
jensdein
Offline Send Email
Jul 2, 2004
1:57 pm
31691
Hello, Would he/she like to know how to create Indexes in the database Firebird and with applying this index in a SQL to return the data of a register of...
eversonclei
Offline Send Email
Jul 2, 2004
4:18 pm
31692
I'm really interested in this answer. As you can get from the first Helen answer, seemd that there was some sort of "magic" for preventing locks in FB, but I...
Marco Menardi
mmenaz
Offline Send Email
Jul 2, 2004
5:15 pm
31693
... That doesn't really make sense. As I said, it's not a runtime problem, but something that's being compiled into the executable that's different. Once...
jmartine3
Offline Send Email
Jul 2, 2004
8:23 pm
31694
... rows ... by ... And how is this taken care in IBO? ... attached ... And how do you see the result in the read-only TIB_Query? Do you call TIB_Query.Refresh...
gsmcq
Offline Send Email
Jul 2, 2004
10:21 pm
31695
hello Helen, sorry to be so late in answering to your post. I have made as you suggested, that's to say call TIB_Column.FocusControl before raising the ...
Salvatore Besso
salvatorebesso
Offline Send Email
Jul 3, 2004
11:37 am
31696
Hi, ... It hasn't been implemented in IBO, and I don't know if Jason will implement it. ... Yes, I do a refresh. If I would have the TIB_Query.FetchWholeRows ...
Daniel Rail
danielrail
Offline Send Email
Jul 3, 2004
1:13 pm
31697
... I'm a little disappointed for that. ... The problem with refresh is that if a user scrolls the grid from record 1 to record 500 and you then issue a...
Mihai Chezan
gsmcq
Offline Send Email
Jul 4, 2004
10:17 am
Messages 31668 - 31697 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