Hi!
I want to Select a Field with Special characters like "." and "-"
from an externally Program.
I want to do that with SQL and JDBC but it dosn`t work.
For Example: "SELECT 'No.', Description, Class FROM Item";
When I start the Program then this SELECT I get the Error:
java.sql.SQLException: Column name: No. cannot be found in result set
Know anyone a solution for this Problem???
Best regards
Dietmar
0
Comments