This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
Setting .CommandText to something like "set @v1 := 8; select @v1" results in syntax error, but any single query like .CommandText = "select 8" works fine.