I am using Delphi 5, Oracle 8.1.6 with an 7.3 client, and DOA 3.4.6.
When I use SubstitutedSQL for an OracleDataSet, my parameter which has a string value passed in does not get wrapped in quotes. The parameter is declared as otSubst, and the value being fed in is a parameter being pulled from...
I have just finished spending hours and hours working on getting code to find the variables so I can create them. I'm not very experienced in coding with Delphi, so forgive any bad coding, and feel free to make recommendations. This code will search for variables in your SQL statement, and...
I am trying to convert some code from using a TQuery to use the TOracleDataSet. And I am stuck.
I need to check to see if the variables are bound, and if not, prompt the user to enter a value. And I can't find anything about how to check to see if a variable is bound. What is the command I...