D
Dan Shepherd
I am trying to compile a CLR function as an EXE. When I try to use the VBC
/target:exe command I get an error indicating that there is no sub-form. All
I have in the project is a SQL script that has an embedded cursor. The
cursor runs through some SQL tables and exports data in a format I want. I
want an executable so the end user can launch it without having access to
sql, etc.
Is this possible?
/target:exe command I get an error indicating that there is no sub-form. All
I have in the project is a SQL script that has an embedded cursor. The
cursor runs through some SQL tables and exports data in a format I want. I
want an executable so the end user can launch it without having access to
sql, etc.
Is this possible?