Questions tagged [input-parameters]
65 questions
0
votes
0 answers
Is there a way to get the parameter values bound to a statement that caused an error from an eventtrigger?
Is there anyway to get the input parameter values, if any, bound to the a statement that caused an error in the database from a trigger? Regardless if the statement in SQL och a procedure/function call.
I'm trying to set up a log of errors on a…

user3035856
- 1
- 1
0
votes
0 answers
Run an .exe file with 1 input parameter from MATLAB
I have an .exe file developed in C# that is called by Matlab.
DirPath = '\\MYSERVER\PARENT_DIR\CHILD DIR\'
The old version of my command worked right
without input parameter: system( fullfile([DirPath 'NameOfExe']) )
The new version which requires…

Maddy
- 2,520
- 14
- 44
- 64
0
votes
0 answers
Calling .exe file but stdInput.readline gives same output for every input
I am calling external myexefile.exe from java. The .exe File is executed properly in java but when I captured output of the .exe file through the following code, for each input every time it gives the same output 55.11 .However in command prompt…

user1805525
- 21
- 1
- 4
0
votes
1 answer
Is it possible to assign a default value to web service request input parameter
I wonder if it's possible to assign a default value for web service request input parameter. Here's my input parameter in the wsdl:
In the code side I check for the value of pensionType like…

Mikayil Abdullayev
- 12,117
- 26
- 122
- 206
-2
votes
1 answer
Stored procedure invoked in C# doesn't return any records
I'm struggling with very strange thing. I'm having SQL Server Stored procedure which has XML and Guid as input parameters.
@ID uniqueidentifier,
@Xml XML
it's then creating a table from XML, which is as the end filled with XML data. In the next…

marczulajtis
- 127
- 2
- 15