Oracle BOOLEAN type
Oracle BOOLEAN type
- Subject: Oracle BOOLEAN type
- From: "Pelaia II, Tom" <email@hidden>
- Date: Mon, 23 Aug 2010 14:02:17 -0400
- Acceptlanguage: en-US
- Thread-topic: Oracle BOOLEAN type
I am using WebObjects 5.4 and I am getting the following error when calling an Oracle function which returns a Boolean:
"Unable to determine JDBC type for attribute 'returnValue' when preparing output parameter for stored procedure"
The return value is configured as follows and I am assuming the problem is with the Boolean type:
name = "returnValue";
columnName = "000";
parameterDirection = 2;
externalType = BOOLEAN;
valueClassName = NSNumber;
valueType = c;
How does one specify the stored procedure to handle a Boolean return type?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden