Search the web
Sign In
New User? Sign Up
IBObjects · IB Objects support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 42927 - 42956 of 44318   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42927
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...
radu_zorro
Offline Send Email
May 2, 2008
9:35 am
42928
Here is one simple but quite efficient way. Other people will be able to tell you how to link two IB_ queries together so that all this gets done...
rogervellacott
Offline Send Email
May 2, 2008
10:15 am
42929
thank you roger! i'm not strange of this solution, this is the 'hard-coded' solution. also,i know how to link one query to another through ...
radu_zorro
Offline Send Email
May 2, 2008
11:31 am
42930
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...
leonhard.schneider
leonhard.sch...
Offline Send Email
May 2, 2008
2:40 pm
42931
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 >...
Gordon Hamm
vdsgch
Offline Send Email
May 5, 2008
9:42 pm
42932
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...
Dmitriy A. Beloshistov
dmitrybelosh...
Offline Send Email
May 6, 2008
10:36 am
42933
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...
ra8009
Offline Send Email
May 7, 2008
7:08 pm
42934
... 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:...
Helen Borrie
helebor
Offline Send Email
May 7, 2008
9:20 pm
42935
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...
ra8009
Offline Send Email
May 8, 2008
1:01 am
42936
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 ...
Robert martin
chreos3
Offline Send Email
May 8, 2008
1:28 am
42937
... Thank you....
ra8009
Offline Send Email
May 8, 2008
4:42 am
42938
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']...
jeffplata
Offline Send Email
May 9, 2008
8:59 am
42939
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...
G. Nau
b404_r66
Offline Send Email
May 9, 2008
10:55 am
42940
... Thank you....
ra8009
Offline Send Email
May 10, 2008
2:10 am
42941
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...
Jason Wharton
kylixguru
Offline Send Email
May 11, 2008
11:26 pm
42942
... 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...
Jason Wharton
kylixguru
Offline Send Email
May 11, 2008
11:28 pm
42943
... All the latest builds of IBO install just fine into CPPB 4 and up. Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
May 11, 2008
11:29 pm
42944
Mitch, ... Not that I am aware of. Let us know how it goes! Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
May 11, 2008
11:30 pm
42945
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...
Jason Wharton
kylixguru
Offline Send Email
May 11, 2008
11:34 pm
42946
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...
Salvatore Besso
salvatorebesso
Offline Send Email
May 12, 2008
7:18 am
42947
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...
Salvatore Besso
salvatorebesso
Offline Send Email
May 12, 2008
7:22 am
42948
Anyone using? Any problems so far? I still didn't try, but I'm smelling problems at last with the IBO parser and new SQL syntaxes :( []s Cantu ...
Carlos H. Cantu (Team...
warmbooter
Online Now Send Email
May 12, 2008
8:58 am
42949
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...
Roger Vellacott
rogervellacott
Offline Send Email
May 12, 2008
9:37 am
42950
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...
mikesmith930b
Offline Send Email
May 16, 2008
4:36 am
42951
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...
mikesmith930b
Offline Send Email
May 16, 2008
4:36 am
42952
Hello, It's good practice to use an alias for tablename when you use several tables or same table many times, so you could add on your query : FROM...
amoradell
Online Now Send Email
May 16, 2008
4:37 am
42953
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...
ra8009
Offline Send Email
May 16, 2008
7:27 am
42954
... 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 Borrie
helebor
Offline Send Email
May 16, 2008
8:57 pm
42955
... what are you installing? and on what OS version? Have you checked the install notes in the help file? Helen...
Helen Borrie
helebor
Offline Send Email
May 16, 2008
9:10 pm
42956
... 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. ...
mikesmith930b
Offline Send Email
May 16, 2008
10:09 pm
Messages 42927 - 42956 of 44318   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help