Re: [DB-SIG] How to use Prepared Statment? Facing Error

2006-02-03 Thread Andy Todd
python eager wrote: > hi, i am using the same method what you suggest. While running the > program i am getting the following error > > AttributeError: db_connection instance has no attribute 'paramstyle' > > Please rectify the error > > thank you > Python Eager > > */Andy Todd <[EMAIL PROT

[DB-SIG] How to use Prepared Statment? Facing Error

2006-02-03 Thread python eager
hi, i am using the same method what you suggest. While running the program i am getting the following error   AttributeError: db_connection instance has no attribute 'paramstyle'   Please rectify the error   thank you Python EagerAndy Todd <[EMAIL PROTECTED]> wrote: python eager wrote:> Hi

Re: [DB-SIG] How to use Prepared Statment?

2006-02-03 Thread Andy Todd
python eager wrote: > Hi this my code snippet. This code will not execute. And also this code > raise error. > > DatabaseError: ORA-01036: illegal variable name/number > > What is the problem. Please give me a solution. Is there any problem is > sql statment please give the correct statment,