Click here to Skip to main content
15,917,005 members
Home / Discussions / Database
   

Database

 
QuestionHow do I link a variable to DefaultValue in dataset? Pin
dy1311-Oct-06 21:56
dy1311-Oct-06 21:56 
QuestionReporting Services 2005 issue Pin
rajaragothaman11-Oct-06 21:43
rajaragothaman11-Oct-06 21:43 
QuestionHow to create transaction log Pin
toink toink11-Oct-06 20:54
toink toink11-Oct-06 20:54 
AnswerRe: How to create transaction log Pin
Mike Dimmick12-Oct-06 5:51
Mike Dimmick12-Oct-06 5:51 
QuestionSQL Server 2005 BackUp Pin
dikshit0511-Oct-06 20:03
dikshit0511-Oct-06 20:03 
QuestionHow to backup data for sql server 2000 in sql server 2005? Pin
neo_605311-Oct-06 16:44
neo_605311-Oct-06 16:44 
QuestionStored Procedure Return Value HELP! Pin
Lisana11-Oct-06 6:25
Lisana11-Oct-06 6:25 
AnswerRe: Stored Procedure Return Value HELP! Pin
Private_Void11-Oct-06 7:47
Private_Void11-Oct-06 7:47 
Lisa you have a couple of options...
First you could execute your sql command as executereader (which returns a data reader) and you could read from that. You could execute your sql command as executescalar which returns the first row of the SP as a string. For both of these options you will need to SET @Rowcount = @@RowCount then SELECT @RowCount. Or you could have an output parameter in your stored proc. Your asp code would need to be looking for a parameter type of output in order to grab this value.

This article should help you assess what you would like to do http://aspnet.4guysfromrolla.com/articles/062905-1.aspx[^]

I hope this helps.
Questionplz answer for this question Pin
Ravi Shankar4311-Oct-06 3:27
Ravi Shankar4311-Oct-06 3:27 
AnswerRe: plz answer for this question Pin
Colin Angus Mackay11-Oct-06 3:50
Colin Angus Mackay11-Oct-06 3:50 
QuestionDatabase Access help Pin
eric_tran11-Oct-06 3:01
eric_tran11-Oct-06 3:01 
AnswerRe: Database Access help Pin
Frank Kerrigan11-Oct-06 3:10
Frank Kerrigan11-Oct-06 3:10 
GeneralRe: Database Access help Pin
eric_tran11-Oct-06 3:24
eric_tran11-Oct-06 3:24 
QuestionSQL -Cursors Pin
si_6910-Oct-06 23:42
si_6910-Oct-06 23:42 
AnswerRe: SQL -Cursors Pin
Private_Void11-Oct-06 3:31
Private_Void11-Oct-06 3:31 
QuestionHow Can I Use Pivot (sql server 2005) Pin
hamidreza esmaeily10-Oct-06 22:07
hamidreza esmaeily10-Oct-06 22:07 
AnswerRe: How Can I Use Pivot (sql server 2005) Pin
Colin Angus Mackay11-Oct-06 3:02
Colin Angus Mackay11-Oct-06 3:02 
AnswerRe: some logic mistake...need [help]URGENT..help.. Pin
Frank Kerrigan11-Oct-06 2:53
Frank Kerrigan11-Oct-06 2:53 
Questiondatabase problem Pin
With_problem10-Oct-06 21:24
With_problem10-Oct-06 21:24 
QuestionHow do I connect ASP.NET page to Lotus notes to send a mail ? Pin
justprashant10-Oct-06 20:14
justprashant10-Oct-06 20:14 
AnswerRe: How do I connect ASP.NET page to Lotus notes to send a mail ? Pin
Frank Kerrigan11-Oct-06 2:54
Frank Kerrigan11-Oct-06 2:54 
AnswerRe: How do I connect ASP.NET page to Lotus notes to send a mail ? Pin
User 19428926-Oct-06 2:33
User 19428926-Oct-06 2:33 
Questionmovie CATALOGUE Pin
flemmard10-Oct-06 17:17
flemmard10-Oct-06 17:17 
AnswerRe: movie CATALOGUE Pin
Colin Angus Mackay11-Oct-06 3:00
Colin Angus Mackay11-Oct-06 3:00 
GeneralRe: movie CATALOGUE Pin
flemmard11-Oct-06 14:45
flemmard11-Oct-06 14:45 

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.