... Thanks Helen, Calin Pirtea ________________________________ From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Helen Borrie ...
On IBOject's website, I believe ... From: "mitch_landor" <mlq97@...> To: <IBObjects@yahoogroups.com> Sent: Wednesday, July 02, 2008 12:50 PM Subject:...
... to the database. ... however the database itself has forced writes turned on. ... databases were meant to be accessed only through a SPB (Service Parameter...
... 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...
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...
... 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...
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...
... 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...
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) ...
... 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...
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...
... 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...
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...
... 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....
... 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,...
... 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...
... 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...
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...
... 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...
... 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...
... Hi Dmitriy, All links from the home-page of bsdlib.com result in 404s. -- eat(this); // delicious suicide...
Daniel Albuschat
d.albuschat@...
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:...
... 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. ...