Click here to Skip to main content
15,914,010 members
Home / Discussions / Database
   

Database

 
GeneralRe: CASE function Pin
Christian Graus11-Nov-04 9:07
protectorChristian Graus11-Nov-04 9:07 
GeneralRe: CASE function Pin
Michael Potter11-Nov-04 10:06
Michael Potter11-Nov-04 10:06 
GeneralStored Procedure and ADO.NET Pin
mysorian10-Nov-04 11:22
professionalmysorian10-Nov-04 11:22 
GeneralRe: Stored Procedure and ADO.NET Pin
Christian Graus10-Nov-04 11:30
protectorChristian Graus10-Nov-04 11:30 
GeneralRe: Stored Procedure and ADO.NET Pin
mysorian10-Nov-04 12:07
professionalmysorian10-Nov-04 12:07 
GeneralRe: Stored Procedure and ADO.NET Pin
Christian Graus10-Nov-04 12:12
protectorChristian Graus10-Nov-04 12:12 
GeneralRe: Stored Procedure and ADO.NET Pin
mysorian10-Nov-04 12:46
professionalmysorian10-Nov-04 12:46 
GeneralBizzare SQL Query Problem Pin
Tristan Rhodes10-Nov-04 10:49
Tristan Rhodes10-Nov-04 10:49 
I have a bizzare problem with an SQL query I am trying to build. The problem is, I have a query with a conditional WHERE EXISTS statement that modifies every value in my table, but the SELECT part of the statement returns only the correct, single instance.

This is done in access, in VB, and any help would be greatly appreciated, the queries are listed below.

This select statement returns 1 instance:

SELECT SubCategory.SubCategoryDesc
FROM Category
INNER JOIN SubCategory ON Category.CategoryKey = SubCategory.CategoryKey
WHERE ((Category.CategoryDescription)= GetCurrCategor())
AND ((SubCategory.SubCategoryDesc)= str_Old)

But this update command turns every entry in my table into str_New:

UPDATE SubCategory
SET SubCategory.SubCategoryDesc = str_New
WHERE EXISTS (SELECT SubCategory.SubCategoryDesc
FROM Category
INNER JOIN SubCategory ON Category.CategoryKey = SubCategory.CategoryKey
WHERE ((Category.CategoryDescription)= GetCurrCategor())
AND ((SubCategory.SubCategoryDesc)= str_Old))

Any ideas why this occurs? It's driving me NUTS!

Cheers

Cata
GeneralRe: Bizzare SQL Query Problem Pin
Christian Graus10-Nov-04 11:28
protectorChristian Graus10-Nov-04 11:28 
GeneralRe: Bizzare SQL Query Problem Pin
Tristan Rhodes11-Nov-04 6:06
Tristan Rhodes11-Nov-04 6:06 
GeneralNever Mind - Solved It Pin
Tristan Rhodes11-Nov-04 8:30
Tristan Rhodes11-Nov-04 8:30 
GeneralRe: Never Mind - Solved It Pin
Christian Graus11-Nov-04 9:03
protectorChristian Graus11-Nov-04 9:03 
GeneralRe: Bizzare SQL Query Problem Pin
Michael Potter11-Nov-04 10:16
Michael Potter11-Nov-04 10:16 
GeneralExcel data type problem Pin
@LX10-Nov-04 4:42
@LX10-Nov-04 4:42 
Generalbuild a cbo box Pin
skicrud10-Nov-04 3:53
skicrud10-Nov-04 3:53 
GeneralRe: build a cbo box Pin
Mekong River10-Nov-04 4:00
Mekong River10-Nov-04 4:00 
GeneralRe: build a cbo box Pin
Gavin Jeffrey10-Nov-04 5:08
Gavin Jeffrey10-Nov-04 5:08 
GeneralUrgent about connection to MSDE 2000 Pin
wk_vigorous10-Nov-04 3:26
wk_vigorous10-Nov-04 3:26 
GeneralRe: Urgent about connection to MSDE 2000 Pin
Mekong River10-Nov-04 4:06
Mekong River10-Nov-04 4:06 
GeneralRe: Urgent about connection to MSDE 2000 Pin
wk_vigorous10-Nov-04 5:53
wk_vigorous10-Nov-04 5:53 
GeneralRe: Urgent about connection to MSDE 2000 Pin
Richard Deeming10-Nov-04 7:42
mveRichard Deeming10-Nov-04 7:42 
GeneralRe: Urgent about connection to MSDE 2000 Pin
wk_vigorous10-Nov-04 22:56
wk_vigorous10-Nov-04 22:56 
GeneralA couple of SQLXML issues Pin
RichardGrimmer9-Nov-04 22:03
RichardGrimmer9-Nov-04 22:03 
GeneralA custom key Pin
totig9-Nov-04 21:56
totig9-Nov-04 21:56 
GeneralRe: A custom key Pin
Mekong River10-Nov-04 4:14
Mekong River10-Nov-04 4:14 

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.