Please help me, I don\'t know what can be wrong with the following code:
OdbcConnection conn = new OdbcConnection(connString); String query =
Typically you'll see this when you misspell a column name in your SQL statement. Are you sure of those column names (custId, custName, etc.)?