Can we see some code?
The error is, what it states, you are mixing placeholders.

i.e.
     $dbh->prepare(select * from foo where bar = ? and foobar = :p1);

..check the code for :"string" and :number mixture in a statement.


On 14-Sep-01 Riyaad Miller - MWeb wrote:
> Hi ALL
> 
> Has anyone come across the following error:
> "Can't mix placeholder styles (:foo/:1) at
> /usr/local/lib/perl5/site_perl/DBD/Oracle.pm line 293, <LOGFILE> chunk
> 1085."
> 
> Unix OS - SunOS 5.6
> Oracle - 7
> 
> The problem does multiple actions ranging from updates, insert and of course
> selects from my DB.
> Your help would be appreciated!
> Thanks ...
> Regards Riyaad.

----------------------------------
E-Mail: Scott T. Hildreth <[EMAIL PROTECTED]>
Date: 14-Sep-01
Time: 08:29:30
----------------------------------

Reply via email to