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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 43448 - 43477 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43448
... Not yet... I am still working on it but time is pinched. Jason...
Jason Wharton
kylixguru
Offline Send Email
Jan 1, 2009
5:15 pm
43449
I am moving from TIBOTables to TIBOQueries. Using TIBOTables, there is apparently some work done behind the scenes after a POST is performed and apparently...
jackmason7
Offline Send Email
Jan 2, 2009
4:26 am
43450
... No, you're a bit confused here I think. The behaviour you're talking about is AutoCommit and it has nothing to do with table vs query components. It is a...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2009
5:11 am
43451
Hi all, I wrote a test application wich creates some threads, each one with a TIB_Session, TIB_Connection, TIB_Transaction and TIBOQuery, all created inside...
personalsoft_fabiano
personalsoft...
Offline Send Email
Jan 3, 2009
1:59 am
43452
I rewrote the test application to simplify it, and i´m posting the code and the result times here. I put the database in a remote server to get larger...
personalsoft_fabiano
personalsoft...
Offline Send Email
Jan 3, 2009
3:01 am
43453
... There are so many variables in what you are testing that it is hard to know where to start. The first thing you must understand is that unless you did this...
Geoff Worboys
gworboys
Offline Send Email
Jan 3, 2009
5:42 am
43454
Hello, I have problem with Characteristics, DB->Characteristics.dbServer_Major_Version, when I try get this information, I get Access Violation, is this same,...
grzegorz.chmielewski
grzegorz.chm...
Offline Send Email
Jan 3, 2009
9:42 am
43455
Hi Grzesiek, ... If you can (I've not used BCB2007, it is a long time since I have used BCB at all) try placing a breakpoint inside ...
Geoff Worboys
gworboys
Offline Send Email
Jan 3, 2009
10:30 am
43456
Where can I get source code of one IBO example how to make multiuser database access...I need link or something?I work on Delphi 5... ...
Adam
coderefectory
Offline Send Email
Jan 5, 2009
7:27 am
43457
... Any of the projects in the Samples folder of your IBO installation will do. If you are doing 2-tier client server, one instance of your client application...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2009
7:51 am
43458
====================================================================== My classic program looks like this: *DBConectionModul* ... (TIB_Connection,...
Adam
coderefectory
Offline Send Email
Jan 5, 2009
9:17 pm
43459
... I don't like this sort of structure at all, where the GUI layer is jumbled together with the data access layer. I put all of the data access stuff,...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2009
10:47 pm
43460
- Is there available of ClientDataSet component in IBO ? - What will be replacement component for ClientDataset in IBO if current application using...
Eddy K
eddy988
Offline Send Email
Jan 6, 2009
7:06 am
43461
Sorry, my question goes to wrong thread, please ignore previous question. Here, I restart again with new thread - Is there available of ClientDataSet component...
Eddy K
eddy988
Offline Send Email
Jan 6, 2009
7:10 am
43462
... There is no such. Just use the TClientDataset of the VCL. HB...
Helen Borrie
helebor
Offline Send Email
Jan 6, 2009
7:16 am
43463
FB 1.5 Embedded, IBO 4.8.6, D2007, Various Windows OS I am trying to track the details down on this, but thought I would ask to see if anyone else is seeing...
eddressel
Offline Send Email
Jan 7, 2009
12:41 pm
43464
I know there's a variety of different forums that I could post this on, but since I use IBO, I figured this would be the best place to start... I have an...
Joe Martinez
jmartine3
Offline Send Email
Jan 7, 2009
3:57 pm
43465
As I am working through this, in backing up a larger database (+100 ... Debugger Exception Notification ... Project trak.exe raised exception class...
eddressel
Offline Send Email
Jan 7, 2009
11:41 pm
43466
Looks like the TDataset IBO components are not respecting the setting of "Blank is null" in the columns where it is checked. []s Cantu ...
Carlos H. Cantu
warmbooter
Online Now Send Email
Jan 8, 2009
12:46 pm
43467
I downloaded and ran IBO4_8_7_Eval.exe today and when I tried to compile any of the projects, I was told that IB_Parse.dcu is not found. I do have a...
jeffmarin2003
Offline Send Email
Jan 8, 2009
7:53 pm
43468
Hi... I have a weird problem. When I use the command: TIB_Query1.Close; TIB_Query1.SQL.Clear; TIB_Query1.SQLSelect.Clear; Arriving in SQL.Clear the error...
o_espiao1
Offline Send Email
Jan 11, 2009
1:09 pm
43469
... Why did you have to clear the SELECT part of your SQL, after your cleared all the SQL? You don't need the error line. "TIB_Query1.SQLSelect.Clear;" delete...
Joao Henrique Levada
joaolevada
Offline Send Email
Jan 12, 2009
12:32 am
43470
... I have to clean up because the selection is assembled at runtime....
o_espiao1
Offline Send Email
Jan 14, 2009
5:23 pm
43471
Good day New be to IB The following works with Access, not IB What will be the correct why? If RadioButton2.Checked = True Then IBTable1.Sort := 'EMAIL ASC'; ...
hostdelphi
Offline Send Email
Jan 15, 2009
11:55 am
43472
... That's because you are using the IBX components and Sort is a method of the TADODatasets (the IBX dataset doesn't have that method). ... Well, this is not...
Helen Borrie
helebor
Offline Send Email
Jan 15, 2009
12:27 pm
43473
From: "Helen Borrie" <helebor@...> ... Embarcadero is now the owner of Delphi. The Borland website will point you to the new newsgroup server where...
Woody
woody_tmw
Offline Send Email
Jan 15, 2009
2:03 pm
43474
Is there any way to prevent transactions from automatically starting? I want to be able to run in an environment where I am responsible for starting and...
Stephen Boyd
sboydlns
Offline Send Email
Jan 21, 2009
8:42 pm
43475
Turn AutoCommit off and or just issue your own StartTransaction before the start of any database opereations. IBO will not start its own in that case. ... ...
Hans
ittybittypro...
Offline Send Email
Jan 21, 2009
8:58 pm
43476
I know that issuing my own StartTransaction will prevent IBO from starting another one, but what I want is for IBO to throw an exception if I forget to issue...
Steve Boyd
sboydlns
Offline Send Email
Jan 21, 2009
9:03 pm
43477
To avoid missing a start .. if not IBODatabase.InTransaction then IBODatabase.StartTransaction before ever database operation ... From: "Steve Boyd"...
Hans
ittybittypro...
Offline Send Email
Jan 21, 2009
10:03 pm
Messages 43448 - 43477 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