... Jason, I just looked at your source code and this is what I found in IBODataset.pas: tmpS := UTF8Decode( tmpS ); Is that what you mean? tmpS is declared as...
Some days ago, I downloaded the IBObjects components for testing. I have one problem with Interbase/Firebird databases and I want to know if it is possible to...
Our database works great in windows. When our IT guy learned that firebird works in linux, he offered to set us up a linux server As this was something clients...
... Undefined service opt/visiondb/VISION.FDB/tcp looks wrong. On the Linux host, the service should be defined (in /etc/services) as gds_db/tcp..... ... ...
... Don't use table components (or unlimited queries) for a client/server database. Use a query with a WHERE clause to limit the rows to only the ones that...
Hi After upgrading IBObjects (to version 4.8.6) a while ago we noticed the the browse screen from the Ib_UtilityBar has a nice new feature. when browsing...
We are using IBObjects 4.6bc We use IBOServices.pas to Add Users, backup and Restore. This in turn uses IB_Header which defines Tisc_service_attach = function(...
... I use other ports all the time. I think you'll find it's the other way around, the IB_Connection already uses port so the service manager access is ...
Hi! Well, a long time ago, back in Firebird version 1.0, I've ported one application of mine to use with FB. The intention was to get used to FB. For some...
... Hmm. it is more like what you have that shouldn't be there! It looks as though you have some flotsam there from the IBO 3 era, when the units were all...
I suspect it is nothing to do with IBO. Your errors all seem to be about variants, and I think between D5 and D7 Borland put all the variant functionality...
Hello, i need to create a lot of procedure for import some different XML file with their Xsd schema into Firebird 1.5 database tables. I use C++Builder5 and...
Helen and Roger, thanks for your time. I mean it. ... This seem to be true. Before I posted this message, some units I wrote myself had the same compiler error...
... Would you please open your project in Delphi 7, look at the Version property of your IB_Connection object (IB_Connection or IBODatabase) and report back...
Hello everyone, im new to this discussion group and to IBO. I've recently been developing an application using IBO and Firebird and i've acome across come...
... That's right, because the data you get from a SP is manufactured data. It doesn't have any links back to the tables it came from. ... Well, first figure...
Hello again and first of all let me apologize for not signing my name in the last post, it was in fact rude of me! My name is Luis Semedo Duarte, and im a...
Luis, ... You are forgiven. :-) ... That is indeed where a SSP comes in useful - as long as you understand that there is no way to reach the underlying data by...
Hi Helen, i need to make a procedure into my application who can read files in Xml format and populate some different tables in Firebird database. My customer...
Hi, After install IBObject in my C++ Builder 5, I have all components correctly installed in IDE, but when I try to make a project, the linker shows me an...
... This list is about the IB Objects data access components, which only work in Delphi (C++ Builder or ObjectPascal). ... Delphi 7 has VCL components for it....
I use a view formed by 2 tables. By default, it is read/only but I added the corresponding triggers for insert, delete and update. Then, in my project, I use...
... Actually, the real problem (for your architecture) is that IBO has no way to know the RowsAffected, since it is reading a derived data that is many steps...
Hello, how are you? Regarding your last post i tried to do the following: A TIBOQuery that on the SQL property has "SELECT * FROM SSP(:Param)"; On that same...
... Normally i always check and debug the SQL code in IB_SQL. And i done it this time too. But no error was reported it just compiled and runned fine! After...
... Normally i always check and debug the SQL code in IB_SQL. And i done it this time too. But no error was reported it just compiled and runned fine! After...
Would you please open your project in Delphi 7, look at the Version property of your IB_Connection object (IB_Connection or IBODatabase) and report back here. ...