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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 41938 - 41967 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41938
... Jason, I just looked at your source code and this is what I found in IBODataset.pas: tmpS := UTF8Decode( tmpS ); Is that what you mean? tmpS is declared as...
Stefan Heymann
stefanheymann
Offline Send Email
Sep 1, 2007
9:49 pm
41939
Some days ago, I downloaded the IBObjects components for testing. I have one problem with Interbase/Firebird databases and I want to know if it is possible to...
yakara_2
Offline Send Email
Sep 2, 2007
2:20 pm
41940
Our database works great in windows. When our IT guy learned that firebird works in linux, he offered to set us up a linux server As this was something clients...
Quathiaski Software
quathiaskiso...
Offline Send Email
Sep 2, 2007
6:07 pm
41941
... Undefined service opt/visiondb/VISION.FDB/tcp looks wrong. On the Linux host, the service should be defined (in /etc/services) as gds_db/tcp..... ... ...
Helen Borrie
helebor
Offline Send Email
Sep 2, 2007
11:06 pm
41942
... Don't use table components (or unlimited queries) for a client/server database. Use a query with a WHERE clause to limit the rows to only the ones that...
Helen Borrie
helebor
Offline Send Email
Sep 2, 2007
11:50 pm
41943
Hi After upgrading IBObjects (to version 4.8.6) a while ago we noticed the the browse screen from the Ib_UtilityBar has a nice new feature. when browsing...
Robert martin
chreos3
Offline Send Email
Sep 4, 2007
10:08 pm
41944
We are using IBObjects 4.6bc We use IBOServices.pas to Add Users, backup and Restore. This in turn uses IB_Header which defines Tisc_service_attach = function(...
robertgilland
Offline Send Email
Sep 5, 2007
6:04 am
41945
... I use other ports all the time. I think you'll find it's the other way around, the IB_Connection already uses port so the service manager access is ...
Alan McDonald
metaalan
Offline Send Email
Sep 5, 2007
6:11 am
41946
Hi! Well, a long time ago, back in Firebird version 1.0, I've ported one application of mine to use with FB. The intention was to get used to FB. For some...
mozachi
Offline Send Email
Sep 6, 2007
6:31 am
41947
... Hmm. it is more like what you have that shouldn't be there! It looks as though you have some flotsam there from the IBO 3 era, when the units were all...
Helen Borrie
helebor
Offline Send Email
Sep 6, 2007
7:34 am
41948
I suspect it is nothing to do with IBO. Your errors all seem to be about variants, and I think between D5 and D7 Borland put all the variant functionality...
rogervellacott
Offline Send Email
Sep 6, 2007
2:30 pm
41949
Hello, i need to create a lot of procedure for import some different XML file with their Xsd schema into Firebird 1.5 database tables. I use C++Builder5 and...
Enrico Raviglione
enricorav
Offline Send Email
Sep 6, 2007
3:52 pm
41950
Helen and Roger, thanks for your time. I mean it. ... This seem to be true. Before I posted this message, some units I wrote myself had the same compiler error...
Leo Mozachi
mozachi
Offline Send Email
Sep 6, 2007
6:21 pm
41951
... Would you please open your project in Delphi 7, look at the Version property of your IB_Connection object (IB_Connection or IBODatabase) and report back...
Helen Borrie
helebor
Offline Send Email
Sep 6, 2007
11:20 pm
41952
... Do you mean, convert the *data* carried by these files for use as Firebird data? or import and store the *files* for later retrieval by other...
Helen Borrie
helebor
Offline Send Email
Sep 6, 2007
11:34 pm
41953
Hello everyone, im new to this discussion group and to IBO. I've recently been developing an application using IBO and Firebird and i've acome across come...
crazymenconnected
crazymenconn...
Offline Send Email
Sep 7, 2007
2:21 pm
41954
... That's right, because the data you get from a SP is manufactured data. It doesn't have any links back to the tables it came from. ... Well, first figure...
Helen Borrie
helebor
Offline Send Email
Sep 7, 2007
2:49 pm
41955
Hello again and first of all let me apologize for not signing my name in the last post, it was in fact rude of me! My name is Luis Semedo Duarte, and im a...
crazymenconnected
crazymenconn...
Offline Send Email
Sep 7, 2007
4:13 pm
41956
Luis, ... You are forgiven. :-) ... That is indeed where a SSP comes in useful - as long as you understand that there is no way to reach the underlying data by...
Helen Borrie
helebor
Offline Send Email
Sep 8, 2007
2:05 am
41957
Hi Helen, i need to make a procedure into my application who can read files in Xml format and populate some different tables in Firebird database. My customer...
Enrico Raviglione
enricorav
Offline Send Email
Sep 8, 2007
10:20 am
41958
Hi, After install IBObject in my C++ Builder 5, I have all components correctly installed in IDE, but when I try to make a project, the linker shows me an...
yakara_3
Offline Send Email
Sep 8, 2007
10:58 am
41959
... This list is about the IB Objects data access components, which only work in Delphi (C++ Builder or ObjectPascal). ... Delphi 7 has VCL components for it....
Helen Borrie
helebor
Offline Send Email
Sep 8, 2007
11:11 am
41960
I use a view formed by 2 tables. By default, it is read/only but I added the corresponding triggers for insert, delete and update. Then, in my project, I use...
kokok_kokok
Offline Send Email
Sep 9, 2007
11:01 am
41961
... you could swallow the exception. May not be a good permanent solution but then again it may be. Alan...
Alan McDonald
metaalan
Offline Send Email
Sep 9, 2007
11:22 am
41962
... Actually, the real problem (for your architecture) is that IBO has no way to know the RowsAffected, since it is reading a derived data that is many steps...
Helen Borrie
helebor
Offline Send Email
Sep 9, 2007
1:15 pm
41963
Hello, how are you? Regarding your last post i tried to do the following: A TIBOQuery that on the SQL property has "SELECT * FROM SSP(:Param)"; On that same...
crazymenconnected
crazymenconn...
Offline Send Email
Sep 10, 2007
12:11 pm
41964
... Have you tested your EXECUTE PROCEDURE statement in IB_SQL? Helen...
Helen Borrie
helebor
Offline Send Email
Sep 10, 2007
12:28 pm
41965
... Normally i always check and debug the SQL code in IB_SQL. And i done it this time too. But no error was reported it just compiled and runned fine! After...
crazymenconnected
crazymenconn...
Offline Send Email
Sep 10, 2007
2:00 pm
41966
... Normally i always check and debug the SQL code in IB_SQL. And i done it this time too. But no error was reported it just compiled and runned fine! After...
crazymenconnected
crazymenconn...
Offline Send Email
Sep 10, 2007
2:04 pm
41967
Would you please open your project in Delphi 7, look at the Version property of your IB_Connection object (IB_Connection or IBODatabase) and report back here. ...
Leo Mozachi
mozachi
Offline Send Email
Sep 10, 2007
6:07 pm
Messages 41938 - 41967 of 44319   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