Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> UPDATE - Error

UPDATE - Error

From: uri bargil <uri_at_trans-planet.com>
Date: Fri, 30 Apr 1999 07:10:43 +0300
Message-ID: <37292D43.29AEC93B@trans-planet.com>


Im using the UPDATE command to update some Columns in the DB. Im using oci with DB Oracle8,OAS 4.0.7 and SunSolaris 2.6. My Update look like this :
UPDATE CONN SET Acol=:acol,Bcol=:bcol,Ccol=:ccol WHERE VAR=:var I use OCIBindByName() to bind acol,bcoland ccol I use OCIBindByPos() to bind var.
after the OCIStmtExecute I get this error : ORA - 01403 : not all variables bound. What is the reason for this mistake and how can I solve it? Thank you
uri
e-mail :uri_at_trans-planet.com Received on Thu Apr 29 1999 - 23:10:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US