04-16-2018 07:26 AM
I think that documentation for DBExecutePreparedSQL function contains a bug.
The description for return value resultCode states:
Statement execution handle that identifies the statement and is a parameter to other functions. If the return value is less than or equal to 0, the LabWindows/CVI SQL Toolkit was not able to execute the statement.
but it doesn't seem a statement execution handle.
The main difference is that 0 is returned if everything works fine.
Could you verify (and hopefully fix it), please?
Solved! Go to Solution.
04-17-2018 03:22 AM
Thanks for pointing that out. CAR #695026 has been written.
Catalin
09-05-2022 03:56 AM
I can confirm that return = 0 everything works fine, thanks vix, you solved a big headache for me!