hi, can some give me an advice to my problem? it is urgent, and i need a starting point. any small piece of information is welcomed. i have for example 3...
Hi, Jason, hi, IBO-experts, may I apply PutArray() to TIB_ColumnArray-Params in PREPARED SQL-statements ("INSERT ...")? If I try it, that results in error...
Hi, Is there any reason that this statement might have worked fine in Firebird 1.5 and Not in 2.0 ?? Update Products Set PriceA=New_PriceA Where New_PriceA >...
Hi! If New_PriceA is parameter - use following statement. Update Products Set PriceA=?New_PriceA Where ?New_PriceA>0 In another case "Column unknown" error...
I want to connect one client to a Firebird database located on a host machine that I access via an XP peer to peer connection. What's the correct way to setup...
... Quick answer as I'm just about to leave for an overseas trip: IB_Connection properties: Server: hostname of server Protocol: cpTCP_IP or cpNetBeui Path:...
Thank you very much. I finally understand what you meant about peer to peer. One last question, I'm using TCP\Ip as the protocol, so is the IP address of the...
Hi It could be but it could also be the windows name i.e. 192.168.0.32 or FREDDY -- Rob Martin Software Engineer phone +64 03 377 0495 fax +64 03 377 0496 ...
Hello group, I use this method to duplicate a record with no problems: srcVariant := ib_query1['COL1;COL2;COL3']; ib_query1.append; ib_query1['COL1;COL2;COL3']...
ooops, postet this on the firebird mailing list. It belongs to the IBO mailing list. So here is it again on the right one ... IBO 4.8.5 on FB 2.0 I'm using...
Jeff, ... Take the old parent ID and the new parent ID and then do something like this: INSERT INTO <table> ( <field list> ) select ( <field list with new...
... Once you run the IBO replicator setup you can go in after the fact and customize it to your likeing. From that point onward you would need to maintain the...
I thought I would let everyone know our house finally sold and closed and we have moved out and I am setup in a house temporarily until we finish our move out...
hi, I'm currently testing latest IBO release (4.8.7) with Firebird 2.1.x and it works like a charm. The only "con" is that I definitely ceased to use...
hi Jason, a move it's always a pain, take it easy :-) P.S.: I hope that you haven't forgot the custom glyphs problem in IBO bars... :-) Good luck Salvatore...
I guess there are two questions here: 1. Does IBO support FB 2.1, using only syntax which was legal in FB 2.0? 2. Does IBO support the new features and syntax...
I tried many of the suggestions found here and in the help files, but I get the missing IB_Parse.dcu message, when I try to build the project from a failed...
I received the message: "There appears to be a conflict with another installation of IBO", along with empty log files: "D2006_IBO40CRT_D2006.log" (and D5...
I/O error for file 'C;\Windows\TEMP\fb_sort_2xh92j' Error while trying to open file The data is invalid What does this mean? I'm just running a query when this...
... Firebird creates sort files in the assigned temp directory if you don't have enough space in memory for them. Code 335544344 is an i/o error, either you...
... Helen, Sorry for the confusing post. My post was intended to answer some of the questions that had been asked of previous posters with similar problems. ...