Click here to Skip to main content
15,906,625 members
Home / Discussions / Database
   

Database

 
AnswerRe: Creating a table Pin
Pete O'Hanlon18-Jun-07 0:01
mvePete O'Hanlon18-Jun-07 0:01 
AnswerRe: Creating a table Pin
Aaron VanWieren20-Jun-07 5:00
Aaron VanWieren20-Jun-07 5:00 
Questionsql Server 2000 Change table datas to another table Pin
kankeyan17-Jun-07 23:35
kankeyan17-Jun-07 23:35 
AnswerRe: sql Server 2000 Change table datas to another table Pin
Colin Angus Mackay17-Jun-07 23:41
Colin Angus Mackay17-Jun-07 23:41 
Generalthank u Pin
kankeyan17-Jun-07 23:49
kankeyan17-Jun-07 23:49 
Questionblob Pin
WhiteGirl2317-Jun-07 22:41
WhiteGirl2317-Jun-07 22:41 
AnswerRe: blob Pin
Colin Angus Mackay17-Jun-07 23:11
Colin Angus Mackay17-Jun-07 23:11 
QuestionDAAB January 2006 @ReturnValue Confusion Pin
Brendan Vogt17-Jun-07 9:52
Brendan Vogt17-Jun-07 9:52 
Hi,

I am using DAAB January 2006. I have the following declaration, do I need it, I get an error:

db.AddOutParameter(command, "@ReturnValue", DbType.Int32, 4);

Error:

Procedure or function sp_Property_InsertProperty has too many arguments specified.

I use it to get the value returned like:

using (dr = db.ExecuteReader(command))
{
intResultCode = (int)db.GetParameterValue(command, "@ReturnValue");
}

The variable @ReturnValue is what SQL returns and need not be declared?

Please can someone help?

Regards
ma se
AnswerRe: DAAB January 2006 @ReturnValue Confusion Pin
sam#17-Jun-07 21:59
sam#17-Jun-07 21:59 
AnswerRe: DAAB January 2006 @ReturnValue Confusion Pin
Mike Dimmick18-Jun-07 5:28
Mike Dimmick18-Jun-07 5:28 
QuestionHow to get a better way to retrieve data from database? Pin
davidlks17-Jun-07 0:52
davidlks17-Jun-07 0:52 
AnswerRe: How to get a better way to retrieve data from database? Pin
sam#17-Jun-07 21:53
sam#17-Jun-07 21:53 
QuestionSQL server 2005 Enterprise Edition Doubt... Pin
Sathyaa1516-Jun-07 23:18
Sathyaa1516-Jun-07 23:18 
AnswerRe: SQL server 2005 Enterprise Edition Doubt... Pin
sam#17-Jun-07 21:45
sam#17-Jun-07 21:45 
GeneralRe: SQL server 2005 Enterprise Edition Doubt... Pin
Colin Angus Mackay17-Jun-07 21:48
Colin Angus Mackay17-Jun-07 21:48 
AnswerRe: SQL server 2005 Enterprise Edition Doubt... Pin
Colin Angus Mackay17-Jun-07 21:47
Colin Angus Mackay17-Jun-07 21:47 
GeneralRe: SQL server 2005 Enterprise Edition Doubt... Pin
sam#17-Jun-07 21:56
sam#17-Jun-07 21:56 
GeneralRe: SQL server 2005 Enterprise Edition Doubt... Pin
Colin Angus Mackay17-Jun-07 22:40
Colin Angus Mackay17-Jun-07 22:40 
GeneralRe: SQL server 2005 Enterprise Edition Doubt... Pin
Pete O'Hanlon17-Jun-07 23:43
mvePete O'Hanlon17-Jun-07 23:43 
GeneralRe: SQL server 2005 Enterprise Edition Doubt... Pin
Mike Dimmick18-Jun-07 2:34
Mike Dimmick18-Jun-07 2:34 
GeneralRe: SQL server 2005 Enterprise Edition Doubt... Pin
Colin Angus Mackay18-Jun-07 8:47
Colin Angus Mackay18-Jun-07 8:47 
QuestionFULL TEXT SEACRH SQL SERVER 2000 Pin
Durahman Hamdan16-Jun-07 17:54
Durahman Hamdan16-Jun-07 17:54 
AnswerRe: FULL TEXT SEACRH SQL SERVER 2000 Pin
Member 387988117-Jun-07 20:41
Member 387988117-Jun-07 20:41 
Questiongroup by clause. Pin
Vipin.d15-Jun-07 23:25
Vipin.d15-Jun-07 23:25 
AnswerRe: group by clause. Pin
Arun.Immanuel16-Jun-07 1:07
Arun.Immanuel16-Jun-07 1:07 

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.