Subject Re: Borland QueryDataset Control
Author betch232003
The method is to return a boolean whether the column is required or
not required.

Any help would be appreciated.

Thanks in advance

--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > We are using the Borland Querydataset control. We are useing
the
> > following:
> >
> > qds.column(1).isRequired()
> >
> > Everytime it returns false on all columns. Could someone tellme
why
> > it will not work?
>
> What does this method mean? Also try to ask Borland what driver
> methods to they call... Some methods in ResultSetMetaData are not
> implemented (isWritable() and isDefinitelyWritable()), maybe this
is
> somehow connected with them. Maybe they use some other
unimplemented
> methods from JDBC...
>
> Roman