create procedure MyP1 ( @a varchar(32) ) AS begin tran declare @b int delete from a1 where au_lname like @a select @b =@@rowcount if (@@error!=0) begin rollback tran return 200 end delete from a2 where au_lname like @a select @b=@b+@@rowcount ...
Declare @x intIf @x is null Select 'A'If @x=0 Select 'B'If @x=' ' Select 'C'A.AB.BC.C
以下关于变量定义,写法正确的是___。A、declare @x,@y intB、declare @x int,@y intC、declare int @x,@yD、declare int @x,int @y
解决方法:重新注册一下 win2000系统在运行里打:REGSVR32 C:\WINNT\SYSTEM32\USER32.DLL XP/2003系统在运行里打:REGSVR32 C:\WINDOWS\SYSTEM32\USER32.DLL 如果你的系统不是安装在C盘 就把前面的C改成你的系统所在的盘符如D 如果还不行 你就重新一下载一个 user32.dll REGSVR32 user32....
SendMessage h, WM_GETTEXT, 255, ByVal iparam