Microsoft
Software
Hardware
Network
Question : how to capture out parameter from storedProcedure in java
I am calling Stored Procedure from JAVA application. If the stored procedure has a OUT parameter, how do we capture it.
Answer : how to capture out parameter from storedProcedure in java
After execution:
1:
String outParam = cs.getString(1); // OUT parameter
Random Solutions
Connecting two subnets on a cisco switch
Domain users unable to access share
Proxy settings in Windows 7
Terminal Server best practices
Backup Exec remote agent (Access Denied)
A potentially dangerous Request.Form value was detected from the client ...
Svchost.exe sending out spam; can't stop it!
SSIS package error trying to open
MYSQL UNION RETURNS DUPLICATE DATES
Send login information using javascript