Subject Re: Borland QueryDataset Control
Author Roman Rokytskyy
> 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