Hello, we have a big problem. (IBObjects - Version 4.2.Ie) We use a TIBOQuery, a TIBOTransaction, a TIBODatabase and a TDataSource Component in our project. It...
That's it... just wondering that if i could backup/restore a database from the IB_SQL tool that could be a great help and a big administration tool, simple,...
We have been using IBO and Firebird for several years in a product that we release to our customers each Fall. Some customers have multiple releases (each...
... Correct. ... Yes. ... Not predictable. However, moving from 1.0 to 1.5 is a major step. This question is similar to asking whether problems would occur...
... IB_SQL - besides being a handy set of tools - was written by a number of contributors as a showcase of the IBO components. The source code is distributed...
This item will be important to anyone currently using the AlterUser procedure to maintain Firebird usernames and/or passwords from an IBO application. ...
My users have been reporting Fatal Error messages when they are running our Delphi application. The error in a nutshell is: "No process is on the other end of...
Helen, thanks for your extensive advice. I did some more digging and see that around October of 2003 you tried to get the FB developers to make the parameter...
The first issue of "The InterBase and Firebird Developer Magazine" is published. It is a free electronic magazine in PDF. You can download the first issue and...
<OffTopic> ... Helen, could the ReleaseNotes for Fb/1 be merged into _one_ document? I realize that someone (you?) will have to do some extra work, but a...
... It's happening. The aim is to convert everything to XML. Currently we have the sources in a variety of doc formats, for a variety of reasons that have...
... Sounds like a Windows networking message. (cpNetBeui protocol). Did you apply a service pack to Windows? ... On the (sparse) info provided, this has no...
Hi, I am using IBO 4.5Ai Delphi 6 ent. and FastReport 3.16 I open Fast Report in design mode then from menu I click > Report > data then when I select a...
... I'm afraid that will I have a working FR2.5 and a test FR3 setup, I've not been bothering with all the updates from FastReport. I think that things have...
I am currently using FR 3.14 (with D6 Pro, IBO 4.5A? - not sure about the exact IBO release I have my own bits in there) with no apparent problems. Because I...
... to work ... that there ... I've Delphi 6 pro, IBO 4.5.Ai, Fr 3.16_5, Win2000sp4, and I've not that error. I did not had it with "stable" 3.16" also. I...
... problems have ... all ... directory - we ... Delphi ... successfully ... the ... IBO40VDT_C6.BPL, ... which ... why 'bcbsmp60' ... the 'required' ... Well,...
... Given that Builder is now obsolete :( You will have to learn a lot of basic stuff ! The file you need to open is IBO40FRT_C6.BPK, and add bcbsmp60.bpi from...
It appears from Jason's messages and from the IBO source code that IBO attempts to dymamically determine the parameter ordering. If this is so, and is working...
... While I was using 3.12 and IBO 4.3 there were no such problems. Everything was ok. When I upgraded to vers 4.5Ai this error occured. I am thinking that the...
... I dont think that is it. I am using IBO 4.5A? with FR 3.14 with no apparent problems. I am fiddling with FR 3.16 now, since I see that they have some...
""Marco Menardi"" ... I did it and now it is working properly. This shows that I didn't clear all the frx related files from harddisk while installing a new...
I have a simple table. name ...... picture ... what control and what method I can easyly apply for inserting/updating a picture in the field "picture"? Anyone...
I observe an Integer Overflow Exception after 32769 calls to the same stored procedure with IBObjects.
Is this replicatable on other systems as well?
Is this...
I need to allow users to select subcategories for a record based on key values. So I imagine a lookup combo with the possible values to select. But sometimes...
Hi there, SavePoint method does commit retaining, and I believe the old records created from SavePoint were prevented garbage collection, and so we are...
... Are you also getting GDSCode 335544663, "Too many executions of the same request"? This used to occur after 1024 executions but in either Fb 1 or Fb 1.5...
... Yes. InterBase and Firebird never give back disk space to the operating system. However, sweeping frees up the space that was occupied by the garbage...
In general, SUSPEND should be used with selectable stored procedures, i.e. those you call using a TIB_Cursor or TIB_Query with the statement SELECT "refno"...