Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将 .CommandText 设置为类似 "set @v1 := 8; select @v1" 会导致语法错误,但任何像 .CommandText = "select 8" 这样的单个查询都可以正常工作。