... WideStrings store Unicode as 16-Bit words (UCS-2 or UTF-16, depending on OS), UTF-8 stores Unicode as octet sequences. There is a type definition in the...
Hello Stefan, ... okiedokie, that should make things easier. ... Hmm, I'm not sure here -- what exactly does the Firebird client return? Shouldn't IBO...
OK Paul... Sorry for being so sluggish on this. My IBO is 4.6.A. In IB_Grid.pas the lines: if not PositionControl( Col, Row, CellRect( Col, Row )) then ...
Hi Mitch! I think this is off-topic here. You are asking about a SQL issue. Anyway... You can't do Select * from Item where Project = :ProjectID and ...
... This is my problem. I'm lost, quite frankly, because I'm spoiled to never have to use this stuff and so I don't fully understand how to deal with all ...
Ryan, ... Possibly not, because the SQL could have been modified. Obviously this code is non-sense at least in the sense that some changes that were necessary...
Hi Antti, Thanks for answering. ... some > > specific version. I'd be rather p*ssed if I installed software that did ... I don't want to copy or update...
Mr. Jason, To say the truth, I did not know even how to start with (I forgot to say that I'm new to IBO). Following your hint, I could find a way to accomplish...
Hi Jason, In previous releases, setting "DatabaseName" with a full connect-string also set the server and protocol. I was debugging my application and it kept...
... I found more -- I'm now using the .Database property, as I recalled that was the way to go. Protocol is set to TCP/IP (in Params) by the SetDatabase...
Hi Jason, With this query: select * from "#test2" order by 1 and trying an editable resultset, IBO modifies this to: SELECT "#test2".* , "#test2".RDB$DB_KEY ...
Hello everyone, I would like to know how you could easily have controls embedded in the TIB_Grid. I am actually looking for a way to have one of the Columns...
... It is likely the parsing for the Database string that is faulty. You can set the properties Server, Path and Protocol individually if you want to stay away...
... No, this seems to be OK. ... I'm not sure what's going on -> during a normal run, it works just fine, during debugging it messes things up by returning...
... parser ... It adds RDB$DB_KEY because there is no primary key, as far as I can see. On InterBase, this fails: select * from "NAME.WITH.DOT" order by 1 ...
Hello, when my application runs a sqlscript using TIB_Script, the first command fails with the errormessage: message length error (encountered 0, expected 8 ...
... It seems your procedure has been written with a RETURNS() clause in the header. You can't execute such procedures in a script, obviously, since the output...
Hi, I have a TIB_Grid as a separate TabSheet in a Form with a TPageControl. It's use is to fast-search items and, once found, double-click on them to edit in...
Good morning Jason There are days behind solicited one copies of their components in the modality Trustware and didn't receive no your answer I am going to try...
Virtual Memoryvirtual
virtual@...
Jun 6, 2007 9:02 pm
41597
Flavio, ... If you have a Trustware request, you may write to me, respond@.... ... This is not a fault of IBO. It is the way SQL works. The...
I'll post this anyway as someone may have a similar problem :) I was writing it has a basis for working how to fix the problem, which I have fixed, AND now...
Hello,Rmiranda ! ... the TIB_Grid. Try this: IB_Query1.ReadOnly:=True; // disable any manipulations with query, attached to your grid IB_Grid1.ReadOnly:=True;...
Hi, Dmitriy, I'd like to use the same IB_Query for: 1) the IB_Grid, not allowing updates; 2) the IB_Edits, allowing the updates. I thougth that I could do this...