When I have a TIB_Query like SELECT FieldA FROM TableA WHERE FieldB = :MyParam and try to use Ramils new TXLSQLScript component with the following RSQL: SELECT...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File :...
IBObjects@yahoogroups...
Feb 1, 2007 4:17 pm
40931
Hello Svein, I have already fix this in Beta5 version. You can download it http://groups.yahoo.com/group/IBObjects/files/xlsql1_0_Beta5_Eval.zip And thank you...
I am hoping to move my Firebird databases to 64bit Linux and Firebird 2.0 64 bit. However, when attempting to browse the employee.fdb on the Linux box using...
Hi, ... Yes, there are issues with IBO 4.5 in regards to Firebird 2.0. You'll need to upgrade to IBO 4.7. -- Best regards, Daniel Rail Senior Software...
... You can get the latest beta release of IB_SQL from the files area of this mailing list: http://tech.groups.yahoo.com/group/IBObjects/files/Hotfix/ HTH, ...
A TIB_ComboBox is uses as an editor control in a TIB_Grid. IIB_GridWinControl.GetText is descripted in help as "Return text that will be displayed by the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IBObjects group. File : /fribo.zip ...
IBObjects@yahoogroups...
Feb 2, 2007 8:05 pm
40939
... Van: Peter Welch Aan: IBObjects@yahoogroups.com Verzonden: vrijdag 2 februari 2007 20:17 Onderwerp: Re: [IBO] IB_SQL, IB_Objects and Linux Firebird 2.0 64...
Rene ter Schure
r.ter.schure@...
Feb 2, 2007 9:00 pm
40940
Dear Jason, sorry for late reply. I was away for a business trip for two weeks. I've tryed 4.7 Beta 15 and the problem is no more. Thanks and Regards, Enrico ...
In firebird, I have a SP that sums table1 and inserts the totals into table2. After this, the SP updates table1 to mark the just finished process. In IBO, I...
Hi Jeff! If you just want to ascertain that all statements sees the same values throughout your transaction, I think tiConcurrency should be enough. If others...
I was discussing (promoting) the new TXLSQL components with my fellow developers here at The Cancer Registry of Norway, and was asked about the licensing -...
... The exception is coming because this is illegal syntax in Firebird 2. The "bug" is your bug. You had better study the Fb2 release notes carefully as it...
Hello Set, Thanks for your reply. I wanted the SP to get exclusive hold of the tables it will be working upon once it is started. And then other users are not...
Sorry if I donīt became to understand; The problem is: Need I alter all sql sentences in my application??? The problem is "column uknown" in a correct sql...
... It's not an correct SQL sentence, and now it is illegal syntax in Firebird 2. ... Would you please read my answer again. You cannot use the query editor...
HI! ... Again... Be pacient... I canīt see where is the error... I read the FB release notes 2.0.0 again, and I found at page 40-41 something about it, and...
... If this is truly copied from your database, then the error is that you don't specify 'as c', and hence 'c.' will invariably fail. If you copy this code: ...
Is the help file included in the zip file out of date? The instructions say to install these packages into Delphi: frxIB_D#.dpk dclfrxIB_D#.dpk Where # is the...
Sorry, I wrote wrong. (my fingers is faster then my mind) I made two tests again: FIRST TEST: FIRST TEST: FIRST TEST: FIRST TEST: In this example, the query...
I have just started out checking out the replication components and I have followed the instructions for creating the fn_blobs_equal UDF. As I had undesirable...
... Have you tried setting the FieldsReadOnly structure of the dataset? with qryLagerBew do begin FieldsReadOnly.Clear; for i := 0 to qryLagerBew.FieldCount -...
... UDFs involving blobs are not simple! Did you put the two dlls BlobCompare.dll and udflib.dll into your ..\udf directory? Did your declaration look like...