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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 42807 - 42836 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42807
Hi Fernando! Since around 1965, every person living in Norway has been given a unique 11-digit number at birth or immigration (abbreviated Fnr). The system for...
Svein Erling Tysvær
svein_erling
Offline Send Email
Apr 1, 2008
7:32 am
42808
Hi, This Query used to work perfect with firebird 1.5, now it doesnt with 2.0. Even if the field "Amount" is Null... Update Ord_Head set...
Gordon Hamm
vdsgch
Offline Send Email
Apr 1, 2008
6:47 pm
42809
(Sorry for the last post, caught someone elses Subject line) Hi, This Query used to work perfect with firebird 1.5, now it doesnt with 2.0. Even if the field...
Gordon Hamm
vdsgch
Offline Send Email
Apr 1, 2008
6:49 pm
42810
... It should be Update Ord_Head set Amount=:Amount Where OrderNum=:OrderNum /* and Amount <> :Amount */ Use qualifiers when they are needed, i.e., when the...
Helen Borrie
helebor
Offline Send Email
Apr 1, 2008
11:30 pm
42811
I dont see the difference between.. Amount and Ord_Head.Amount Isnt it the same thing? ... From: Helen Borrie To: IBObjects@yahoogroups.com Sent: Tuesday,...
Gordon Hamm
vdsgch
Offline Send Email
Apr 2, 2008
12:28 am
42812
... It's not automatically valid in a single-table statement if you are passing it to the old version of the IBO parser. As a reality check you can put a...
Helen Borrie
helebor
Offline Send Email
Apr 2, 2008
1:20 am
42813
Hi I've wrote about it once. Methods First/Last fire events in that order: BeforePost->BeforeScroll but all other scrolling methods like Previos/Next, clicking...
tomjanczkadao
Offline Send Email
Apr 2, 2008
1:19 pm
42814
Hi, IBO-experts, we have a problem with IBO when using columnarrays with params in TIB_DSQL. The complete source of a test is uploaded to this Yahoo-Group to: ...
leonhard.schneider
leonhard.sch...
Offline Send Email
Apr 2, 2008
10:54 pm
42815
As a short-term work around perhaps you could pass the values for the array as individual items into a stored procedure and then have the stored procedure plug...
Jason Wharton
kylixguru
Offline Send Email
Apr 2, 2008
11:48 pm
42816
Dear All, I have recently been trying to use IBObjects to the create a small project. The following query generates a 'Multiple Errors in Singleton Fetch'...
James N Hitz
jam_hit
Offline Send Email
Apr 4, 2008
10:59 am
42817
... Some clients built with older versions of IBO might process this statement without exceptions, even though it isn't valid SQL. I dare say the same is true...
Helen Borrie
helebor
Offline Send Email
Apr 4, 2008
12:04 pm
42818
... I forgot all about the "fully-qualified" fields. After fully-qualifying all the fields, the query now works like a charm. Gracias. Jamez...
James N Hitz
jam_hit
Offline Send Email
Apr 4, 2008
2:14 pm
42819
Hello everyone, We are encountering behavior which was not expected after a failed attempt to drop a table. When an exception occurs during a "drop table", it...
Jeff Gaiche
cdevlpr
Offline Send Email
Apr 4, 2008
10:01 pm
42820
... Yes ... Rollback the transaction that has excepted. Basically, 1. Never NEVER try to mix DDL and DML in the same transaction 2. Separate each DDL...
Helen Borrie
helebor
Offline Send Email
Apr 4, 2008
10:34 pm
42821
Hi, I can get the selected bookmarked records, but how do I go about physically bookmarking a record programatically. Lets say for explanation purposes: I want...
Adrian Wreyford
ajwreyford
Offline Send Email
Apr 5, 2008
9:11 pm
42822
Hello Adrian, You can do it like this: If IB_Query1.Locate(NameId,.[]) then IB_Query1.Selected[IB_Query1.RowNum] := True; My example for inverse seelection: ...
Ramil
khabibr
Offline Send Email
Apr 6, 2008
2:56 am
42823
Thanks Ramil ! Hello Adrian, You can do it like this: If IB_Query1.Locate(NameId,.[]) then IB_Query1.Selected[IB_Query1.RowNum] := True; My example for inverse...
Adrian Wreyford
ajwreyford
Offline Send Email
Apr 6, 2008
6:35 am
42824
Hi I have an SQL which i run on a FB DB using a TIBOQuery. The Query has a Datasource attached which an TADOQuery connects to. The TADOQuery has an Insert...
Robert martin
chreos3
Offline Send Email
Apr 7, 2008
3:05 am
42825
... Well, the place to start would be to look at the code where you pick up the text from the current IBODataset row to pass it to the ADOQuery parameter. Of...
Helen Borrie
helebor
Offline Send Email
Apr 7, 2008
3:22 am
42826
Hi Helen ... There is no code ! The IBOQuery result fields have the same as the parameters in the TADOQuery. The TADOQuery is set to use the TIBOQuery as the...
Robert martin
chreos3
Offline Send Email
Apr 7, 2008
3:44 am
42827
Hi Helen ... There is no code copying between the two! The IBOQuery result fields have the same as the parameters in the TADOQuery. The TADOQuery is set to...
Robert martin
chreos3
Offline Send Email
Apr 7, 2008
3:44 am
42828
Hello Robert, I can not reproduce your situation. I have added the field "Stock0015" to the IBO sample database MASTER (IBO\Samples\TDataset\Filters): ALTER...
Ramil
khabibr
Offline Send Email
Apr 7, 2008
4:57 am
42829
If possibly applicable, by default, IBO returns a ftString if StrLen <= 255, else a ftMemo. This can be overridden in IB_Session.pas ... From: "Ramil"...
Hans
ittybittypro...
Offline Send Email
Apr 7, 2008
3:41 pm
42830
Hi Ramil I am using version 4.8.6 I try your code below in mine (I hadn't thought of testing it that way, thanks) and make sure it does trigger. I will get...
Robert martin
chreos3
Offline Send Email
Apr 7, 2008
9:02 pm
42831
Hi Changing that to 4096 fixes the problem for me ! However what impact will this have on all the other applications I develop? What are the side effects?...
Robert martin
chreos3
Offline Send Email
Apr 7, 2008
9:21 pm
42832
Hi It definitely fails. Hans's solution fixes the problem. I suspect in your sample data you need a record with some data in the field, then some NUll...
Robert martin
chreos3
Offline Send Email
Apr 7, 2008
9:28 pm
42833
It is workable by assigning say specific sizes to your ftMemo fields, like 4999, 5999, 6999 and modify the test where the IB_Session variable is used to return...
Hans
ittybittypro...
Offline Send Email
Apr 7, 2008
9:48 pm
42834
Hi Hans Actually I cant in this case because the fields are actually user defined sizes (up to 4096) we have a screen where they can create 'custom' storage...
Robert martin
chreos3
Offline Send Email
Apr 7, 2008
10:09 pm
42835
The ftString size override was put in place around 10/02/2003 // Version information IB_VERSION_MAJOR = '4'; IB_VERSION_MINOR = '2'; IB_VERSION_BUILD = 'I'; ...
Hans
ittybittypro...
Offline Send Email
Apr 7, 2008
11:34 pm
42836
Hi, I had installed firebird 2.0.3, then uninstalled it. Then I had installed firebird version 1.5.0.4306. The installation was complete successfully, and the...
maayanf24
Offline Send Email
Apr 8, 2008
9:23 am
Messages 42807 - 42836 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