You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Andrew A <an...@gmail.com> on 2020/01/14 14:28:48 UTC

Reading Dataset from DB2 over JDBC

Hello everyone!
I try to get data from DB2 table which columns have names with
non-ascii (cyrillic) symbols, but I get from JDBC-driver error with
"SQLCODE=-206" (object-name IS NOT VALID IN THE CONTEXT WHERE IT IS
USED) and SQLERRMC consists of name of this column and the added parts
";N*.N*"  like "my column name;N*.N*" (column name contains
whitespaces).

How can i prevent this kind of error?

Thank you.

Regards,
Andrew.

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscribe@spark.apache.org