Hello
I have a TOracleQuery Component in Delphi defined as below
object qryMakeInVisible: TOracleQuery
SQL.Strings = (
'Insert into LostApplicants ( Cycle_Year, Applicant_ID, Applicant_SSN )'
'values ( :CYCLEYEAR, :APPLICANTID, :APPLICANTSSN );'
''...