Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

IBObjects · IB Objects support list

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2274
  • Category: Databases
  • Founded: Jan 14, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Is it possible to get a non-eval version of the latest IBO beta code? I don't see it on the download page when I login to the community site. Thanks! Toby -- ...
1 Jan 8, 2007
6:11 pm

Toby Leonard
bahoo212003
Send Email

Hello. Helen previously helped me with the following line of code, and this was just what I needed then. IBOQuery1.AssignSQLWithSearch(IB_Query1); This was...
1 Jan 8, 2007
11:38 am

Adrian Wreyford
ajwreyford
Send Email

Hi, I love learning curves but at my age I don't have time to go through unproductive ones so would you help me to know exactly what I need (database tools,...
2 Jan 8, 2007
3:52 am

Kevin Stanton
rdbsnw
Send Email

Dear All, i do have a problem and not know if it is my problem actually: I'm using IBO just for my hobby, so i'm not so experienced. Sorry for this. I do have...
4 Jan 7, 2007
5:01 am

Helen Borrie
helebor
Send Email

Dear All, i do have a problem and not know if it is my problem actually: I'm using IBO just for my hobby, so i'm not so experienced. Sorry for this. I do have...
1 Jan 5, 2007
1:04 pm

Enrico Cima
enricocima
Send Email

I am experiencing some persistent memory leak issues and although they seem to be related to IBObjects, they are undoubtedly because I am not following a...
1 Jan 5, 2007
2:39 am

jrodenhi
Send Email

I have a two tier FireBird based application using IB Objects 4.5...What would be the best way to handle network connection loss and how to reconnect? I have...
5 Jan 4, 2007
3:06 pm

Markus Ostenried
macnoz
Send Email

Is there any reason why the openclientlibrary is NOT made public? // This was a sub-procedure of AcquireOriginalHooks but Delphi6 (at least) // does not like...
2 Jan 2, 2007
12:08 pm

Alan McDonald
metaalan
Send Email

Hi All, My new requirement is that i have to programitically backup my firebird database . I tried using IBOAdmin's backup service but found that it shows a...
16 Jan 2, 2007
2:15 am

Alan McDonald
metaalan
Send Email

Sir, I want to change the Firebird user password through D5 without using the GSEC utility. In the security database "security.fdb" the password is stored in...
6 Jan 1, 2007
1:10 pm

Paul Vinkenoog
neckarelzer
Send Email

Hi, Iam developing a 3-tier app. Although I'm new in this tecnology, i.ve developed several client/server apps. This is the scenario: in the middle-tier I 've...
17 Dec 29, 2006
10:05 pm

Helen Borrie
helebor
Send Email

Hi, with 4.6Bc my TIB_Query generates a wrong statement when used with filter Filter := 'MA=''' + FMA + ''&#39;'; the SQLQuery is: select kun.zentrale as zentrale,...
4 Dec 29, 2006
7:26 pm

Wolfgang Rohdewald
wrwrwrde
Send Email

I am using Delphi 6 professional with IBO version 4.7.beta.12. When I try to compile an application which includes the unit IBF_Status, I get the above...
1 Dec 29, 2006
4:09 pm

horstphil
Send Email

Hallo, ich bin bis einschließlich 07.01.2007 nicht im Haus und kann Ihre Nachricht frühestens am 08.01.2007 bearbeiten. In dringenden Fällen wenden Sie sich...
1 Dec 29, 2006
9:54 am

HEIN. - Hein, Thomas
HEIN@...
Send Email

I'm using 4.7 Beta 12. Here's a code fragment: q := TIBOQuery.Create(Application); try with q do begin DatabaseName := StartupDM.dbCompany.DatabaseName; ...
2 Dec 28, 2006
4:25 pm

mspencewasunavailable
mspencewasun...
Send Email

IB_SQL_IBO_4_7_Beta12.exe, using 'Execute Script', fails to execute the script, which in turn is simular to the output of 'Extract MetaData DDL' SET TERM ^ ; ...
3 Dec 28, 2006
4:36 am

Hans
ittybittypro...
Send Email

Hello, I get two emails after posting to the list … From: postmaster@... Mensagem não autorizada ... Palavra (the) proibida no campo Subject ... ...
2 Dec 27, 2006
9:22 pm

Helen Borrie
helebor
Send Email

I have the following setup IB_QueryANIMAL Select ANIMALNAME, ANIMALID from ANIMAL (simplified) IB_QueryPHOTOS Select ANIMALPHOTOANIMALID, ANIMALPHOTO,...
4 Dec 27, 2006
1:14 pm

Helen Borrie
helebor
Send Email

Fieldnames between Master and Detail don't have to be the same using TIBOQueries. I can send you an example, if you wish :) ... From: "Helen Borrie"...
1 Dec 27, 2006
7:05 am

Hans
ittybittypro...
Send Email

How can I get automatic (or programmatic) completion of the foreign key field when inserting a detail row if the field name is different to the master key...
2 Dec 27, 2006
6:26 am

Helen Borrie
helebor
Send Email

Hi! Really sorry to be such a PITA on this one. But I have come up with one more thing that confuses me. I have done a small test case with a simple stored...
5 Dec 27, 2006
4:42 am

Dany M
dmarmur2002
Send Email

Hi all. Is there a way to draw the odd lines in a TIB_Grid using OnGetCellProps and, at the same time, ignore the column that is the OrderingItemNo of the...
1 Dec 27, 2006
4:38 am

fabiopandin
Send Email

Hi everyone, can anyone give us an objective comparison between IBObjects and FIBPlus ? witch is the best? the most stable? Best regards...
1 Dec 27, 2006
12:09 am

bluex_scf
Send Email

Hello everyone, I took over a project which accesses firebird through IBO. I used to do this via IBX. Now I see no way to switch the project "easy" to...
12 Dec 26, 2006
2:08 am

niegil_firebirddev
niegil_fireb...
Send Email

Arno forwarded me this: SELECT dt.* FROM (SELECT r.RDB$RELATION_NAME, rf.RDB$FIELD_NAME FROM RDB$RELATIONS r JOIN RDB$RELATION_FIELDS rf ON...
11 Dec 24, 2006
5:30 pm

Hans
ittybittypro...
Send Email

Hello Jason, If of interest, I emailed you a version of IB_SQL which shows the line number and character position of the cursor in all TMemo edit screens, by...
1 Dec 24, 2006
3:30 am

Hans
ittybittypro...
Send Email

Hello Jason, As promised, I sent you privately a Memo editor demo with all options from TMS software It seems to everything you need Just load a MetaData SQL...
1 Dec 22, 2006
2:36 am

Hans
ittybittypro...
Send Email

I have a table containing just 8 fields, however there may be upto several million data records within this table. I need to bring the record set back in...
14 Dec 21, 2006
10:53 pm

Jason Wharton
kylixguru
Send Email

Hi, I inherited a database where they created a blob field as type 2. I have to live with it for the moment. I need to store an XML schema in the field. I...
5 Dec 21, 2006
9:05 pm

Jason Wharton
kylixguru
Send Email

Hi Jason When working on a yearplanner for a new software release, I inadvertently used IB_DateTimePicker, instead of IB_Date. When trying to insert a record,...
4 Dec 21, 2006
8:23 pm

Jason Wharton
kylixguru
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help