Click here to Skip to main content
16,016,067 members

Comments by Member 14207397 (Top 5 by date)

Member 14207397 4-May-19 1:21am View    
can anyone tell me..for window application(i got same error..how to solve)
Member 14207397 12-Apr-19 1:59am View    
Deleted
//comming error
Must declare the scalar variable "@".
Member 14207397 2-Apr-19 2:42am View    
If you are using a Console Application -

Environment.Exit(0);
if you are using a Windows Forms based application

Application.Exit();
Member 14207397 2-Apr-19 2:16am View    
System.Exit(0);
Member 14207397 1-Apr-19 15:41pm View    
-- Syntax for SQL Server(so took @sql)
-- Declare the variable to be used.
DECLARE @MyCounter int;

-- Initialize the variable.
SET @MyCounter = 0;--(Set their values)
local variable named @sql to retrive value