Hi, I've got difficulties to install IBOs on Delphi 2005 : - I have installed all the packages and they appear in the "Components / Install Packages" dialog. -...
Just an idea, but can you check the packages again in the install packages window when you add the ibobjects folders to the library path in environment...
Try adding the folder where the ibobjects source files are(the pas files, the dcu files, the dpk files) to the library path too Sylvain, i think that will...
Hum, I found them both in $(BDSPROJECTSDIR)\Rpl (the folder where my design-time bpl are) and in "C:\Program files\Borland\BDS\3.0\Bin". The ones in \Bin are...
To summarize, I've got : - design-time BPLs in C:\Windows\System32\$(PROJECTSDIR)\Bpl, - runtime BPLs in C:\Program Files\Borland\BDS\3.0\Bin, - all the BPLs...
Hello, i would like to report these 4 bugs, i've encountered with IBO 4.5 Evaluation install in D2005. 1. When any other install language selected (except...
I'm using ib_query.locate to jump to a record in a recordset, which is displayed in the ib_grid.
How do I modify/trigger the IB_grid to show the located...
Sylvain, ... You did not do a clean install. You have some leftovers from your previous unsuccessful installs with the eval version. You need to start again...
... Probably; but you have remnants of multiple installs there. Those particular libraries are combined run-time/design-time libraries. As part of your clean...
Hi Group My 2 questions are related to each other, the first one is about Firebird and the second one is about IBO tools that's why I'll post my message in ...
... No use, because 80% of Windows applications rename fbclient.dll as gds32.dll and locate it in the system directory. ... "The location it should be" (and...
Thanks Helen for your quick reply... you always have the answer for everything :) As for my last point, it could be both cases, an application running from the...
... OK, all is ok until this point. ... At this point, I've only "ibotools" in the palette. In the "Install Packages" dialog, I've all the IB Objects packages ...
... It is possible to compile two versions of your application, one using the embedded server and one the client, they will work the same. So the choice is up...
I would like to run things in the ideal way, which I think as you suggested would be to run the server on a separate machine, but sometimes we have to give up...
... No problem, as long as they are happy with an external connection, you only need one machine on a site even running separate server. Normally have WinVNC...
... A single application: yes, indeed! It doesn't have to "check" anything' but you must not hard-code the server and database path in the application (it...
Helen, I noticed your chat about the new FB server you made from leftovers. Most of my clients are running SBS 2003 and all have extra computers around that...
... 1.5. >It needs to do this because IBO traditionally had a built-in workaround for a ... bug is fixed in Firebird but not in InterBase or Firebird 1.0, so...
... Depends how you are packaging for distribution. I probably meant create two versions of your installation, but I was thinking that embedded can be fully...
... TIB_Connection has a Characteristics property, a packed record named TIB_ConnectionCharacteristics. The field dbFBVersion: string; will help with this. ...
I'm not Helen but... (This question should be posted at fb-support) ... Putting a Linux box with Firebird in a Win environment is absolutely transparent. Go...
... I have two Linux servers for FB in this network. One is a built-from-parts box that I use for Kylix and for Firebird field testing; the other is my ...
Hi, My application is a data capturing tool, so it captures and stores the data in a background thread. This happens about twice a second. I would like to ...