WinCC Flexible Stored Procedures SQL

R

Thread Starter

Ryan Gerber

Hi there everybody

I have a project in WinCC Flexible 2008 SP3. I am trying to add values to a SQL stored procedure. The stored procedure does work if I use hard coded values instead of parameters.

I am calling the stored procedure from a VB script and it runs whenever a value is changed/updated. I keep getting an error which says that the parameter @paraname has not been supplied yet it clearly has! if anyone needs to see screenshots please let me know.

Does anyone have any ideas? I have tried a few approaches as far as the script is concerned and am at my wits end. Any input would be greatly appreciated.

Thanks for taking the time to read this.
 
Top