in reply to Re^2: Input output binding using DBI
in thread Input output binding using DBI
Note the difference between your bind_param_inout calls and mine. See the backslash before the variable names in mine? That says "pass a reference to this variable", not the varable itself.