sse
Member²
Does anyone know how to make Direct Oracle Access work with queries involving tables that lead with numeric characters?
The original tables were created with double quotes and we form our queries with double quotes around the table names. But DOA purposefully strips the double quotes when performing its internal/intermediate queries (ref, TOracleDataset.GetUpdatingTable). This leads to access violations in our application.
Unfortunately, modifying the tablenames at this point is not feasible.
Has anyone else experienced this, and if so, how have you gotten around the problem.
This is an older system and the double quoted table names are pervasive.
Thank you!!
The original tables were created with double quotes and we form our queries with double quotes around the table names. But DOA purposefully strips the double quotes when performing its internal/intermediate queries (ref, TOracleDataset.GetUpdatingTable). This leads to access violations in our application.
Unfortunately, modifying the tablenames at this point is not feasible.
Has anyone else experienced this, and if so, how have you gotten around the problem.
This is an older system and the double quoted table names are pervasive.
Thank you!!