The AddQuoteCharToObjectName function in SQLExpr.pas is
supplied the quote character used by any given driver
and is supposed to add that quote to the object name in
a SQL express if the object name is not already quoted.
Although it is supplied the quote character to use, it
does not test for it in its test to see if the object
name is already quoted. It tests explicitely for the
double quote char " instead.
This has the effect of causing any SQLClientDataSet
query to fail if the dataset is in ctTable mode and the
driver it is attached to (either directly or through a
connetion object) returns anything other than the
double quote character as that driver's quote character
of choice. This is most noticable in the dbxoodbc driver.
Logged In: YES
user_id=252234
The fix for this needs to wait until the DB components are
updated to K3.