Hy there,
Ok, after solving the last problem with simply declaring it as system
problem, here's another one:
After successfully connecting to a database, I would like to execute a
SELECT statement.
No problems with simple ones without WHERE.
But as soon, as there is a condition in it, I get the message "The request
properties can not be supported by this ODBC Driver."
Doesn't it say in the online help "The driver supports all Select statement
clauses as described in SQL for Flat-File Drivers" and the WHERE is in
there?
Thanx
Harald
P.S. Here my SQL Statements:
This works:
SELECT MEAS1, MEAS2, MEAS3, MEAS4 FROM APP_TEMP
This not:
SELECT MEAS1, MEAS2, MEAS3, MEAS4 FROM APP_TEMP WHERE UUT=1303
mailto:HIlg@gmx.net