Recent content by m&m

  1. M

    TOracleQuery giving ORA-00911 Invalid Character

    Marco First I want to thank you for your reply, and second what about the other semi-colon's? Are they in error also? Mark Moss
  2. M

    TOracleQuery giving ORA-00911 Invalid Character

    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 );' ''...
Back
Top