I am trying to purchase a renewal of my IBO subscription on www.ibobjects.com so I can get the Delphi 2010 version. (My current subscription expired a few...
Good day -=00-=0-= We have a problem with the current version of IBO we have (4.9.7) we also notice in the release notes that it is not addressed (If we missed...
Excuse for my bad English. I have a editable TIB_Query. Select o.OrderID, o.customerID, C.Name From orders o Join customer c on (c.customerID = o. customerID) ...
Hi Jason, I've spent my spare time over the last two weeks or so working on building a unicode version of IBObjects v4.8.7 (also integrating fixes from the...
Jason, Geoff and "community", please allow me to make some totally non-technical comments about this. I guess Geoff is the only other person (beside Jason)...
Hello Carlos, It is nothing new. A) Unicode Version I have written mostly the same to Jason about a year ago. I was no big deal to make a first unicode...
Hi Andeas! Seems that we have one more guy with IBO source knowledge ;) I really would like to see a join of efforts instead of independent works being done,...
... Hmmm... definitely took me longer than 2 days and only for the core package at this stage - and I am still not convinced that I am finished. Yes I based...
... One... issue that may exist is that in my update I have integrated a fairly major change... something I discussed with Jason back in Feb 2008. This change...
GW> The problem for other developers is that this change may GW> complicate their upgrade process a bit. Yep, a bit more work for upgrading, in exchange of...
Geoff, ... This sounds like something that would definitely help me reach my current pending milestone for the 4.x branch. I will take a look at your efforts...
Carlos, ... Actually, I do have others that are quite helpful at times who demonstrate significant abilities to get inside the IBO code base and assist. ... ...
... Are you still using that version you produced? When I evaluated what I needed to do it looked unavoidable to me to make a version of IBO in D2009/D2010...
... I think any major changes such as this that will force painful migration of legacy apps should go into IBO 5.x. The IBO 4.x branch will be maintained for...
JW> Actually, I do have others that are quite helpful at times who demonstrate JW> significant abilities to get inside the IBO code base and assist. I'm glad...
Carlos, ... Yes, exactly, this is most appreciated by me when others do this. There are many instances where people have asked me to make little changes in IBO...
Carlos, I would like to add, it is important to me that all who contribute to IBO get proper recognition. That is why in each unit file I have provided a ...
... Hmmm... I was not really trying to do anything that you were already working on. From your previous posts, and from the way that v4.9 was altered, it did...
... These are important points that highlight the need to make clear what I have been doing... I have been working on a version of IBO that fits my needs. ...
Geoff, ... Let me try and clarify. Both IBO 4.x and IBO 5.x should work with all of the character sets that Firebird/InterBase support. The difference between...
... I would argue that IBO 4.x has only ever worked with single-byte character sets, certainly not all IB/FB support. This is not a criticism of IBO, it was...
... I have seen the same in python code (KInterbasDB). ... Most work is done by the firebird client lib. If the connection string is utf8 we get all bytes of...
Hello, does IBObjects work with any edition of Delphi 2010, or is the professional or even architect edition a requirement? I couldn't find even the slightest...
Daniel Albuschat
d.albuschat@...
Mar 19, 2010 8:25 am
44555
Hi, I need to do a data consolidation between 2 tables with same structures. What component can I use to da that ? Thanks, Marcos...
Marcos, ... I recommend you add a column SYNC_ID and then write a stored procedure that receives all the records from one table (via a PULL rather than a PUSH)...