Sorry Marco:
We Can currently use the FindVariables function to return a list of bind variables in a SQL statement.
What if a user wants you to supply potential values for the bind variables in a SQL statement? You have to know at least what column in the SQL statement each bind variable refers...
Is there any way to know which table.column a found bind variable belongs to - so I can then replace a found bind variable with a correct literal value in the actual SQL statement?
To get SYS grants, for a windows based App, try this:
- Have all your grants in a .SQL file.
- In Delphi code, Open up SQLPLUS in DOS, connecting as
'sysusername/syspassword@db as sysdba', then get SQLPUS to run the .SQL file with your grants.
have a client encountering issues with the DOA.
The application uses Oracle 7.3 and above, and the executable was made using Delphi 5, DOA version 3.3.1, and Net8.
The following error was encountered:
'Initialization error
Could not find OCI.dll
OracleHomeKey: SOFTWARE\ORACLE\HOME1...