Click here to Skip to main content
16,006,013 members
Home / Discussions / Database
   

Database

 
AnswerRe: [edit of overly long thread title] Pin
Jerry Hammond16-Oct-06 9:15
Jerry Hammond16-Oct-06 9:15 
Questionado.net - retrieve data from database Pin
fmardani16-Oct-06 0:45
fmardani16-Oct-06 0:45 
AnswerRe: ado.net - retrieve data from database Pin
Colin Angus Mackay16-Oct-06 5:55
Colin Angus Mackay16-Oct-06 5:55 
AnswerRe: ado.net - retrieve data from database Pin
shreekar16-Oct-06 19:57
shreekar16-Oct-06 19:57 
QuestionWhere do you put your transaction code? Pin
MY120115-Oct-06 23:28
MY120115-Oct-06 23:28 
AnswerRe: Where do you put your transaction code? Pin
Colin Angus Mackay16-Oct-06 5:57
Colin Angus Mackay16-Oct-06 5:57 
QuestionN-Tier Application Guide / Best Practices Pin
dafatdude15-Oct-06 21:46
dafatdude15-Oct-06 21:46 
QuestionStored Procedure is not Saving Records Pin
Syed Shahid Hussain15-Oct-06 21:20
Syed Shahid Hussain15-Oct-06 21:20 
hi I have made an stored procedure but it is not saving records. Can any one point out error in it.

<br />
CREATE  PROCEDURE [update__FData]<br />
	(@UName 	[nvarchar],<br />
	 @FName 	[nvarchar],<br />
	 @Given 	[bigint],<br />
	 @Pressed 	[bigint])<br />
<br />
AS UPDATE [TypingTutorDB].[dbo].[_FData] <br />
<br />
SET  [Given]	 = @Given,<br />
	 [Pressed]	 = @Pressed <br />
<br />
WHERE <br />
	( [UName]	 = @UName AND<br />
	 [FName]	 = @FName)<br />
<br />
GO<br />


Thanks

Syed Shahid Hussain

AnswerRe: Stored Procedure is not Saving Records Pin
MY120115-Oct-06 23:21
MY120115-Oct-06 23:21 
GeneralRe: Stored Procedure is not Saving Records Pin
Colin Angus Mackay16-Oct-06 0:31
Colin Angus Mackay16-Oct-06 0:31 
JokeRe: Stored Procedure is not Saving Records Pin
shreekar16-Oct-06 20:01
shreekar16-Oct-06 20:01 
AnswerRe: Stored Procedure is not Saving Records Pin
Syed Shahid Hussain16-Oct-06 1:00
Syed Shahid Hussain16-Oct-06 1:00 
AnswerRe: Stored Procedure is not Saving Records Pin
ednrgc19-Oct-06 6:10
ednrgc19-Oct-06 6:10 
AnswerRe: how to call store procedure out? Pin
Rob Graham16-Oct-06 10:49
Rob Graham16-Oct-06 10:49 
QuestionSQL INNER JOIN Pin
walalawll15-Oct-06 15:51
walalawll15-Oct-06 15:51 
AnswerRe: SQL INNER JOIN Pin
M Afzal Atta15-Oct-06 17:08
M Afzal Atta15-Oct-06 17:08 
GeneralRe: SQL INNER JOIN Pin
walalawll15-Oct-06 17:43
walalawll15-Oct-06 17:43 
AnswerRe: SQL INNER JOIN Pin
ednrgc19-Oct-06 6:12
ednrgc19-Oct-06 6:12 
Questionget return value from stored procedure Pin
Polymorpher14-Oct-06 17:07
Polymorpher14-Oct-06 17:07 
AnswerRe: get return value from stored procedure Pin
Rocky#14-Oct-06 20:12
Rocky#14-Oct-06 20:12 
GeneralRe: get return value from stored procedure Pin
Polymorpher14-Oct-06 20:18
Polymorpher14-Oct-06 20:18 
GeneralRe: get return value from stored procedure Pin
Rocky#14-Oct-06 20:26
Rocky#14-Oct-06 20:26 
GeneralRe: get return value from stored procedure Pin
Polymorpher14-Oct-06 20:54
Polymorpher14-Oct-06 20:54 
Questionquery on date VIP Pin
msleem14-Oct-06 5:21
msleem14-Oct-06 5:21 
AnswerRe: query on date VIP Pin
Rocky#14-Oct-06 21:21
Rocky#14-Oct-06 21:21 

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.