Patches item #435515, was opened at 2001-06-22 09:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=435515&group_id=3152
Category: modules Group: None Status: Open Resolution: None Priority: 5 Submitted By: Rob Cabacungan (robspassky) >Assigned to: Kriston Rehberg (kriston) Summary: nssybpd.c patch to handle binary() Initial Comment: This patch allows the user to pass variable-length binary fields into stored procedures, using sp_setparam. Just pass the binary as a hexadecimal string, with or without the '0x'. e.g. ... set password "fed0a3b1" ns_db sp_start $db ... ns_db sp_setparam $db password binary(4) in $password ... This patch should be applied to the nssybpd.c file, and was made against the nssybpd1_1.tar.gz module I found at www.aolserver.com on 6/22/01. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=435515&group_id=3152