Subject | Re: Updateable ResultSets - any progress? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-06-23T05:10:20Z |
> Couldn't you use the system tables to pull the pk for the table?Even better, you can do this using DatabaseMetaData class, see
>
> I know the .net driver does this with it's command builder.
getPrimaryKeys(String, String, String) method. But doing this for each
table would significantly decrease the performance.
Roman