cancel
Showing results for 
Search instead for 
Did you mean: 
EricCournarie
New Contributor III
since ‎09-24-2024
3 weeks ago

User Stats

  • 4 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello,Using the JDBC Driver , when I check the metadata of a result set, when retrieving the column name, it's the column type that is given . Here what it looks like in the meta data . Using version 2.6.40, with the query SELECT "id" string, "year" ...
Hello,Using the JDBC Driver , when I check the metadata of a prepared statement, the column names names are all uppercase . This does not happen when running a DESCRIBE on the same select. Any properties to set , or it is a known issue ? or a workaro...