select @@VERSION as 版本 select @@LANGUAGE as 语言 go select * from kc declare yb insensitive cursor --定义静态游标 for select * from xs open yb --打开游标 if @@ERROR=0
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Wi
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号