RE.Request ResultSet.getObject specification

Copper Contributor

Hi.

 

I am using the ResultSet.getObject(String columnLabel) of the SQL Server JDBC 4.0 API to get the column object.

 

However, the String columnLabel argument entered was not found.

 

An error occurs as shown in the image below.

 

그림1 (1).jpg

 

R14_1 column exists in my SQL Server.

 

I think the cause of this problem is that columnLabel contains space characters.

 

However, there is no problem when using the same table configuration and the same JDBC code in Oracle, but it only happens in SQL Server.

 

Why is this?

0 Replies