Click here to Skip to main content
15,887,175 members
Home / Discussions / Database
   

Database

 
GeneralRe: Error when I run my C# program that work's with Oracle Pin
E_Gold22-Apr-09 19:12
E_Gold22-Apr-09 19:12 
GeneralRe: Error when I run my C# program that work's with Oracle Pin
SeMartens22-Apr-09 21:12
SeMartens22-Apr-09 21:12 
GeneralRe: Error when I run my C# program that work's with Oracle Pin
E_Gold23-Apr-09 4:44
E_Gold23-Apr-09 4:44 
GeneralRe: Error when I run my C# program that work's with Oracle Pin
SeMartens23-Apr-09 5:03
SeMartens23-Apr-09 5:03 
QuestionConnecting MS-ACCESS via asp.net c# Pin
sachees12321-Apr-09 23:14
sachees12321-Apr-09 23:14 
AnswerRe: Connecting MS-ACCESS via asp.net c# Pin
Eddy Vluggen21-Apr-09 23:19
professionalEddy Vluggen21-Apr-09 23:19 
QuestionImage in SSRS Header [modified] Pin
Hakmeh Mohannad21-Apr-09 20:27
Hakmeh Mohannad21-Apr-09 20:27 
QuestionSave ROWCOUNT value in a variable Pin
nt_virus21-Apr-09 5:35
nt_virus21-Apr-09 5:35 
Hello. I want to save the RowCount returned value in a variable and want to print (+1 with 'A' prefix).

I created a variable as int.

declare @TotalIntRow as int


Now I'm unable to assign the returned value of rowcount in a variable.

i use these ..

@TotalIntRow = select Count(*) from Rcount

Error :- Msg 137, Level 15, State 2, Line 1
Must declare the scalar variable "@TotalIntRow".


set @TotalIntRow = select Count(*) from Rcount 

Error : - Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'select'.


[I also tried to add a demo value , Set @TotalIntRow = 1; , but showing message number 137 as above mentioned]

How could I save the value in it.
AnswerRe: Save ROWCOUNT value in a variable Pin
Eddy Vluggen21-Apr-09 6:39
professionalEddy Vluggen21-Apr-09 6:39 
GeneralRe: Save ROWCOUNT value in a variable Pin
nt_virus21-Apr-09 7:43
nt_virus21-Apr-09 7:43 
GeneralRe: Save ROWCOUNT value in a variable Pin
nt_virus21-Apr-09 7:56
nt_virus21-Apr-09 7:56 
GeneralRe: Save ROWCOUNT value in a variable Pin
Eddy Vluggen21-Apr-09 8:33
professionalEddy Vluggen21-Apr-09 8:33 
QuestionMissing data recovery Pin
Shrimpersfan21-Apr-09 1:15
Shrimpersfan21-Apr-09 1:15 
AnswerRe: Missing data recovery Pin
Ashfield21-Apr-09 1:33
Ashfield21-Apr-09 1:33 
GeneralRe: Missing data recovery Pin
Shrimpersfan21-Apr-09 1:38
Shrimpersfan21-Apr-09 1:38 
GeneralRe: Missing data recovery Pin
Ashfield21-Apr-09 8:31
Ashfield21-Apr-09 8:31 
GeneralRe: Missing data recovery Pin
riced21-Apr-09 23:50
riced21-Apr-09 23:50 
GeneralRe: Missing data recovery Pin
Shrimpersfan21-Apr-09 23:54
Shrimpersfan21-Apr-09 23:54 
QuestionRunning the upgrade step from version 539 to version 551 Pin
Vimalsoft(Pty) Ltd21-Apr-09 1:03
professionalVimalsoft(Pty) Ltd21-Apr-09 1:03 
QuestionTable insertion? Pin
Karthick_gc20-Apr-09 23:09
Karthick_gc20-Apr-09 23:09 
AnswerRe: Table insertion? Pin
Mycroft Holmes20-Apr-09 23:14
professionalMycroft Holmes20-Apr-09 23:14 
GeneralRe: Table insertion? Pin
Karthick_gc20-Apr-09 23:17
Karthick_gc20-Apr-09 23:17 
GeneralRe: Table insertion? Pin
Mycroft Holmes20-Apr-09 23:27
professionalMycroft Holmes20-Apr-09 23:27 
GeneralRe: Table insertion? Pin
Karthick_gc20-Apr-09 23:44
Karthick_gc20-Apr-09 23:44 
GeneralRe: Table insertion? Pin
Mycroft Holmes21-Apr-09 0:34
professionalMycroft Holmes21-Apr-09 0:34 

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.