Click here to Skip to main content
15,886,422 members

Comments by littleGreenDude (Top 46 by date)

littleGreenDude 25-Feb-19 9:17am View    
Thank you for the feedback. Your solution works. One small edit though. Your link points back to this code project page and not to the stackblitz page.

Also for completeness (for anybody else who looks at this) could you include the typescript code in your answer?
littleGreenDude 11-Jan-19 13:25pm View    
parallel port? Sounds like its time for a printer/machine upgrade. That reminds me. Time to re-load the green bar paper in my tractor feed printer.
littleGreenDude 7-Dec-18 10:38am View    
Deleted
Its more of an environment setup question than a programming question. Why does something work directly from 3ds, but not from VS?
Side note, Going to the suggested link and searching for 3ds comes up empty. Same "no results" for searching on 'PySide2'. A tut would just lead me down a happy path with an irrelevant environment config. The complexity is a work requirement.
littleGreenDude 25-Oct-18 14:35pm View    
Funny that my response isn't good enough here, but it was here: https://www.codeproject.com/Questions/785634/Convert-Jquery-to-Javascript
littleGreenDude 23-Oct-18 9:20am View    
A couple of things, could you show us the stored procedure? And, ExecuteNonQuery will return an integer value, so change the line to something like int iReturnValue = cmd.ExecuteNonQuery();
This will allow you to check the result value. It should be the number of rows inserted. If it is zero or -1 then you have a problem. It is probably a parameter type problem or null value handling problem.