Click here to Skip to main content
15,890,690 members
Home / Discussions / Database
   

Database

 
GeneralRe: subquery using 1 table Pin
john john mackey16-Oct-12 9:50
john john mackey16-Oct-12 9:50 
AnswerRe: subquery using 1 table Pin
Michael Potter16-Oct-12 10:38
Michael Potter16-Oct-12 10:38 
AnswerRe: subquery using 1 table Pin
AspDotNetDev16-Oct-12 11:25
protectorAspDotNetDev16-Oct-12 11:25 
AnswerRe: subquery using 1 table Pin
Aadhar Joshi16-Oct-12 20:28
Aadhar Joshi16-Oct-12 20:28 
GeneralRe: subquery using 1 table Pin
john john mackey17-Oct-12 4:38
john john mackey17-Oct-12 4:38 
QuestionHigh Number of Lock Requests Pin
cjb11016-Oct-12 3:23
cjb11016-Oct-12 3:23 
AnswerRe: High Number of Lock Requests Pin
Eddy Vluggen17-Oct-12 0:17
professionalEddy Vluggen17-Oct-12 0:17 
QuestionSQL Select Where query Pin
Joe Stansfield15-Oct-12 0:37
Joe Stansfield15-Oct-12 0:37 
Hi all,

Firstly, I must confess to being a very amateur programmer with a lot to learn! However, I'm battling away and am slowly getting my head around things.

I have a query I have written which as follows:

SELECT File_Name
WHERE (File_Name = @File_Name1)


File_Name1 is a user input parameter. My problem is that, even if the record does not exist, it returns the record, resulting in an error on the client side.
Is it possible to edit that query to return a file_name field value of say, 1, if the searched record doesn't exist?

Any help appreciated! (Also for note most of my queries are generated by VStudio, so my understanding of them leaves a lot to be desired...)
AnswerRe: SQL Select Where query Pin
Eddy Vluggen15-Oct-12 0:57
professionalEddy Vluggen15-Oct-12 0:57 
GeneralRe: SQL Select Where query Pin
Joe Stansfield15-Oct-12 1:15
Joe Stansfield15-Oct-12 1:15 
GeneralRe: SQL Select Where query Pin
Eddy Vluggen15-Oct-12 1:22
professionalEddy Vluggen15-Oct-12 1:22 
GeneralRe: SQL Select Where query Pin
Joe Stansfield15-Oct-12 1:28
Joe Stansfield15-Oct-12 1:28 
AnswerRe: SQL Select Where query Pin
Eddy Vluggen15-Oct-12 2:15
professionalEddy Vluggen15-Oct-12 2:15 
GeneralRe: SQL Select Where query Pin
Joe Stansfield15-Oct-12 10:48
Joe Stansfield15-Oct-12 10:48 
GeneralRe: SQL Select Where query Pin
fjdiewornncalwe15-Oct-12 11:06
professionalfjdiewornncalwe15-Oct-12 11:06 
GeneralRe: SQL Select Where query Pin
Joe Stansfield16-Oct-12 0:08
Joe Stansfield16-Oct-12 0:08 
GeneralRe: SQL Select Where query Pin
Eddy Vluggen16-Oct-12 0:12
professionalEddy Vluggen16-Oct-12 0:12 
GeneralRe: SQL Select Where query Pin
Joe Stansfield16-Oct-12 23:04
Joe Stansfield16-Oct-12 23:04 
GeneralRe: SQL Select Where query Pin
Eddy Vluggen16-Oct-12 23:37
professionalEddy Vluggen16-Oct-12 23:37 
GeneralRe: SQL Select Where query Pin
Member 952116716-Oct-12 22:41
Member 952116716-Oct-12 22:41 
GeneralRe: SQL Select Where query Pin
Simon_Whale16-Oct-12 22:52
Simon_Whale16-Oct-12 22:52 
GeneralRe: SQL Select Where query Pin
Rohit Shrivastava18-Oct-12 7:56
Rohit Shrivastava18-Oct-12 7:56 
GeneralRe: SQL Select Where query Pin
Joe Stansfield15-Oct-12 1:20
Joe Stansfield15-Oct-12 1:20 
GeneralRe: SQL Select Where query Pin
Eddy Vluggen15-Oct-12 1:25
professionalEddy Vluggen15-Oct-12 1:25 
AnswerRe: SQL Select Where query Pin
Nidhisha Biju15-Oct-12 1:05
Nidhisha Biju15-Oct-12 1:05 

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.