bind param

2001-02-19 Thread Rajesh Yenumulapally
Hi People What do you mean by Can't bind unknown placeholder ':' (':') here is the trace output at level 2 * DBI 1.14-nothread dispatch trace level set to 2 Note: perl is running without the recommended perl -w option -> bind_param for DBD::Orac

Re: bind param problem

2001-02-07 Thread Rajesh Yenumulapally
The original oracle error message was ORA-01400: cannot insert NULL into ("GRCT"."CGNT222_HELP_USER"."ID_RACF") (DBD ERROR: OCIStmtExecute) instead of ORA-01008: not all variables bound (DBD ERROR: OCIStmtExecute). (apologize for the miscommunication) --

Re: bind param problem

2001-02-07 Thread Rajesh Yenumulapally
Hi again here I am using the same databse for both the web servers.I am getting the error ORA-01008: not all variables bound (DBD ERROR: OCIStmtExecute). Based on this shall I am assume there is something fault with the installation and configuration of the DBI or DBD::Oracle on the web server rat

Re: bind param problem

2001-02-06 Thread Rajesh Yenumulapally
olumn) except the one which I showed it down below. Please email me if you have any questions. Thank You and have a great day. Rajesh Yenumulapally <[EMAIL PROTECTED]> wrote: Hi I wrote a script which uses a bind_param function of the DBI and it works perfectly fine on one server but

bind param problem

2001-02-06 Thread Rajesh Yenumulapally
Hi I wrote a script which uses a bind_param function of the DBI and it works perfectly fine on one server but not on the other one. My first server has the perl 5.003/DBI 0.79 and my second server has perl 5.6.0/DBI 1.13.I noticed that the bind param function stopped taking empty strings as

bind param problem

2001-02-05 Thread Rajesh Yenumulapally
Hi I wrote a script which using bind param function of the DBI and it works perfectly fine on one server but not on the other one. My first server has the perl 5.003/DBI 0.79 and my second server has perl 5.6.0/DBI 1.13.I noticed that the bind param function stopped taking empty strings as one o