Hi,
Language : java 1.6,
Driver : com.ddtek.jdbc.openedge.OpenEdgeDriver
Progress Db : 10.2B
I got a succesfull query with select * from pub.vendor.
But with the query select * from pub.vendor where 'name-vendor' = '1000' there is no result. (I know it is present in the table, so ther must be a result !)
There are no errors.
I try the fliedname: `name-vendor` --> Syntax error in SQL statement at or about "`name-vendor` = '1000' " (10713)
I tyr the fieldname: name-vender --> Column "name" cannot be found or is not specified for query. (13865)
Has somebody a idea or a solution ?
Rens
Language : java 1.6,
Driver : com.ddtek.jdbc.openedge.OpenEdgeDriver
Progress Db : 10.2B
I got a succesfull query with select * from pub.vendor.
But with the query select * from pub.vendor where 'name-vendor' = '1000' there is no result. (I know it is present in the table, so ther must be a result !)
There are no errors.
I try the fliedname: `name-vendor` --> Syntax error in SQL statement at or about "`name-vendor` = '1000' " (10713)
I tyr the fieldname: name-vender --> Column "name" cannot be found or is not specified for query. (13865)
Has somebody a idea or a solution ?
Rens