S
Scott Sosna
I am using OracleDataAdapter.FillSchema() to get the primary key
information for the table used in the query string assigned to the
command. If the table is referenced directly (such as SELECT * FROM
SCHEMA.TABLE) I get the array of DataColumns in the primary key. If
the table is referenced through synonyms (public or private, such as
SELECT * FROM TABLE where the table is in a different schema) I get no
primary key columns.
..NET Framework 1.0.3705
Microsoft Oracle .NET Data Provider 1.0.0.3328
Using a later version of the .NET Framework is not an option. Thanks.
information for the table used in the query string assigned to the
command. If the table is referenced directly (such as SELECT * FROM
SCHEMA.TABLE) I get the array of DataColumns in the primary key. If
the table is referenced through synonyms (public or private, such as
SELECT * FROM TABLE where the table is in a different schema) I get no
primary key columns.
..NET Framework 1.0.3705
Microsoft Oracle .NET Data Provider 1.0.0.3328
Using a later version of the .NET Framework is not an option. Thanks.