Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can I get the original string from a HashCode? Pin
Judah Gabriel Himango10-Apr-06 7:10
sponsorJudah Gabriel Himango10-Apr-06 7:10 
AnswerRe: Can I get the original string from a HashCode? Pin
Guffa10-Apr-06 6:11
Guffa10-Apr-06 6:11 
Questionhooking keyboard from IE Pin
LMHP10-Apr-06 5:23
LMHP10-Apr-06 5:23 
Questionhooking keyboard from IE Pin
LMHP10-Apr-06 5:22
LMHP10-Apr-06 5:22 
QuestionProblem of begginer Pin
papa198010-Apr-06 4:10
papa198010-Apr-06 4:10 
AnswerRe: Problem of begginer Pin
albCode10-Apr-06 4:14
albCode10-Apr-06 4:14 
GeneralRe: Problem of begginer Pin
papa198010-Apr-06 4:33
papa198010-Apr-06 4:33 
GeneralRe: Problem of begginer Pin
papa198010-Apr-06 4:36
papa198010-Apr-06 4:36 
The main problem is becaus i don't know what to give to @marks like parameter in create update down is a code for update command/

begin transaction
select @id_mark=id_mark from printer_mark where name_mark=@marks
if @@rowcount<>1 begin
rollback transaction
return
end
update printer_type
set name_type=@name_type,black_cartridge=@black_cartridge,color_cartridge=@color_cartridge,
discription=@discription,note=@note, id_mark=@id_mark where id_type=@id_type
if @@rowcount<>1 begin
rollback transaction
return
end
commit transaction
in all time is give me same error what to do?
Must declare the variable '@marks'.

-- modified at 10:39 Monday 10th April, 2006
Questionhow draw a window titlebar look like always active? Pin
Sasuko10-Apr-06 4:02
Sasuko10-Apr-06 4:02 
AnswerRe: how draw a window titlebar look like always active? Pin
Judah Gabriel Himango10-Apr-06 5:39
sponsorJudah Gabriel Himango10-Apr-06 5:39 
GeneralRe: how draw a window titlebar look like always active? Pin
Sasuko11-Apr-06 2:05
Sasuko11-Apr-06 2:05 
GeneralRe: how draw a window titlebar look like always active? Pin
Judah Gabriel Himango11-Apr-06 4:48
sponsorJudah Gabriel Himango11-Apr-06 4:48 
QuestionCalling Unmanaged Class in C# Pin
Zeeshan Gulzar10-Apr-06 3:46
Zeeshan Gulzar10-Apr-06 3:46 
AnswerRe: Calling Unmanaged Class in C# Pin
Judah Gabriel Himango10-Apr-06 5:36
sponsorJudah Gabriel Himango10-Apr-06 5:36 
Questionarray incrementation Pin
pankajgarg1210-Apr-06 3:37
pankajgarg1210-Apr-06 3:37 
AnswerRe: array incrementation Pin
Guffa10-Apr-06 3:41
Guffa10-Apr-06 3:41 
GeneralRe: array incrementation Pin
pankajgarg1210-Apr-06 3:57
pankajgarg1210-Apr-06 3:57 
AnswerRe: array incrementation Pin
Guffa10-Apr-06 5:54
Guffa10-Apr-06 5:54 
GeneralRe: array incrementation Pin
pankajgarg1210-Apr-06 18:45
pankajgarg1210-Apr-06 18:45 
AnswerRe: array incrementation Pin
Darth110-Apr-06 20:59
Darth110-Apr-06 20:59 
QuestionVS 2003 and VS 2005? Pin
naglbitur10-Apr-06 3:19
naglbitur10-Apr-06 3:19 
AnswerRe: VS 2003 and VS 2005? Pin
Stefan Troschuetz10-Apr-06 3:26
Stefan Troschuetz10-Apr-06 3:26 
AnswerRe: VS 2003 and VS 2005? Pin
albCode10-Apr-06 3:35
albCode10-Apr-06 3:35 
QuestionXML problem Pin
Timothy_198210-Apr-06 2:45
Timothy_198210-Apr-06 2:45 
AnswerRe: XML problem Pin
Timothy_198210-Apr-06 20:19
Timothy_198210-Apr-06 20:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.