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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 38477 - 38506 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38477
I checked the creation order. Both TDatabase and the IB_Connection is in a datamodule. Not sure how to check the real creation order, but the TDatabase is the...
trac_t2000
Offline Send Email
Apr 1, 2006
9:54 pm
38478
... You need to set the creation order in the form or datamodule. The order of appearance in the DFM has nothing to do with it - the DFM is just a "telephone...
Helen Borrie
helebor
Offline Send Email
Apr 2, 2006
2:32 am
38479
I checked the creation order in the data module. The IB_Connection is well after the TDatabase. And any IBO component is created after the IB_Connection. So...
trac_t2000
Offline Send Email
Apr 2, 2006
8:40 am
38480
... About all I can suggest is that you make a testcase reproducing the problem, using the standard databases in the Delphi db samples, so that someone can...
Helen Borrie
helebor
Offline Send Email
Apr 2, 2006
10:25 am
38481
i have an application that uses applyupdate with a TIBOQuery... i'd set the transaction object asosiated to AutoCommit and ReadCommited..but after that i...
Carlos García Tru...
cgar1136
Offline Send Email
Apr 3, 2006
8:55 pm
38482
I just started using the IBO Admin components to handle backing up a bunch of FB DBs. (Before I'd been calling gbak from code and waiting on the process ...
Toby Leonard
ygblows
Offline Send Email
Apr 3, 2006
10:40 pm
38483
... The IBOAdmin components invoke service manager operations, which use a different API than data access operations. The IBOAdmin components make their own...
Helen Borrie
helebor
Offline Send Email
Apr 3, 2006
11:52 pm
38484
... Don't call Post on a cached dataset! That totally defeats the purpose of caching. Caching is designed to *prevent* Post being called on any changes in...
Helen Borrie
helebor
Offline Send Email
Apr 4, 2006
12:13 am
38485
... Thanx Helen, i'll keep it in mind Best Regards Carlos G...
Carlos García Tru...
cgar1136
Offline Send Email
Apr 4, 2006
12:34 am
38486
There was a bug that is fixed in the latest of IBO 4.6Ab that may be related to this. If you would, please send me a little simple sample application ...
Jason Wharton
kylixguru
Offline Send Email
Apr 4, 2006
2:23 pm
38487
If you configure TIBOTable properly it won't require to have everything pulled into the buffers. It's not super-easy and it may not even be fully documented,...
Jason Wharton
kylixguru
Offline Send Email
Apr 4, 2006
2:45 pm
38488
Regarding the install problem. I've stripped out the TIB_OleContainer control. It was way too much headache to be worth it. All future versions of IBO will...
Jason Wharton
kylixguru
Offline Send Email
Apr 4, 2006
2:47 pm
38489
... It is appropriate to call Post on a dataset when CachedUpdates are in use. Calling Post is what posts the changes into the datasets cache of updates. What...
Jason Wharton
kylixguru
Offline Send Email
Apr 4, 2006
2:47 pm
38490
... It is the perfect component to simulate ISAM table access. ... You call InvalidateRows to wipe the buffer clean so that fresh records come from the server....
Jason Wharton
kylixguru
Offline Send Email
Apr 4, 2006
2:57 pm
38491
If there is a conflict on the ZLIB library some controls will not get loaded. I have a new version of the installer with the problem control stripped out. ...
Jason Wharton
kylixguru
Offline Send Email
Apr 4, 2006
3:01 pm
38492
Each of these methods do essentially the same thing except the result is placed either in the Fields array or the BufferFields arral. The nice thing about...
Jason Wharton
kylixguru
Offline Send Email
Apr 5, 2006
6:49 am
38493
Hi We have two apps. We want one app to tell the other to temporarily disconnect from FB, we can do this. However the other app may have screens open and...
Robert martin
chreos3
Offline Send Email
Apr 5, 2006
8:57 pm
38494
Hello, Robert! You wrote to <IBObjects@yahoogroups.com> on Thu, 06 Apr 2006 08:59:06 +1200: Rm> I know I could write code to reactive all these but it would be...
Dmitry Beloshistov
dmitrybelosh...
Offline Send Email
Apr 6, 2006
7:05 am
38495
Thanks Jason. I have already un-installed the update and just went back to the prior version that we have. I had to get some work done :-) I will wait for...
trac_t2000
Offline Send Email
Apr 6, 2006
3:50 pm
38496
Hi. Yeah I know, but with about 100 screens, many with multiple grids etc and not knowing which would be open, it would be a fairly major undertaking :) Rob...
Robert martin
chreos3
Offline Send Email
Apr 6, 2006
8:47 pm
38497
Olá, estou precisando de umas dicas referente o funcionamento do FireBird juntamente com o Interbase. Motivo: Pretendo converter minha aplicação de...
acauanribeiro
Offline Send Email
Apr 6, 2006
9:45 pm
38498
(Helping this fellow to get help in his own language!) Esta lista é apenas em ingles. Se preferir use uma lista em portugues: ...
Artur Anjos
arturanjos
Offline Send Email
Apr 6, 2006
11:23 pm
38499
Good day All 0-=0-=0-=0=-=-0 I have found a problem/bug with IBOQuery component if you use the locate method. Basically if your query is something like select...
Johannes Pretorius
johannespre
Offline Send Email
Apr 7, 2006
10:42 am
38500
Hi, In an IntraWeb application (developed by using components from AtoZedSoftware and TMSSoftware), I have a problem with TIWAdvWebGrid (interfacing with...
nols_smit
Offline Send Email
Apr 7, 2006
11:16 am
38501
I've submited this clause directly to FireBird 1.5 Server and it works fine: SELECT * FROM Doc WHERE descr like '%inclusão%' If I submit the same clause...
Roberto Freitas
rrssffreitas
Offline Send Email
Apr 7, 2006
2:24 pm
38502
Check your connection settings. Artur...
Artur Anjos
arturanjos
Offline Send Email
Apr 7, 2006
2:39 pm
38503
What about the other occurences of the same statement in IB_Components and maybe other source modules ? ... From: "Johannes Pretorius" <johannes@...> ...
Hans
ittybittypro...
Offline Send Email
Apr 7, 2006
2:58 pm
38504
OK, I've changed Connection Charset to WIN1252 and now transliterate error has gone away. But still persists another problem. There is a difference between ...
Roberto Freitas
rrssffreitas
Offline Send Email
Apr 7, 2006
3:16 pm
38505
hi Johannes, I'm sorry but from if not Prepared or not SQLIsValid then to if (not Prepared) or (not SQLIsValid) then absolutely nothing changes. The two...
Salvatore Besso
salvatorebesso
Offline Send Email
Apr 7, 2006
5:03 pm
38506
From: "Salvatore Besso" <s.besso@...> ... It could also be changed to : if not (Prepared and SQLIsValid) then All those statements are the same and...
Woody
woody_tmw
Offline Send Email
Apr 7, 2006
5:35 pm
Messages 38477 - 38506 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