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

Database

 
GeneralSQL Query Required ! Pin
Zishan Haider8-Feb-05 23:31
Zishan Haider8-Feb-05 23:31 
GeneralRe: SQL Query Required ! Pin
David Salter8-Feb-05 23:50
David Salter8-Feb-05 23:50 
GeneralRe: SQL Query Required ! Pin
Zishan Haider9-Feb-05 0:01
Zishan Haider9-Feb-05 0:01 
GeneralRe: SQL Query Required ! Pin
Mike Dimmick9-Feb-05 2:24
Mike Dimmick9-Feb-05 2:24 
GeneralRe: SQL Query Required ! Pin
Zishan Haider9-Feb-05 3:23
Zishan Haider9-Feb-05 3:23 
QuestionHow to set SAFEARRAY in CRecordset (ODBC) Pin
Anonymous8-Feb-05 10:10
Anonymous8-Feb-05 10:10 
GeneralNewbie Question Pin
Esmo20008-Feb-05 4:58
Esmo20008-Feb-05 4:58 
GeneralRe: Newbie Question Pin
Colin Angus Mackay8-Feb-05 6:21
Colin Angus Mackay8-Feb-05 6:21 
Esmo2000 wrote:
There are absolutely no references to i or e at any point in the program before that,


What about after that?

For example:
SELECT i.col1, e.col2
FROM Invoice AS i
INNER JOIN Employee AS e ON i.EmployeeId = e.EmployeeId


i and e in the above example are defined in the FROM and INNER JOIN clauses and this is perfectly valid because it is all self contained in one statement.


Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


GeneralRe: Newbie Question Pin
Esmo20008-Feb-05 7:36
Esmo20008-Feb-05 7:36 
GeneralRe: Newbie Question Pin
Esmo20008-Feb-05 10:18
Esmo20008-Feb-05 10:18 
GeneralRe: Newbie Question Pin
Colin Angus Mackay8-Feb-05 11:39
Colin Angus Mackay8-Feb-05 11:39 
GeneralRe: Newbie Question Pin
Esmo20009-Feb-05 2:51
Esmo20009-Feb-05 2:51 
GeneralSPROC Input Parameters Pin
mav07077-Feb-05 14:29
mav07077-Feb-05 14:29 
GeneralRe: SPROC Input Parameters Pin
Colin Angus Mackay8-Feb-05 0:05
Colin Angus Mackay8-Feb-05 0:05 
GeneralRe: SPROC Input Parameters Pin
mav07078-Feb-05 2:28
mav07078-Feb-05 2:28 
GeneralDataTable Select Method Pin
numbrel7-Feb-05 14:15
numbrel7-Feb-05 14:15 
GeneralRe: DataTable Select Method Pin
Yulianto.7-Feb-05 14:54
Yulianto.7-Feb-05 14:54 
GeneralRe: DataTable Select Method Pin
numbrel7-Feb-05 15:13
numbrel7-Feb-05 15:13 
GeneralConnecting an Access project to MSDE database in Visual C++ Pin
elephantstar7-Feb-05 7:16
elephantstar7-Feb-05 7:16 
QuestionFilter summed query? Pin
Roger Alsing7-Feb-05 6:17
Roger Alsing7-Feb-05 6:17 
GeneralActive Directory (ADSI): substring search problem Pin
pelos7-Feb-05 2:06
pelos7-Feb-05 2:06 
GeneralError: 17805, Severity: 20, State: 3 Pin
Sabyasachi Bose7-Feb-05 0:43
Sabyasachi Bose7-Feb-05 0:43 
QuestionHow do i store an array of 500 in an db Pin
rikkemus6-Feb-05 22:23
rikkemus6-Feb-05 22:23 
AnswerRe: How do i store an array of 500 in an db Pin
Yulianto.6-Feb-05 22:31
Yulianto.6-Feb-05 22:31 
GeneralRe: How do i store an array of 500 in an db Pin
Colin Angus Mackay7-Feb-05 1:25
Colin Angus Mackay7-Feb-05 1:25 

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.