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 43088 - 43117 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43088
My Software has an option to archive older data to an read-only marked database which may be stored to a CD or DVD. I created a Viewer program using IBObjects...
drseltsam2008
Offline Send Email
Aug 4, 2008
11:22 am
43089
... The above shouldn't be the reason why it is failing on a read-only database. Drop a TIB_MonitorDialog component onto your form, connect it with your ...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Aug 4, 2008
3:25 pm
43090
Hi All, Is it me or just what I am configuring? I am using a field that is just Time. I add a field to my form that is just TIB_Edit. I then set the...
Steve Fields
stevefields24
Offline Send Email
Aug 4, 2008
5:28 pm
43091
Did anyone here already need to extract the FB version and fbclient.dll version using IBO? I could not find a property or method for that... if it really...
Carlos H. Cantu (Team...
warmbooter
Online Now Send Email
Aug 4, 2008
7:50 pm
43092
As a matter of fact regarding FB version - Jason did - his tool IB_SQL shows server version - page Connection subpage Characteristics. Regarding client library...
Marcin Bury
marcinbury
Offline Send Email
Aug 4, 2008
8:03 pm
43093
Thanks Marcin! I will check IB_SQL code. []s Cantu (Membro do TeamFB - FireBase) http://www.warmboot.com.br FireBase - http://www.FireBase.com.br Blog -...
Carlos H. Cantu (Team...
warmbooter
Online Now Send Email
Aug 4, 2008
8:11 pm
43094
... Connection.Characteristics (TIB_ConnectionCharacteristics) ... The client is running in the outside world, not in the engine. It might not even be a DLL...
Helen Borrie
helebor
Offline Send Email
Aug 4, 2008
10:19 pm
43095
I have set up a TIB_ComboBox inside a TIB_Grid. It works an looks good when I run the program on XP or in vista if the Color Scheme is Windows standard. If I...
ervin_sarok
Offline Send Email
Aug 4, 2008
10:32 pm
43096
HB> The client is running in the outside world, not in the engine. HB> It might not even be a DLL (might be a HB> different native interface like .NET provider...
Carlos H. Cantu (Team...
warmbooter
Online Now Send Email
Aug 5, 2008
12:25 am
43097
... worked ... following ... D.RDB$DEFAULT_SOURCE ... fails ... everything ... do, ... in ... database. ... your ... kind of ... TIB_Transaction, ... Hi...
drseltsam2008
Offline Send Email
Aug 5, 2008
5:31 pm
43098
Hi! [snip] ... The statement above fails and leads to the error message. I have no idea why, possibly it is related to using RDB$DB_KEY in the statement,...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Aug 5, 2008
6:13 pm
43099
... Btw, it's the where clause. For example, changing the where clause to WHERE RDB$DEFAULT_SOURCE IS NULL allows me to execute the query with IBO and FB 2.1....
Thomas Steinmaurer
iblogmanager
Offline Send Email
Aug 5, 2008
7:04 pm
43100
... the ... database ... to ... work ... Yes I just tried it again: I created a complete new database file, just with one table create table test ( test...
drseltsam2008
Offline Send Email
Aug 5, 2008
7:43 pm
43101
... Btw, do you have an database properties at connection level like ForcedWrites, ReservePageSpace, ... set to non default values? This will reproduce the...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Aug 5, 2008
8:27 pm
43102
... in ... clause ... statements ... file, ... the ... That's it! I set the CharSet-Property of TIB_Connection-Component to ISO8859_1 (because I always do this...
drseltsam2008
Offline Send Email
Aug 6, 2008
6:09 am
43103
... in ... clause ... statements ... file, ... the ... That's it! I set the CharSet-Property of TIB_Connection-Component to ISO8859_1 (because I always do this...
drseltsam2008
Offline Send Email
Aug 6, 2008
6:14 am
43104
... Setting the character set should be able for read-only databases. ... So this really sounds like a Firebird bug to me. I know also can reproduce this issue...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Aug 6, 2008
8:29 am
43105
... RDB$DB_KEY ... only ... it, ... time. ... to ... The ... in ... v2.1 ... devel ... Good work, thank you for your coporation. I opened an issue at the ...
drseltsam2008
Offline Send Email
Aug 6, 2008
8:48 am
43106
We have our own application-specific replicator that I wrote. I am having a strange problem. I have a transaction, which is attached to the local replicator ...
Joe Martinez
jmartine3
Offline Send Email
Aug 7, 2008
3:27 pm
43107
... Consistency rules - as designed! Once the engine has detected that one of the connections is dead, any multi-database transactions that comprise any...
Helen Borrie
helebor
Offline Send Email
Aug 7, 2008
9:39 pm
43108
I'm trying to create a table (if it doesn't exist) and populate it, all inside a transaction. If any of the data isn't kosher, I want the table to be rolled ...
Toby Leonard
bahoo212003
Offline Send Email
Aug 8, 2008
9:30 pm
43109
I don't believe it is possible to create a table and populate that table within the same transaction. You are using Firebird 2.1, I believe it supports...
Jerry Sands
jerry_a_sands
Offline Send Email
Aug 8, 2008
11:16 pm
43110
... Not possible. ... As designed. DDL statements perform a number of "under-the-hood" operations on commit...until the commit, the "object" is nothing but an...
Helen Borrie
helebor
Offline Send Email
Aug 9, 2008
12:38 am
43111
This procedure is implemented: procedure TIBOQueryDataLink.CheckBrowseMode; begin if Dataset.State <> dsInsert then if FIBDataset.Active then ...
kgdonn
Offline Send Email
Aug 12, 2008
3:11 pm
43112
I am wondering if anyone is using IBO and Report Builder 10.x in Code Gear's Rad Studio 2007 (Delphi 2007)? If so which IBOPipeline are you using? I have tried...
russellbelding
Offline Send Email
Aug 13, 2008
12:28 am
43113
You can use TIBOQuery with the standard TppDBPipeline. IBOQuery is a wrapper for TIB_Query, so speaking about performance, there will be almost no difference. ...
Carlos H. Cantu (Team...
warmbooter
Online Now Send Email
Aug 13, 2008
12:40 am
43114
... Hi Russel, I'm using IBO with RB 10.06 in D2007. The pipeline I'm using is a few years old but working well. I've put it here for you (and others) to...
Markus Ostenried
macnoz
Offline Send Email
Aug 13, 2008
1:24 am
43115
Reply below ... ... Many thanks Carlos for this prompt reply. I tried your idea and it works here. I did not know this. Thanks for sharing. I have two large ...
russellbelding
Offline Send Email
Aug 13, 2008
1:46 am
43116
... Code ... able ... http://rapidshare.com/files/136917257/IBOPipeline_RB10_D2007.zip.html ... Thank you Markus for this prompt reply, your advice and file. I...
russellbelding
Offline Send Email
Aug 13, 2008
1:48 am
43117
Hi I am trying to use the TIBOBackupService. I have copied code from another app that uses it successfully but am getting the following error. 'Interbase...
Robert martin
chreos3
Offline Send Email
Aug 13, 2008
3:02 am
Messages 43088 - 43117 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