Hi,
This may have a simple response, so I thought I’d put the question out there.
I’m trying to create a flow that will write to a SQL database using a stored procedure. Some fields are optional, and when they are I’d like to insert a NULL into the missing field(s). When running the stored procedure and using ‘NULL’ as the input parameters, things work fine. But when I try running ‘call’ from webMethods, and pass nothing into the stored procedure when I don’t have the field, i get the error message:
java.sql.SQLException:[Microsoft][ODBC SQL Server Driver]Optional feature not implemented
I’ve setup null defaults in my database, and set all fields of my $data input of the ‘call’ flow to optional.
Any help would be appreciated.
d
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB