Re: [sqlalchemy] Getting error 'ibm_db_dbi::Error: 0 params bound not matching 1 required'

2018-05-19 Thread Mike Bayer
hi there - we don't maintain ibm_db on this list, please use their own list: https://groups.google.com/forum/#!forum/ibm_db On Thu, May 17, 2018 at 8:48 AM, wrote: > Hi, > > I am calling stored procedure which has 1 out parameter. So my stored > procedure call is

[sqlalchemy] Getting error 'ibm_db_dbi::Error: 0 params bound not matching 1 required'

2018-05-18 Thread siddhesh
Hi, I am calling db stored procedure which has 1 out parameter. My procedure call is like CALL SOURCE.add_user_data ('', '', 2,?); When I am executing this statement using connection.execute() method , getting following error sqlalchemy.exc.DBAPIError: (ibm_db_dbi.Error)

[sqlalchemy] Getting error 'ibm_db_dbi::Error: 0 params bound not matching 1 required'

2018-05-18 Thread siddhesh
Hi, I am calling stored procedure which has 1 out parameter. So my stored procedure call is like CALL SOURCE.add_user_data ('', '', 2,?); When I am executing this statement using connection.execute() method , getting following error sqlalchemy.exc.DBAPIError: (ibm_db_dbi.Error)

[sqlalchemy] Getting error 'ibm_db_dbi::Error: 0 params bound not matching 1 required'

2018-05-18 Thread siddhesh
Hi, I am calling stored procedure which has 1 out parameter. So my stored procedure call is like CALL SOURCE.add_user_data ('', '', 2,?); When I am executing this statement using connection.execute() method , getting following error sqlalchemy.exc.DBAPIError: (ibm_db_dbi.Error)

[sqlalchemy] Getting error 'ibm_db_dbi::Error: 0 params bound not matching 1 required'

2018-05-18 Thread siddhesh
Hi, I am calling stored procedure which has 1 out parameter. So my stored procedure call is like CALL SOURCE.add_user_data ('', '', 2,?); When I am executing this statement using connection.execute() method , getting following error sqlalchemy.exc.DBAPIError: (ibm_db_dbi.Error)

[sqlalchemy] Getting error 'ibm_db_dbi::Error: 0 params bound not matching 1 required'

2018-05-18 Thread siddhesh
Hi, I am calling stored procedure which has 1 out parameter. So my stored procedure call is like CALL SOURCE.add_user_data ('', '', 2,?); When I am executing this statement using connection.execute() method , getting following error sqlalchemy.exc.DBAPIError: (ibm_db_dbi.Error)

[sqlalchemy] Getting error ibm_db_dbi::Error: 0 params bound not matching 1 required when trying to run stored procedure

2018-05-18 Thread siddhesh
Hi, I am calling stored procedure which has 1 out parameter. So my stored procedure call is like CALL SOURCE.add_user_data ('', '', 2,?); When I am executing this statement using connection.execute() method , getting following error sqlalchemy.exc.DBAPIError: (ibm_db_dbi.Error)