Click here to Skip to main content
15,908,776 members

Comments by vemsoft (Top 12 by date)

vemsoft 28-May-15 0:55am View    
Thanks for your answer, In our example we are using CCES tool for executing the code and when i am writting c functions in assembly code it shows error can you plese tell me how to solve the error
vemsoft 22-May-15 0:59am View    
i am using three architecture and getting thar status in data datble........
please help me how to compare tha status and display message "record already exist..."
vemsoft 19-May-15 2:52am View    
yes i have column name component....here yhe user selects component...thats why i passed component=@component in where condition....
vemsoft 15-May-15 2:37am View    
@component varchar(50)
declare @var varchar(100)
select @var = stringval from @output where(substring(stringval,1,10)=@subcompname)

select sno, @var as stringval, iRnumber, Drawingnumber from iRnumber where subcompname like '%' + @var + ',%' and component=@component



hai kamlesh when iam passing component in the above query iam not getting this...
please help me.........
vemsoft 13-May-15 7:50am View    
Thank u.......kamlesh.its working....i added comma in the end