Click here to Skip to main content
15,898,374 members
Home / Discussions / Database
   

Database

 
AnswerRe: Multiple values in stored proc parameter Pin
Mark J. Miller12-Mar-07 5:39
Mark J. Miller12-Mar-07 5:39 
GeneralRe: Multiple values in stored proc parameter Pin
GaryWoodfine 12-Mar-07 5:45
professionalGaryWoodfine 12-Mar-07 5:45 
QuestionUpdating order of DataTables Pin
Satish3212-Mar-07 4:36
Satish3212-Mar-07 4:36 
QuestionData Group on Week: Pin
Shahzad.Aslam12-Mar-07 1:22
Shahzad.Aslam12-Mar-07 1:22 
AnswerRe: Data Group on Week: Pin
Harini N K12-Mar-07 1:43
Harini N K12-Mar-07 1:43 
AnswerRe: Data Group on Week: Pin
Bad Programmer13-Mar-07 15:40
Bad Programmer13-Mar-07 15:40 
GeneralRe: Data Group on Week: Pin
Shahzad.Aslam13-Mar-07 18:50
Shahzad.Aslam13-Mar-07 18:50 
QuestionDynamic sort order in SQL stored proc Pin
GaryWoodfine 12-Mar-07 0:31
professionalGaryWoodfine 12-Mar-07 0:31 
AnswerRe: Dynamic sort order in SQL stored proc Pin
Harini N K12-Mar-07 1:36
Harini N K12-Mar-07 1:36 
QuestionShould i install SQL SERVER on client Machine Pin
dotnethunk11-Mar-07 21:12
dotnethunk11-Mar-07 21:12 
AnswerRe: Should i install SQL SERVER on client Machine Pin
N a v a n e e t h11-Mar-07 21:29
N a v a n e e t h11-Mar-07 21:29 
GeneralRe: Should i install SQL SERVER on client Machine Pin
dotnethunk11-Mar-07 21:41
dotnethunk11-Mar-07 21:41 
GeneralRe: Should i install SQL SERVER on client Machine Pin
N a v a n e e t h11-Mar-07 22:26
N a v a n e e t h11-Mar-07 22:26 
QuestionView Pin
indian14311-Mar-07 20:54
indian14311-Mar-07 20:54 
AnswerRe: View Pin
Sylvester george11-Mar-07 23:50
Sylvester george11-Mar-07 23:50 
AnswerRe: View Pin
Krish - KP12-Mar-07 1:38
Krish - KP12-Mar-07 1:38 
QuestionView Pin
indian14311-Mar-07 20:52
indian14311-Mar-07 20:52 
QuestionCreating Search Index in SQL Server Pin
N a v a n e e t h11-Mar-07 20:32
N a v a n e e t h11-Mar-07 20:32 
AnswerRe: Creating Search Index in SQL Server Pin
mghiassi25-Mar-07 9:44
mghiassi25-Mar-07 9:44 
Questionabout locks Pin
Renuka Reddy11-Mar-07 19:35
Renuka Reddy11-Mar-07 19:35 
AnswerRe: about locks Pin
N a v a n e e t h11-Mar-07 20:38
N a v a n e e t h11-Mar-07 20:38 
QuestionCannot Update..theres an error Pin
blitz2bleach11-Mar-07 11:40
blitz2bleach11-Mar-07 11:40 
hello there,i know its not the righ place to ask some query,im cannot access my database in a query pane..i made a database where the username column has value and the password has none for e.g Username:93838383 and password:?..i just want to update the password column inputed by the user

I make the query in the stored procedure but the error said: "Incomplete SET clause..unable to parse query text"
i just want someone to check out the query and pls tell me what wrong or incomplete to my query

UPDATE UserTable
SET ((UserTable.[password] = [@password])
WHERE ((UserTable.username = [@username])


another thing is whenever the user visit the site,when the user type the password,it could not be updated anymore..unless i just want to use "select clause" because password column have now values...

here is the query

SELECT COUNT(*) AS Num_of_User
FROM UserTable
WHERE (((UserTable.username)=[@username]) AND ((UserTable.pasword)=[@password]));

error:unable to parse query text
it is correct query for accessing the values from the database?

Im using a visual web developer IDE, i dont think if im using a sqlserver 2000 or 2005

thanx for helping
AnswerRe: Cannot Update..theres an error Pin
Colin Angus Mackay11-Mar-07 11:49
Colin Angus Mackay11-Mar-07 11:49 
AnswerRe: Cannot Update..theres an error Pin
Harini N K11-Mar-07 23:47
Harini N K11-Mar-07 23:47 
QuestionSqlserver 2000 and Sqlserver 2005 Pin
alav11-Mar-07 4:03
alav11-Mar-07 4:03 

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.