I successfully connect to Firebird (V1.53) on a server using a TIBODatabase component via VPN over the internet. I can then successfully prepare and open a...
Thanks Helen. I don't think it is just a matter of slowness. I get a permanent wait even if the query is on a table with a couple of fields, a couple of ...
As far as I understand IBO ideology, in this case it is necessary to use 4 instances of "CLASSES" dataset. One dataset per each tib_lookupcombo. It as...
Ramil has completed a hotfix with 28 fixes encompassing four units to address some known problems that showed up in his changes to add support for Firebird 2.0...
Hello Folks To get data say from TIB_Query to the more traditional TIBOQuery requires TIBOQuery.AssignSQLWithSearch(TIB_Query). If I understand things right, ...
To use more than one TIB_LookupCombo's referencing the same table I use a different alias for each instance of the field and map my KeyLinks using the aliases...
hello Helen, ... I sent two batch of changes to Jason, the first in mid July where I corrected some problems in at least all IBO bars that were not accepting ...
... First, I think you have a typo. AssignSQLWithSearch can be used in runtime. OK? And it assigns the SQL, where clause other settings in stead of you having...
... Suppose the table consists of Class_ID integer primary key Class_Description varchar(50) The structure of your query will need to be select Class_ID,...
hi, i have a problem for using TIB_LookupCombo: i have a table (items) that consist 2 fields (itemno, itemname) when items fills with data like this: itemno...
Hi Just checking. We are looking at getting copies of Turbo Delphi Pro, are there any issues with installation if IBO in this environment? -- Rob Martin ...
... If the user types in 'c', incremental search will not find 'C'. Perhaps this is your problem? ... It has been described oh-so-many times in this list....
... It's an unknown, really. Until someone actually gets it, there's no way to know what it supplies. If it is just repackaged Delphi 2006 it should be OK,...
Oh That might be a bit of an issue with us. You see we are using an old version of IBO and D6. Both of which we are planning on updating. However as we have...
The FAQ at http://www.borland.com/us/products/turbo/index.html states (cut and paste from various places): "The Turbo Explorer and Professional editions are...
Hello all, This message is for those who have downloaded the hotfix to IBO 4.6Bc for testing: The function TIB_Column.GetRelAliasName in the original hotfix ...
In IBObjects 4.6 Bc, TIBODatabase does not work when the Path property is set to an existing GDB file on the local maching and the Protocol property is set to...
Hello Remy, Your problem is using FireBird2 with old client library. Here is excerpt from Firebird 2.0(RC4) Release Notes: Windows Local Connection Protocol...
... Helen will probably correct this. I only use cpTCP_IP even on local machines - because of problems with the 'local' protocol. I seem to recall that the...
Hi Dany I understand what you are saying... Was probably a dumb question anyway James N Hitz ... From: Dany M To: IBObjects@yahoogroups.com Sent: Monday,...
My clients are getting the following exception on thier systems as reported to me by EurekaLog... Module : IBO40CRT_D2006.bpl Type : EIB_ISCError Message:...
... It indicates that a Windows socket error has occurred (WSAECONNRESET 10054 Connection reset by peer.). It happens, broadly speaking, if the network...
Hello Sean, It is definitely network issue. I have exactly reproduced that problem. Having connected to the remote server I have torn off network connection. ...
... I always had a lot of trouble with getting grid editing to work consistently unless I made sure every column had a dropped editor control (to replace the...
... thanks - but it appears my settings are as I need them if I just add a popup menu F2 shortcut to the grid which just sets IB_Query.Edit; then all is as I...
Thanks in advance for any assistance. Tried to install to Turbo Delphi and the install to IDE failed with "another installation of IBO is pending" or something...