Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating object Pin
BoneSoft19-Jun-06 5:42
BoneSoft19-Jun-06 5:42 
GeneralRe: Creating object Pin
LongRange.Shooter20-Jun-06 17:24
LongRange.Shooter20-Jun-06 17:24 
Questiongetting day of the date Pin
SR Ranjini18-Jun-06 22:55
SR Ranjini18-Jun-06 22:55 
AnswerRe: getting day of the date Pin
rah_sin18-Jun-06 23:25
professionalrah_sin18-Jun-06 23:25 
AnswerRe: getting day of the date Pin
Jesal Rana19-Jun-06 2:39
Jesal Rana19-Jun-06 2:39 
QuestionPLEASE HELP Pin
innocent7318-Jun-06 22:44
innocent7318-Jun-06 22:44 
AnswerRe: PLEASE HELP Pin
Colin Angus Mackay19-Jun-06 0:05
Colin Angus Mackay19-Jun-06 0:05 
GeneralRe: PLEASE HELP Pin
innocent7319-Jun-06 0:19
innocent7319-Jun-06 0:19 
Firstly I would like to say thank you for you attention. I already tried to get success result via a stored procedure. And unfortunately the result was not ok.Here is my stored procedure:
/****************************************************************
CREATE PROCEDURE [MaintStartUpdate]
(@PlateNumber_1 [char],
@MaintEntryDate_2 [smalldatetime],
@MaintReason_5 [char](20),
@MaintCompany_6 [char](20),
@MaintCompanyTel_7 [char](11),
@MaintCompanyAddress_8 [nvarchar](50))

AS
UPDATE [CollLogistics].[dbo].[MAINT_START]
SET
[MaintReason] = @MaintReason_5,
[MaintCompany] = @MaintCompany_6,
[MaintCompanyTel] = @MaintCompanyTel_7,
[MaintCompanyAddress] = @MaintCompanyAddress_8

WHERE
PlateNumber = @PlateNumber_1 AND
[MaintEntryDate]= @MaintEntryDate_2
GO
/**************************************************************
I really want to crash my computer right now. Because this is a very stupid and easy SQL update...And I still could not do anything!

GeneralRe: PLEASE HELP Pin
Colin Angus Mackay19-Jun-06 0:36
Colin Angus Mackay19-Jun-06 0:36 
GeneralRe: PLEASE HELP Pin
innocent7319-Jun-06 0:55
innocent7319-Jun-06 0:55 
GeneralRe: PLEASE HELP Pin
Colin Angus Mackay19-Jun-06 1:54
Colin Angus Mackay19-Jun-06 1:54 
AnswerRe: PLEASE HELP Pin
Nader Elshehabi19-Jun-06 1:14
Nader Elshehabi19-Jun-06 1:14 
GeneralRe: PLEASE HELP Pin
Colin Angus Mackay19-Jun-06 1:57
Colin Angus Mackay19-Jun-06 1:57 
QuestionApplying themes in application using VC# Pin
vikas84singh18-Jun-06 22:33
vikas84singh18-Jun-06 22:33 
AnswerRe: Applying themes in application using VC# Pin
BoneSoft19-Jun-06 4:28
BoneSoft19-Jun-06 4:28 
Questionhowto use dll in windows applications ? Pin
cmpeng3418-Jun-06 21:35
cmpeng3418-Jun-06 21:35 
AnswerRe: howto use dll in windows applications ? Pin
Paul Brower19-Jun-06 4:05
Paul Brower19-Jun-06 4:05 
Questionsql query Pin
Mahmood Ilyas18-Jun-06 21:00
Mahmood Ilyas18-Jun-06 21:00 
AnswerRe: sql query Pin
testy_proconsul18-Jun-06 23:08
testy_proconsul18-Jun-06 23:08 
AnswerRe: sql query Pin
Colin Angus Mackay19-Jun-06 0:07
Colin Angus Mackay19-Jun-06 0:07 
AnswerRe: sql query Pin
bannapradeep19-Jun-06 2:39
bannapradeep19-Jun-06 2:39 
GeneralRe: sql query Pin
Colin Angus Mackay19-Jun-06 3:52
Colin Angus Mackay19-Jun-06 3:52 
GeneralRe: sql query Pin
Mahmood Ilyas21-Jun-06 19:06
Mahmood Ilyas21-Jun-06 19:06 
QuestionCoding for search Pin
ChennaiBabu18-Jun-06 20:44
ChennaiBabu18-Jun-06 20:44 
AnswerRe: Coding for search Pin
Christian Graus19-Jun-06 0:15
protectorChristian Graus19-Jun-06 0:15 

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.