Hi, ... I just tried to use one of the newer features of IBO, which is, for a TIBOQuery, the ability to assign a read-only transaction to the IB_Transaction...
46048
IBO Support List
kylixguru
Apr 2, 2012 1:43 pm
Yes, please send them to me it will help greatly! Jason ... From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of pb.software Sent:...
46049
Thomas Steinmaurer
iblogmanager
Apr 2, 2012 7:52 pm
Hello Jason, I'm trying to get most out of the TIB_DataPump, in a scenario where I'm running in a 2PC transaction, purging data from a production into a log ...
46050
Thomas Steinmaurer
iblogmanager
Apr 2, 2012 8:30 pm
Hello Jason, one correction inline ... ... Re-executing this statement comes straight from my logic and makes perfect sense. Sorry. ... Regards, Thomas...
46051
net2pw
Apr 4, 2012 8:32 pm
Jason, First, I want to thank you for the report on the Firebird Conference a few months ago. I also wonder if you're following Jim Starkey's career - he is...
46052
IBO Support List
kylixguru
Apr 5, 2012 2:46 pm
I'm still waiting for this. Jason ... From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of IBO Support List Sent: 02 April 2012...
46053
tmd0307
Apr 6, 2012 7:21 am
Dear Jason, Is mantis (http://community.ibobjects.com:8080/mantis) still used for bug tracking? I've posted two issues to mantis *...
46054
Chuck Belanger
belangerc94805
Apr 6, 2012 8:40 am
Hello: I am using IBOAdmin components with IBO 4.8.7 in Delphi 2007 with FB 2.5 server all on a local drive, single user system. What I am trying to do is make...
46055
IBO Support List
kylixguru
Apr 6, 2012 9:11 pm
I still use it. Perhaps something happened because I should have received notification of new entries into the system but I didn't get any. Thanks, Jason ... ...
46056
russellbelding
Apr 7, 2012 5:25 am
... Chuck I use a batch file for this purpose. It has replaceable paramaters as shown here ... rem Set the folder and file names for this installation. rem...
46057
russellbelding
Apr 7, 2012 5:25 am
... Chuck I use a batch file for this purpose. It has replaceable paramaters as shown here ... rem Set the folder and file names for this installation. rem...
46058
Helen Borrie
helebor
Apr 7, 2012 7:38 am
... It sounds as though that problem site is running Classic + Guardian, to cause this problem. Are you able to check? Guardian should *NOT* be allowed to...
46059
Chuck Belanger
belangerc94805
Apr 7, 2012 8:44 pm
Hi, Helen: Thanks for the response. No, this is all done locally with superserver. It is essentially a desktop program, which recently we added the ability to...
46060
Rohit Gupta
rohitguptanz
Apr 10, 2012 12:41 am
It sounds to me like it is in use. The windows server can tell you who is using it. I havent done it foe a while so I cant tell you how to drill down to it. ...
46061
russellbelding
Apr 11, 2012 10:32 pm
Rereading comments ... I hope I did not mislead you Chuck. If the problem is trying to backup and restore a DB file while the file is in use the batch file I...
46062
Helen Borrie
helebor
Apr 11, 2012 11:38 pm
... It should not be necessary to stop the service. A database shutdown is all it takes. Since you are using Superserver, we can eliminate the possibility of...
46063
Chuck Belanger
belangerc94805
Apr 12, 2012 12:04 am
Thanks, again, Helen: All really good comments. I agree that it should not be necessary to stop a service. Most of the time in my own development, I am...
46064
Craig Cox
data.inspector
Apr 13, 2012 12:18 am
(Firebird 1.5+, Delphi XE, IBOjects) I'm guessing there is a very simple answer to this problem. I want to get the current generator value of one table,...
46065
Helen Borrie
helebor
Apr 13, 2012 2:57 am
... Tables don't have generators. A generator is a self-contained sequence. You'll need to know the name of the generator that is used to populate the column...
46066
russellbelding
Apr 13, 2012 8:03 am
... In one project I have mainDatamodule and in a unit I have this function: function getGenValue(genName: string): integer; begin with...
46067
Jerry Sands
jerry_a_sands
Apr 13, 2012 2:03 pm
When I open the MON$STATEMENT (SQL below) I am getting an "Invalid Blob ID" error on most of the MON$SQL_TEXT columns when I hook them up to a TIB_Memo. I am...
46068
Craig Cox
data.inspector
Apr 13, 2012 3:39 pm
Helen, as always - Thanks for your timely post. As you can probably tell, I am using the primary key in my master table to identify records in a detail table....
46069
Dayna
quathiaski@...
Apr 13, 2012 4:07 pm
You could use a trigger in the database table that writes the next generator value to the table during insert. Then get that value that was written before...
46070
Lester Caine
lscesuk
Apr 13, 2012 4:09 pm
... Just get the generator to increment itself when you access it. Every read is guaranteed unique. May leave holes if an update is not committed, but that ...
46071
Helen Borrie
helebor
Apr 13, 2012 8:30 pm
... Ouch! Don't do it! Create the dependencies between the master and detail sets using the appropriate linkages that IBO provides. Use the GeneratorLinks...
46072
Carlos Daniel
carlosdaniel_am
Apr 23, 2012 5:46 pm
Hi friends, I am looking for a demo how to use ib_treeview or some documentation.. does anybody has anythings about ib_treeview". I'm trying to create a tree...
46073
Markus Ostenried
macnoz
Apr 23, 2012 7:10 pm
Hi, I just have an older version of IBO4 here and I just used the treeview from IB_VTree.pas in my projects (it uses TVirtualTree, ...
46074
IBO Support List
kylixguru
Apr 25, 2012 3:31 pm
I was able to figure out a fix for the Screen Cursor getting stuck to the SQL hourglass that IBO uses. I should have build 47 out today but if anyone wants the...
46075
kylixguru
Apr 26, 2012 7:14 pm
Here is the pertinent portion of the release notes: I fixed a performance issue that crept into Build 44 having to do with the dialog that appears when records...
46076
Jack Mason
jackdmason
Apr 26, 2012 7:18 pm
We have been running IBO4 for over a decade, but have not upgraded in 2 years (or more) because we did not want to have to go through any debugging phase. We...