Click here to Skip to main content
15,909,518 members
Home / Discussions / Database
   

Database

 
GeneralRe: ADO.NET Question Pin
ghost18124-Jul-06 4:01
ghost18124-Jul-06 4:01 
GeneralRe: ADO.NET Question Pin
S Douglas29-Jul-06 21:16
professionalS Douglas29-Jul-06 21:16 
GeneralRe: ADO.NET Question Pin
Colin Angus Mackay29-Jul-06 22:41
Colin Angus Mackay29-Jul-06 22:41 
QuestionGet Data Vertically From Clone Tables Pin
Heinz_23-Jul-06 17:06
Heinz_23-Jul-06 17:06 
AnswerRe: Get Data Vertically From Clone Tables Pin
Eric Dahlvang24-Jul-06 3:13
Eric Dahlvang24-Jul-06 3:13 
GeneralRe: Get Data Vertically From Clone Tables Pin
Heinz_24-Jul-06 7:36
Heinz_24-Jul-06 7:36 
QuestionSQL - Invalid use of IS operator in query expression Pin
silvioribeiro23-Jul-06 11:44
silvioribeiro23-Jul-06 11:44 
AnswerRe: SQL - Invalid use of IS operator in query expression Pin
Rob Graham23-Jul-06 13:22
Rob Graham23-Jul-06 13:22 
silvionr wrote:
IS NULL IN(selectedCases)

Doesn't look right. The two operators (IS Null) and (IN (selected Cases) are run on. I would expact an "AND [field] IN (selectedCases)

You might also want some additional parentheses to clear up the precedence:
silvionr wrote:
SELECT [Primary Number] FROM [Vital Stats] ( WHERE [Title-D] IS NULL OR [First Name-D] IS NULL OR
[Last Name-D] IS NULL OR [Inform Title] IS NULL OR [Inform first Name] IS NULL OR
[Inform Last Name] IS NULL OR [Address-infor-1] IS NULL OR [City/town-infor] IS NULL OR
[State-infor] IS NULL OR [ZipCode-infor] IS NULL OR [Inf RevRel] IS NULL OR [Director Name] IS NULL ) ???? [????] IN(selectedCases)


AnswerRe: SQL - Invalid use of IS operator in query expression Pin
Eric Dahlvang24-Jul-06 3:18
Eric Dahlvang24-Jul-06 3:18 
QuestionADO.NET disconnected model doubts Pin
Gilles Plante23-Jul-06 7:37
Gilles Plante23-Jul-06 7:37 
AnswerRe: ADO.NET disconnected model doubts Pin
S Douglas5-Sep-06 14:50
professionalS Douglas5-Sep-06 14:50 
Questionsql server 2000 security problem, please help... Pin
Alaa' Al Atrash23-Jul-06 0:15
Alaa' Al Atrash23-Jul-06 0:15 
AnswerRe: sql server 2000 security problem, please help... Pin
Colin Angus Mackay23-Jul-06 1:05
Colin Angus Mackay23-Jul-06 1:05 
QuestionHow can i connect To db without Engine Pin
malak nour22-Jul-06 23:37
malak nour22-Jul-06 23:37 
AnswerRe: How can i connect To db without Engine Pin
Colin Angus Mackay23-Jul-06 0:02
Colin Angus Mackay23-Jul-06 0:02 
NewsVista will not support MSDE Pin
Jerry Hammond22-Jul-06 7:17
Jerry Hammond22-Jul-06 7:17 
GeneralRe: Vista will not support MSDE Pin
Paul Conrad22-Jul-06 7:21
professionalPaul Conrad22-Jul-06 7:21 
QuestionHow to access MS SQL Server on a different subnet Pin
twindragons22-Jul-06 3:52
twindragons22-Jul-06 3:52 
AnswerRe: How to access MS SQL Server on a different subnet Pin
Paul Conrad22-Jul-06 7:07
professionalPaul Conrad22-Jul-06 7:07 
AnswerRe: How to access MS SQL Server on a different subnet Pin
Frank Kerrigan22-Jul-06 7:32
Frank Kerrigan22-Jul-06 7:32 
GeneralRe: How to access MS SQL Server on a different subnet Pin
Paul Conrad22-Jul-06 7:42
professionalPaul Conrad22-Jul-06 7:42 
GeneralMS SQL Server on a different subnet Pin
twindragons26-Jul-06 16:29
twindragons26-Jul-06 16:29 
GeneralRe: MS SQL Server on a different subnet Pin
S Douglas26-Jul-06 17:43
professionalS Douglas26-Jul-06 17:43 
AnswerRe: How to access MS SQL Server on a different subnet Pin
S Douglas23-Jul-06 0:22
professionalS Douglas23-Jul-06 0:22 
GeneralSQL Server on a different subnet Pin
twindragons26-Jul-06 16:33
twindragons26-Jul-06 16:33 

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.