Help with VB SQL Server 7.0
I'm working through the Beginning Visual Basic SQL Server 7.0 book, and have stumbled across a problem with one of the exercises in chapter 10.
I'm trying to add the stored procedure for up_parmins_employer_information but SQL keeps giving me an error.
It's falling over on: Select @Continue = 1
The error message is: Msg 156, level 15, state 1, procedure up_parmins-employer_information, line 21 incorrect syntax near the keyword 'Select'
Can anyone help please? :(
|