Click here to Skip to main content
16,005,222 members
Home / Discussions / Database
   

Database

 
QuestionInsert in a table Pin
alee15.10.8826-Apr-06 1:17
alee15.10.8826-Apr-06 1:17 
AnswerRe: Insert in a table Pin
Colin Angus Mackay26-Apr-06 2:53
Colin Angus Mackay26-Apr-06 2:53 
AnswerRe: Insert in a table Pin
Eric Dahlvang26-Apr-06 6:28
Eric Dahlvang26-Apr-06 6:28 
Questionpassing an entire table to a stored procedure for update Pin
randprin25-Apr-06 23:09
randprin25-Apr-06 23:09 
QuestionSQL Server does not exist or access denied Pin
vicky45725-Apr-06 14:15
vicky45725-Apr-06 14:15 
AnswerRe: SQL Server does not exist or access denied Pin
Jerry Hammond25-Apr-06 18:22
Jerry Hammond25-Apr-06 18:22 
GeneralRe: SQL Server does not exist or access denied Pin
vicky45726-Apr-06 5:41
vicky45726-Apr-06 5:41 
QuestionBoth OUTPUT and Records from Sproc Pin
netsurf197025-Apr-06 12:31
netsurf197025-Apr-06 12:31 
I am using Sql Server 2000 and Visual Studio 2005 and c#. I am have stored procedure which takes some input parameters and it has couple of output parameters
it also returns a Recordset. I am trying to get the value from the Output parameter and also the read the SqlDataReader (which says that it has some rows)
but when I try to access the value in the output parameter it says that 'new' is required to access the data.

varSqlDataReader = SqlCommandObj.ExecuteReader();

How can I get both the Output parameter value back and also the records within the same procedure is this possible

Any sample code would be helpful.

Thanks


netsurf1970
Questionsqlexpress 2005 deployment problem Pin
User 91483325-Apr-06 3:15
User 91483325-Apr-06 3:15 
AnswerRe: sqlexpress 2005 deployment problem Pin
Paddy Boyd25-Apr-06 3:19
Paddy Boyd25-Apr-06 3:19 
GeneralRe: sqlexpress 2005 deployment problem Pin
User 91483325-Apr-06 3:44
User 91483325-Apr-06 3:44 
GeneralRe: sqlexpress 2005 deployment problem Pin
Paddy Boyd25-Apr-06 3:46
Paddy Boyd25-Apr-06 3:46 
GeneralRe: sqlexpress 2005 deployment problem Pin
User 91483325-Apr-06 21:07
User 91483325-Apr-06 21:07 
Questionplease help me Pin
manish2424-Apr-06 22:33
manish2424-Apr-06 22:33 
AnswerRe: please help me Pin
CWIZO25-Apr-06 21:46
CWIZO25-Apr-06 21:46 
QuestionHow to create dbs in Sql server 2005? Pin
sivakumarUSTRI24-Apr-06 21:01
sivakumarUSTRI24-Apr-06 21:01 
AnswerRe: How to create dbs in Sql server 2005? Pin
Frank Kerrigan25-Apr-06 0:35
Frank Kerrigan25-Apr-06 0:35 
AnswerRe: How to create dbs in Sql server 2005? Pin
Jerry Hammond25-Apr-06 4:42
Jerry Hammond25-Apr-06 4:42 
Questionlog file Pin
Krishnatv24-Apr-06 20:55
Krishnatv24-Apr-06 20:55 
AnswerRe: log file Pin
Colin Angus Mackay24-Apr-06 22:10
Colin Angus Mackay24-Apr-06 22:10 
QuestionSQL Server 2000 Database backup Pin
WDI24-Apr-06 20:30
WDI24-Apr-06 20:30 
AnswerRe: SQL Server 2000 Database backup Pin
Colin Angus Mackay24-Apr-06 20:39
Colin Angus Mackay24-Apr-06 20:39 
AnswerRe: SQL Server 2000 Database backup Pin
Frank Kerrigan25-Apr-06 0:30
Frank Kerrigan25-Apr-06 0:30 
Questionhow do i know the reason to fail my table creation in sql server Pin
Krishnatv24-Apr-06 19:51
Krishnatv24-Apr-06 19:51 
AnswerRe: how do i know the reason to fail my table creation in sql server Pin
Colin Angus Mackay24-Apr-06 20:36
Colin Angus Mackay24-Apr-06 20:36 

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.