lifesupport
Programmer
I'd like to know if this is possible and if so how do I write the code?
I created a view in SQL and named it @view_selstate because I wanted the name to be a variable. I'm not sure if I can do this, but it took in SQL.
I then was trying to reference it in Visual Studio VB Script
i.e. if @view_selstate.selection = " " then
Selection is the field name
I'm getting the following error: BC30201: Expression expected.
I'm not even sure if this can be done
Thanks in advance
I created a view in SQL and named it @view_selstate because I wanted the name to be a variable. I'm not sure if I can do this, but it took in SQL.
I then was trying to reference it in Visual Studio VB Script
i.e. if @view_selstate.selection = " " then
Selection is the field name
I'm getting the following error: BC30201: Expression expected.
I'm not even sure if this can be done
Thanks in advance