Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I'm trying to get a table schema from a Oracle database. I've tried it doing a "select * " from the table and after using "GetSchemaTable" from the OleDbDataReader. My problem is that it doesn't show me the primary key's. Help me!!