Kbase P170574: Can a SQL statement sent to the ODBC driver be modified within the driver before it executes?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/27/2010 |
|
Status: Unverified
GOAL:
Can a SQL statement sent to the ODBC driver be modified within the driver before it executes?
GOAL:
Is it possible to change a SQL statement sent from an ODBC client before the ODBC driver executes the statement?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
Once a SQL statement is sent into the ODBC driver it is not possible for the driver itself to modify the statement. All modifications must be implemented within the client side application before the SQL statement is sent for execution.