Subject | Re: [IBO] found ibo (?) bug |
---|---|
Author | Hundri Magusin |
Post date | 2002-05-24T08:02:33Z |
sorry, it's d:\buskettib\buskett.gdb.... ignore the test thingy
"Lucas Franzen" <luc@...> wrote in message
news:3CED16B4.747E09A7@......
"Lucas Franzen" <luc@...> wrote in message
news:3CED16B4.747E09A7@......
>failed
> Hundri,
>
> Interesting.
>
> Your table has a databaseName property:
> DatabaseName = 'd:\test\test.gdb'
>
> Your Database has a ParamsSettinge:
> Params.Strings = (
> 'PATH=d:\buskettib\buskett.gdb'
> 'SYSDBA=sysdba'
> 'USER NAME=sysdba')
>
> I wonder which database is valid now and which database has the changed
> boolean definition now.
>
> Luc.
>
>
>
> Hundri Magusin schrieb:
> >
> > I've fixed my boolean definition, which now reads:
> >
> > CREATE DOMAIN BOOL AS
> > VARCHAR(1) CHARACTER SET NONE
> > DEFAULT 'F'
> > NOT NULL
> > CHECK (VALUE IN ('T','F'))
> > COLLATE NONE
> >
> > but still I get the same effect. TIBOQuery triggers the same error.
> >
> > The funny part is that, if you look at my previous post, after the
> > locate if I read IBOTable1NAME.asString again (i.e. the 2nd time) Istill
> > get the same result as if the cursor never moved. But then when I sayproject if
> > edit/post the cursor has moved to the end.... I can attach a demo
> > need be.___________________________________________________________________________
> >
> > For all it's worth, here's a snip from the dfm:
> >
> > object IBOTable1: TIBOTable
> > Active = True
> > DatabaseName = 'd:\test\test.gdb'
> > GeneratorLinks.Strings = (
> > 'ID=COUNTRIES_GEN')
> > IB_Connection = IBODatabase1
> > RecordCountAccurate = True
> > BeforePost = IBOTable1BeforePost
> > TableName = 'COUNTRIES'
> > FieldOptions = []
> > Left = 36
> > Top = 40
> > object IBOTable1ID: TIntegerField
> > FieldName = 'ID'
> > Required = True
> > end
> > object IBOTable1NAME: TStringField
> > FieldName = 'NAME'
> > Size = 60
> > end
> > object IBOTable1X: TStringField
> > FieldName = 'X'
> > Required = True
> > Size = 1
> > end
> > end
> > object IBODatabase1: TIBODatabase
> > Params.Strings = (
> > 'PATH=d:\buskettib\buskett.gdb'
> > 'SYSDBA=sysdba'
> > 'USER NAME=sysdba')
> > Left = 124
> > Top = 28
> > SavedPassword = '.JuMbLe.01.432B0639073E0E4B49'
> > end
> >
> > Regards,
> > Hundri
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>