Recent content by phelton

  1. P

    SubstitutedSQL not wrapping strings in quotes

    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...
  2. P

    Checking to see if a varaible is bound

    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...
  3. P

    Checking to see if a varaible is bound

    Thank you so much!! I was looking everywhere to find the command to see if the variable was bound yet, and couldn't find it. I appreciate your help
  4. P

    Checking to see if a varaible is bound

    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...
Back
Top