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 42100 - 42129 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42100
Hello everyone I am wondering if anyone out here could help me connect to a firebird database using ibo / remobjects Thanks Duleep...
Duleep
geocalicut
Offline Send Email
Oct 1, 2007
2:16 pm
42101
Json, Have you had a chance to look at my example app? WRT the CtrlGrid painting? Alan...
Alan McDonald
metaalan
Offline Send Email
Oct 2, 2007
1:23 am
42102
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...
Send Email
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...
Carlos H. Cantu (Team...
warmbooter
Offline Send Email
Oct 2, 2007
1:47 pm
42104
Hi Jason, I'm trying the following: INSERT INTO CUSTOMERS ( COMPANY_NAME, CONTACT_FIRSTNAME, CONTACT_LASTNAME, CONTACT_MIDDLENAME ) VALUES ( ''...
Martijn Tonies
martijntonie...
Offline Send Email
Oct 2, 2007
2:38 pm
42105
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,...
Martijn Tonies
martijntonie...
Offline Send Email
Oct 2, 2007
2:42 pm
42106
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 ...
Helmut Steinberger
kittikira
Offline Send Email
Oct 2, 2007
6:33 pm
42107
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 ...
Tom Munro Glass
tommunroglass
Offline Send Email
Oct 2, 2007
9:58 pm
42108
... the IBOAdmin components work fine for me with FB2 (all builds). What's your issue with them? Alan...
Alan McDonald
metaalan
Offline Send Email
Oct 2, 2007
10:10 pm
42109
... 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 ...
Tom Munro Glass
tommunroglass
Offline Send Email
Oct 2, 2007
10:51 pm
42110
... 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...
Alan McDonald
metaalan
Offline Send Email
Oct 2, 2007
11:11 pm
42111
... Many thanks Alan - setting up Params was the crucial detail I was missing. Tom...
Tom Munro Glass
tommunroglass
Offline Send Email
Oct 2, 2007
11:51 pm
42112
... I definitely plan to get this fixed as soon as I can. Thanks, Jason L Wharton...
Jason Wharton
kylixguru
Offline Send Email
Oct 3, 2007
3:16 am
42113
... [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...
Jason Wharton
kylixguru
Offline Send Email
Oct 3, 2007
3:17 am
42114
... 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...
Jason Wharton
kylixguru
Offline Send Email
Oct 3, 2007
3:17 am
42115
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 +...
kokok_kokok
Offline Send Email
Oct 3, 2007
11:24 am
42116
Use stored procedures ... From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of kokok_kokok Sent: 03 October 2007 12:25 To:...
lgauton
lgautonxx
Offline Send Email
Oct 3, 2007
12:09 pm
42117
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....
kokok_kokok
Offline Send Email
Oct 3, 2007
12:16 pm
42118
I update 10 million plus records daily - only effective method I have found is stored procedures - any other method is just too slow ... From:...
lgauton
lgautonxx
Offline Send Email
Oct 3, 2007
12:29 pm
42119
... 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? ...
Helen Borrie
helebor
Offline Send Email
Oct 3, 2007
1:06 pm
42120
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.detollenaere
glenn.detoll...
Offline Send Email
Oct 3, 2007
10:20 pm
42121
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...
Jason Wharton
kylixguru
Offline Send Email
Oct 3, 2007
10:40 pm
42122
... What worked in the BDE should work the same with the IBO TDataset components. ("Native" IBO handles blobs differently...) Can you describe the problems...
Helen Borrie
helebor
Offline Send Email
Oct 3, 2007
11:15 pm
42123
Jason, I don't suppose that your attempts answer this are stuck in your mail system somewhere? Alan...
Alan McDonald
metaalan
Offline Send Email
Oct 3, 2007
11:33 pm
42124
... 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...
Helen Borrie
helebor
Offline Send Email
Oct 3, 2007
11:58 pm
42125
... 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 ...
Jason Wharton
kylixguru
Offline Send Email
Oct 4, 2007
12:32 am
42126
... 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...
Jason Wharton
kylixguru
Offline Send Email
Oct 4, 2007
12:34 am
42127
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...
Jason Wharton
kylixguru
Offline Send Email
Oct 4, 2007
12:37 am
42128
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...
Jason Wharton
kylixguru
Offline Send Email
Oct 4, 2007
1:06 am
42129
Martijn, ... If I did I don't recall. It's possible it didn't make it to me. Please send it again so I will for sure have it. Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
Oct 4, 2007
1:07 am
Messages 42100 - 42129 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