Subject | Re: Borland QueryDataset Control |
---|---|
Author | betch232003 |
Post date | 2003-11-15T02:05:58Z |
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:
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 useingthe
> > following:why
> >
> > qds.column(1).isRequired()
> >
> > Everytime it returns false on all columns. Could someone tellme
> > it will not work?is
>
> 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
> somehow connected with them. Maybe they use some otherunimplemented
> methods from JDBC...
>
> Roman