Hi,
I need to pass a hash, to a stored procedure in SQL server.
How do i do that ? and should i use Win32::ODBC or something else. i tried using Win32::ODBC, but i cant even pass a scalar value to the stored proc without getting an error message saying :
"Can't call method "Execute" on an undefined value" .Could someone tell me what this means ?