Subject | Re: Borland QueryDataset Control |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-11-14T23:47:38Z |
> We are using the Borland Querydataset control. We are useing theWhat does this method mean? Also try to ask Borland what driver
> following:
>
> qds.column(1).isRequired()
>
> Everytime it returns false on all columns. Could someone tellme why
> it will not work?
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