Closed GoogleCodeExporter closed 9 years ago
Parametrised queries is a RDBMS feature; there is no string-based substitution
- rather, your literal SQL is sent, along with appropriately typed/values
parameters. In Oracle, IIRC the parameter symbol is `:`; so try:
values(seq_role_comments.nextval, :RoleId, :CandidateId, :PersonnelId, :Comment, :CDate)
Original comment by marc.gravell
on 10 May 2012 at 12:36
Thanks for that Marc. It worked a treat.
Original comment by pjsTar...@gmail.com
on 11 May 2012 at 8:22
Original comment by marc.gravell
on 11 May 2012 at 1:36
Original issue reported on code.google.com by
pjsTar...@gmail.com
on 10 May 2012 at 10:10