Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File :...
IBObjects@yahoogroups...
Oct 2, 2007 9:58 am
42103
I was out in vacation since 22/Sept. Can someone tell me if the below patch (posted by Helen at 20/Sept) is actually the most up to date to solve the referred...
Jason, Did you get my e-mail with the test project that showed you a bug with EXECUTE BLOCK? Martijn Tonies Database Workbench - tool for InterBase, Firebird,...
I want to ask, if someone has a new Pipeline for Reportbuilder to use with TIB_DataSource. Sinc I updated to FB 2.01 and the latest IBO I have problems with ...
Are there any components for working with the FB 2.0 services API? I have the IBOAdmin components but they only seem to support FB 1.5, or is there a new ...
... I haven't used them before Alan so I may be doing things wrong. To start with I want to use TIBOSecurityService to set up my user accounts, but I don't ...
... apart from the obvious (e.g. servername property..) make sure you use cpTCP_IP ansd set the params as 'user_name=SYSDBA' 'password=masterkey' then set the...
... [JLW] Add this line of code below. ... You have failed to provide IBO the proper indication that there has been DML executed that awaits a commit or a...
... Use the TIB_Cursor component and include the FOR UPDATE clause so that you do not have pre-fetched records buffered up and throw off your progress update...
For a design question I need to dump a TClientData component with 3000 records in a database table. I use a combination of TClientDataSet + TProvider +...
Use stored procedures ... From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of kokok_kokok Sent: 03 October 2007 12:25 To:...
Yes, I use SP when I can, but in this case, I have the data in memory for design questions, then I need to dump it from the TClientDataSet to a database table....
... How do you manage to insert into a dataset that has RequestLive set to False? Are you passing the insert parameters to an executable stored procedure? ...
Hi all, I am trying to find out how I can achieve the TBlobField-functionalities in IBO. In our application we do have some blob-fields that are being...
Glenn, ... The equivalent functionality is all there and in most cases it is transparent. If you are working directly with the blob stream instance you just...
... What worked in the BDE should work the same with the IBO TDataset components. ("Native" IBO handles blobs differently...) Can you describe the problems...
... I guess so, Jason...it's not highlighted in the classes that need converting. Although (to my utter surprise) TIBOBlobStream is declared and implemented in...
... Alan, I have been working on other issues and its been a bit hard lately because I'm still stuck in the middle of moving. So, I am hindered some for the ...
... It should be mentioned in the conversion guide, we need to fix that. What's more likely the case is compiler directives are suppressing it from being...
You might try putting an INSERT statement into the InsertSQL property so that it will use the same parameterized statement for each insert. Also, you will...
Martijn, ... I'm guessing that you are using a TIBOQuery? (Please remember to always specify which component.) ... Only if the statement prepared actually is a...