hello Jason, first of all Happy New Year to all and thank you for your quick reply. ... No, as said in my previous message the procedure scans a table with a ...
... Helen, thank you for the clear explanation. The exception was due to the code in the afterpost event that, indirectly, changed back the dataset state to...
Antonio Avrini
antonio@...
Jan 1, 2004 4:20 pm
29040
Hi there! I Need to now when can I access to IBO Community with Trustware, because in source.ibobjects.com(....) I see a message of new system to access that....
Héctor Mansilla
hectormansilla@...
Jan 2, 2004 3:09 am
29041
Hello, I use the TIB_SchemaCache to readout the fieldNames of a database table. How can I find out their FieldTypes(Integer/VarChar...) and FieldLength ? Hm,...
Can anyone direct me to any in-depth information on getting started with database replication and IBO objects/Interbase. I want to accomplish two things. 1....
I've noticed that the new version of IBO now populates the origin under all circumstances. I use this field for the same purpose that IBO does to store the...
... The IB_RPL.dpr project in your IBO root directory is a complete simple replicator project in itself. Look at all the IB_RPL* bits and pieces for scripts,...
working with tib_cursor's & tib_query'ies - how to check, is dataset empty? query has IsEmpty, but curson doesn't - have tried RowNum, but this failed ;) how...
Hello, I have just spent an inordinate amount of time just to make a simple demo program work. Its particularity was that I had two IB_Session components on a...
Hi Gediminas, ... IsEmpty is introduced in TIB_BDataset because it doesn't make much sense for non-buffered datasets. The only way to find out if the set is...
Hi everyone, We've noticed two errors when using the TIBOStoredProc component with Interbase 5.6 - sometimes we will get a sqlda error when running a stored...
Matej, M> How to "tell" TIBODatabse that I "want" to use fbclient.dll instead of M> gds32.dll? unit usefbclient; interface implementation uses IB_Constants; ...
... If you have the source code, you can replace the value in the constant IB_GDS32. If not, create a new unit IB_SetLibFb15.pas as below (any name you prefer)...
Hello, please how can I reconnect do DB (FB1.5 RC7) when the connection has been lost? I implemented an TIBODatabase.OnError event, where it looks a bit like...
we have a sbs2003 server running firebird 1.03.972, and has been fine till we restarted it over xmas, now when we use IBOdatabase connection or anything come...
... It would be ok, but I'm working with the generic class (it handles cursor & query): bool CanEdit(TIB_Dataset * pDataset) { ...... } If I would use...
Hello, Has this problem been resolved? I am assuming this is a selectable SP? How many records are returned, 1 or more. What does the SP's DML look like? How...
Hi, ... Please post your problem on the Firebird-Support group. It is off-topic for IBO, since it isn't related to IBO. -- Best regards, Daniel Rail Senior...
Hello Luc, ... Does this also work _before_ you have tried to fetch records, i.e. before using (API)First or Last? How can the Cursor know it's EOF if it...
Hi, I'm using IBO and RaveReport for build my report, but it seems to be very slow to print using IBO components. I did tests using Dbxpress and it's works...
Hello again, ... I tried out the "Bof and Eof" test on a cursor of mine. It works, but _only_ if you explicitly Open the cursor first. Normally you don't do ...
Hi Paul, ... Of course I'll do a FIRST first ;-) In fact it always looks like: with myCursor do begin if not Prepared then Prepare; First; if EOF AND BOF then ...
Hello Luc, ... Ah - I see: First behaves differently from APIFirst in this respect. After APIFirst on an empty dataset, Eof is true but Bof false. Anyhow,...
Hi Gediminas, ... Wrong. I tested with APIFirst and assumed First would give the same result. But as Luc wrote (and I just verified it -- never trust a fellow...
... The test would be pointless. Presumably, you want to know whether the query returns one or more rows. There is no buffer for IB_Cursor so all you really...
... Please send a private request with a read receipt activated. I don't get to them every day. I expect people will make do with the evaluation version until...