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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 40929 - 40958 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
40929
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...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Feb 1, 2007
1:54 pm
40930
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...
Send Email
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...
Ramil
khabibr
Offline Send Email
Feb 1, 2007
4:49 pm
40932
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...
Peter Welch
net2pw
Offline Send Email
Feb 2, 2007
5:47 pm
40933
Here's the error text: ISC ERROR CODE:335544569 ISC ERROR MESSAGE: Dynamic SQL Error SQL error code = -206 Column unknown ...
Peter Welch
net2pw
Offline Send Email
Feb 2, 2007
5:55 pm
40934
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...
Daniel Rail
danielrail
Offline Send Email
Feb 2, 2007
6:51 pm
40935
... 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, ...
Markus Ostenried
macnoz
Offline Send Email
Feb 2, 2007
7:00 pm
40936
Thank you Markus and Daniel. Everything working now. What a relief!...
Peter Welch
net2pw
Offline Send Email
Feb 2, 2007
7:19 pm
40937
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...
Andreas Hesse
fisch50de
Offline Send Email
Feb 2, 2007
7:57 pm
40938
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...
Send Email
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@...
Send Email
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 ...
Enrico Cima
enricocima
Offline Send Email
Feb 3, 2007
9:24 pm
40941
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...
jeffplata
Offline Send Email
Feb 6, 2007
8:05 am
40942
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...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Feb 6, 2007
12:01 pm
40943
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 -...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Feb 6, 2007
12:38 pm
40944
I use IBO4.5hi and when upgraded firebird to 2.0 I had some trobles. I downloaded IBO 4.7 beta 15 and new problems found: The errors messages: ...
localnet12002
Offline Send Email
Feb 6, 2007
10:12 pm
40945
... 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...
Helen Borrie
helebor
Offline Send Email
Feb 6, 2007
10:41 pm
40946
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...
jeffplata
Offline Send Email
Feb 7, 2007
3:34 am
40947
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...
omar l m rosa
localnet12002
Offline Send Email
Feb 7, 2007
11:34 am
40948
... 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...
Helen Borrie
helebor
Offline Send Email
Feb 7, 2007
11:44 am
40949
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...
omar l m rosa
localnet12002
Offline Send Email
Feb 7, 2007
4:32 pm
40950
... 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: ...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Feb 7, 2007
10:40 pm
40951
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...
jrodenhi
Offline Send Email
Feb 8, 2007
7:16 am
40952
... Try adding vcljpg.bpi to the requires section of the frxTIB_D10 package. HTH Gary [Non-text portions of this message have been removed]...
Gary Benade
garybenade
Offline Send Email
Feb 8, 2007
7:41 am
40953
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...
omar l m rosa
localnet12002
Offline Send Email
Feb 8, 2007
12:23 pm
40954
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...
Frederic Bell
freddie10538
Offline Send Email
Feb 8, 2007
12:38 pm
40955
Hi, i would like to set readonly in a ib_grid for some fields like this: for i := 0 to qryLagerBew.FieldCount - 1 do begin if ( (...
C.Stahlberger
stahlberger@...
Send Email
Feb 8, 2007
2:09 pm
40956
Jason will better answer these questions. He ownes all rights to this component. ... -- Best regards, Ramil khabibr@......
Ramil
khabibr
Offline Send Email
Feb 8, 2007
5:42 pm
40957
... Have you tried setting the FieldsReadOnly structure of the dataset? with qryLagerBew do begin FieldsReadOnly.Clear; for i := 0 to qryLagerBew.FieldCount -...
Helen Borrie
helebor
Offline Send Email
Feb 8, 2007
11:42 pm
40958
... 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...
Helen Borrie
helebor
Offline Send Email
Feb 8, 2007
11:56 pm
Messages 40929 - 40958 of 44315   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