SyntaxFix
Write A Post
Hire A Developer
Questions
It's VERY important to include:
SET NOCOUNT ON;
into SP, In First line, if you do INSERT in SP, the END SELECT can't return values.
INSERT
END SELECT
THEN, in vb60 you can:
SET RS = CN.EXECUTE(SQL)
OR:
RS.OPEN CN, RS, SQL