... I didn't and I don't...Note, my comment said IF it was you... ... I haven't made any sort of accusation. ... There is no implication that you were the...
... of course you are absolutely right. But why did you throw that "if it was you" at him/her and at nobody else? For me this sounds if not like an accusation...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File : /Demo...
IBObjects@yahoogroups...
Mar 1, 2008 1:42 pm
42740
Hi Group, Does anyone know (as i just bought Rad Studio 2007) what IBO version i should be using. As we are currently on Delphi 7 using IBO 4.5B and it kinda...
If you create your own package source files, etc. and port it yourself it will likely work just fine. There aren't generally any complexities when moving to a...
... OK, with the latest IBO version it turned out a bit more complicated. It's a long time since IBOAdmin was updated so we need to use a couple of little...
... It's MY CASE!!! but not for the answers. I have a master-detail form, with both grids... I only OPEN (both) querys on showform, and no close them until...
Hi Jason, Thanks for the reply, what i should have said was:- Is the latest version of IBO made for Rad Studio 2007 (Delphi) and can i purchase it ? I vaguely...
Colin, ... Yes. You can get it here http://community.ibobjects.com ... The installer is greatly improved. It should be as simple as running the installer. ......
... I have followed all the rules you gave me and my app works very stable. Now however I need to make my user interface more responsive. I decided to do some...
Hello, I have a problem with objects, remaining in use. IBO 4.5 Firebird 2.0 I have one DB connection in application, separate transaction and querys on each...
Aurimas ÄŒernius
aurimas@...
Mar 6, 2008 9:43 am
42748
... Not a happy combination. IBO 4.5 doesn't support the new features that came with Firebird 2 and above. ... It is meant to happen. Once a SP or trigger is...
Hello, ... OK, I'll have this in mind. But I'm not about upgrading to newer version of IBO, possibly we'll migrate to UIB. ... Thanks, that makes it clear. But...
Aurimas ÄŒernius
aurimas@...
Mar 6, 2008 10:44 am
42750
... Possibly it showed itself differently. ... Then why not use Classic for development? That way, the developer is affected only by what is in his/her own...
Hello, ... We use Classic. I've just checked that to be sure: no fbserver process, only several fb_inet_server processes. -- Aurimas...
Aurimas ÄŒernius
aurimas@...
Mar 6, 2008 11:15 am
42752
... OK, then by logging out to clear the cache, then logging back in, the Classic user/developer should not have any problem with ALTER PROCEDURE. Helen...
... My experience of 1.5 was that with SS there should be no problem modifying SP code but with Classic any use of a SP will lock the metadata until that user...
... By my observation (so far) the behaviour is the same in both: -- with Classic, you'll need to log out and then log back in to alter the metadata of an SP...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File :...
IBObjects@yahoogroups...
Mar 11, 2008 6:44 am
42757
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File :...
IBObjects@yahoogroups...
Mar 11, 2008 7:21 am
42758
I need to store some documentation in a FB database... I'm thinking use BLOB row to do.... but I read in diferents post abot "DO NOT BLOB, use links" But...
Hi, ... We store the files in blobs and we don't have any issues. When it's in the blob, the user doesn't have to have another link to the server where the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File :...
IBObjects@yahoogroups...
Mar 13, 2008 6:31 am
42761
... working? ... Tks Daniel for your experience and opinion. One question more.. I-m tinking too on compress file. What is your choice for this work? what...
Hi, ... I zip them to a file before placing them in a blob. There are zip components that you can use for that. -- Best regards, Daniel Rail Senior Software...
I have a varchar in a FB database that has a Char(0) in the middle of the string that results in the string being truncated. Here is what I am doing: 1) At the...
... I'm not sure if it is pertinent, but are you referring to the field using .Value or .AsString? The .Value method does save extra code in loops but the...
Hello: Getting a strange error situation after running some update code on a user's DB. Using IBO 4.2+, Delphi 7, WinXP, Local, desktop application. After...