Click here to Skip to main content
16,009,847 members
Home / Discussions / Database
   

Database

 
QuestionNo changes to program but new error of "Timeout expired." Pin
leckey20-Jul-06 4:34
leckey20-Jul-06 4:34 
AnswerRe: No changes to program but new error of "Timeout expired." Pin
Keith Malwitz20-Jul-06 4:54
Keith Malwitz20-Jul-06 4:54 
AnswerRe: No changes to program but new error of "Timeout expired." Pin
Mike Dimmick20-Jul-06 6:42
Mike Dimmick20-Jul-06 6:42 
QuestionSQL filtering Pin
tanarnelinistit20-Jul-06 2:52
tanarnelinistit20-Jul-06 2:52 
AnswerRe: SQL filtering Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:49
Ennis Ray Lynch, Jr.20-Jul-06 3:49 
GeneralRe: SQL filtering Pin
tanarnelinistit20-Jul-06 18:55
tanarnelinistit20-Jul-06 18:55 
GeneralRe: SQL filtering Pin
Ennis Ray Lynch, Jr.22-Jul-06 19:56
Ennis Ray Lynch, Jr.22-Jul-06 19:56 
QuestionSimple question (i hope) how do i "join" 3 tables? (SQL) Pin
Red_Wizard_Shot_The_Food19-Jul-06 23:06
Red_Wizard_Shot_The_Food19-Jul-06 23:06 
I currently have this stored procedure:
<br />
	@id as bigint,<br />
	<br />
AS<br />
	SELECT  Meetings.meetinguser, Companies.name, Meetings.meetingdate <br />
	FROM    Companies INNER JOIN Meetings <br />
	ON		(Companies.id = Meetings.company) <br />
	WHERE   (Meetings.complete = 0)<br />
	FOR XML AUTO, ELEMENTS<br />

Meetings.meetinguser is an ID number that also appears in the User table.
User.UserName is the name that coresponds to that ID.

At the moment this returns:
UserID CompanyName Date

I would liek it to return:
UserName CompanyName Date.

I was not sure about using more than one join in a single query...

Can any one, please, help ?

Thanks

-- modified at 5:07 Thursday 20th July, 2006
AnswerRe: Simple question (i hope) how do i &quot;join&quot; 3 tables? (SQL) Pin
Steve S20-Jul-06 0:04
Steve S20-Jul-06 0:04 
AnswerRe: Simple question (i hope) how do i &quot;join&quot; 3 tables? (SQL) Pin
Mike Dimmick20-Jul-06 0:17
Mike Dimmick20-Jul-06 0:17 
GeneralRe: Simple question (i hope) how do i &quot;join&quot; 3 tables? (SQL) Pin
Red_Wizard_Shot_The_Food20-Jul-06 0:57
Red_Wizard_Shot_The_Food20-Jul-06 0:57 
QuestionSet up warranty expire date in access [modified] Pin
campbells19-Jul-06 20:04
campbells19-Jul-06 20:04 
AnswerRe: Set up warranty expire date in access Pin
S Douglas23-Jul-06 20:33
professionalS Douglas23-Jul-06 20:33 
Questionerror Pin
md_refay19-Jul-06 12:19
md_refay19-Jul-06 12:19 
AnswerThe table definitions are different Pin
Ennis Ray Lynch, Jr.19-Jul-06 12:21
Ennis Ray Lynch, Jr.19-Jul-06 12:21 
AnswerRe: error Pin
k_bhawna21-Jul-06 18:03
k_bhawna21-Jul-06 18:03 
QuestionProgress Bar with MySQL Pin
Rabbit1719-Jul-06 11:47
Rabbit1719-Jul-06 11:47 
AnswerRe: Progress Bar with MySQL Pin
S Douglas23-Jul-06 20:38
professionalS Douglas23-Jul-06 20:38 
GeneralRe: Progress Bar with MySQL Pin
Rabbit1724-Jul-06 18:20
Rabbit1724-Jul-06 18:20 
GeneralRe: Progress Bar with MySQL Pin
S Douglas24-Jul-06 22:22
professionalS Douglas24-Jul-06 22:22 
Questioncopy data from existing table to existing table Pin
md_refay19-Jul-06 9:18
md_refay19-Jul-06 9:18 
AnswerRe: copy data from existing table to existing table Pin
Ennis Ray Lynch, Jr.19-Jul-06 9:41
Ennis Ray Lynch, Jr.19-Jul-06 9:41 
Questioncopy data from table to table Pin
md_refay19-Jul-06 9:06
md_refay19-Jul-06 9:06 
AnswerRe: copy data from table to table Pin
Ennis Ray Lynch, Jr.19-Jul-06 9:07
Ennis Ray Lynch, Jr.19-Jul-06 9:07 
QuestionNull reference exception when trying to use DataAdapter Update Pin
webbsk19-Jul-06 8:56
webbsk19-Jul-06 8:56 

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.