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 43023 - 43052 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43023
... Thanks Helen, Calin Pirtea ________________________________ From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Helen Borrie ...
Calin Pirtea
pcalin
Offline Send Email
Jul 1, 2008
7:57 am
43024
I seem to recall seeing how to do this somewhere, but I have been unable to find it again. Thanks, Mitch...
mitch_landor
Offline Send Email
Jul 2, 2008
6:50 pm
43025
On IBOject's website, I believe ... From: "mitch_landor" <mlq97@...> To: <IBObjects@yahoogroups.com> Sent: Wednesday, July 02, 2008 12:50 PM Subject:...
Hans
ittybittypro...
Offline Send Email
Jul 2, 2008
9:32 pm
43026
At 04:50 AM 3/07/2008, you wrote: << How can I pass an FB custom exception ID & Text into my app? >> ... There's a TI sheet at...
Helen Borrie
helebor
Offline Send Email
Jul 3, 2008
12:26 am
43027
... to the database. ... however the database itself has forced writes turned on. ... databases were meant to be accessed only through a SPB (Service Parameter...
henry FRANQUET
henry49fr
Offline Send Email
Jul 3, 2008
9:13 am
43028
... Common sense should prevail here. Obviously, if you have exclusive access to a database and the network and power supply are stable, you can do this...
Helen Borrie
helebor
Offline Send Email
Jul 3, 2008
9:41 am
43029
Thanks Helen for the usual comprehensive answer. Yes, it does address the question very well. It does seem a pity that one can't directly access the symbolic...
mitch_landor
Offline Send Email
Jul 3, 2008
10:01 am
43030
... You do get the text. Read ErrorMessage[0] from the EIB_ISCError structure. The engine doesn't send the symbolic names of the system-thrown exceptions...
Helen Borrie
helebor
Offline Send Email
Jul 3, 2008
11:21 am
43031
Hi I have a TIBOQuery with an SQL like SELECT * FROM MyStoredproc(:ItemRef) Where I pass in a reference (Query.ParamByName('ItemRef').AsInteger := 234) an a...
Robert martin
chreos3
Offline Send Email
Jul 4, 2008
1:38 am
43032
... First of all, you don't have to "reprepare etc" to pass a different parameter value. All you need to do is figure out how your application recognises NULL...
Helen Borrie
helebor
Offline Send Email
Jul 4, 2008
3:30 am
43033
Hi ... You misunderstand my original question. what I meant was that I could changed the SQL the query was using between SELECT * FROM MyStoredproc(:ItemRef) ...
Robert martin
chreos3
Offline Send Email
Jul 4, 2008
4:36 am
43034
... No. ... Of course. A parameter is required. If the SP can take NULL in the parameter then it's valid to pass NULL in it. This is what you get by...
Helen Borrie
helebor
Offline Send Email
Jul 4, 2008
4:58 am
43035
I believe Helen answered that, to get the stored procedure called with the "ItemRef" value being a null, you use "Query.ParamByName('ItemRef').Clear" Jerry...
Jerry Sands
jerry_a_sands
Offline Send Email
Jul 4, 2008
5:02 am
43036
... access to a database and the network and power supply are stable, you can do this operation with FW off (i.e., write mode -async), if it helps to make a...
henry FRANQUET
henry49fr
Offline Send Email
Jul 4, 2008
9:19 am
43037
... I have no idea. It is not a gamble I would take. You could ask on firebird-devel, where the question would be on-topic... H....
Helen Borrie
helebor
Offline Send Email
Jul 4, 2008
9:43 am
43038
Hi! Anyone with a solution? Or confirmation that it is actually possible to install IBO under BCB2007? Riho ... their ... IBObjects ... problem?...
rihoe
Offline Send Email
Jul 4, 2008
10:36 am
43039
I've recently upgraded to 4.8.7 and come across an odd problem that I cannot figure out: Using BCB2006, I create a TIB_Cursor pCur->SQL->Text = "Select USER_ID...
tickerboo2002
Offline Send Email
Jul 4, 2008
6:33 pm
43040
... Have you tried using: ParamByName('USER_NAME') instead of: ParamByName("USER_NAME") ? At least I use this with Delphi for years and it's working....
Lucas Franzen
biber_et_luc
Offline Send Email
Jul 5, 2008
6:18 pm
43041
... I'm using BCB/C++ so "USER_NAME" is the correct format....
tickerboo2002
Offline Send Email
Jul 6, 2008
9:46 am
43042
... How does it fail? Exception? (If so, what?) or empty set? (The latter would happen with an IB_Cursor if you called Open instead of First....) ... Yes,...
Helen Borrie
helebor
Offline Send Email
Jul 6, 2008
10:33 am
43043
... latter would happen with an IB_Cursor if you called Open instead of First....) It throws an EAccessViolation Exception. I'll compile IBO with debug info...
tickerboo2002
Offline Send Email
Jul 6, 2008
10:55 am
43044
... Sorry, my mistake, it's only throwing an EAccessViolation because I'm trying to use a column that is not found, i.e. ...
tickerboo2002
Offline Send Email
Jul 6, 2008
10:59 am
43045
... latter would happen with an IB_Cursor if you called Open instead of First....) Either I've lost the plot and cannot see the obvious, or I've got a duff...
tickerboo2002
Offline Send Email
Jul 6, 2008
11:16 am
43046
My apolgies for flooding the list with these posts. The last example I sent includes a mix of pCur and IB_Cursor1, I'd assembled the example from previous...
tickerboo2002
Offline Send Email
Jul 6, 2008
11:20 am
43047
... With all these messages it sounds a bit befuddled. Did you upgrade to v.4.8.7 because you upgrade to Fb 2 or 2.1? If so, your mention of copy/pasting old...
Helen Borrie
helebor
Offline Send Email
Jul 6, 2008
1:08 pm
43048
... to v.4.8.7 because you upgrade to Fb 2 or 2.1? No, I'm still using 1.54 currently, but I plan to upgrade to FB v2.x shortly. I've deleted the...
tickerboo2002
Offline Send Email
Jul 6, 2008
11:16 pm
43049
... Something undesirable, such as an obsolete default, is "sticking" in the DFM, I suppose. What is the failure? That said, I've been using and recompiling...
Helen Borrie
helebor
Offline Send Email
Jul 6, 2008
11:37 pm
43050
... Hi Dmitriy, All links from the home-page of bsdlib.com result in 404s. -- eat(this); // delicious suicide...
Daniel Albuschat
d.albuschat@...
Send Email
Jul 7, 2008
10:19 am
43051
Hello,Daniel! Ops,sorry! Now fixed. I`m has broken link to BDSLib components page. Thanks for report. WBR,Dmitry Beloshistov AKA [-=BDS=-] ... From:...
Dmitriy A. Beloshistov
dmitrybelosh...
Offline Send Email
Jul 7, 2008
12:07 pm
43052
... Fb 1.5.x, throughout the entire release cycle, up to and including 4.8.7, without seeing any problems. Delphi, though. But nothing newer than Delphi 7. ...
tickerboo2002
Offline Send Email
Jul 7, 2008
10:08 pm
Messages 43023 - 43052 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