Trying to Assign an SQL returned value to a Project Variable
Hey there. I've been trying for a while to assign a value (returned from a SQL query) to a local variable. Here's the code: function SetCourseID() { var aCon, aCmd, setCourseID; var loca...