Click here to Skip to main content
15,896,606 members
Home / Discussions / Database
   

Database

 
QuestionFill DataSet From SQL and update MS Access Pin
marrik9-Nov-05 5:48
marrik9-Nov-05 5:48 
QuestionLookup table in ADO.NET with C# Pin
Billy Whizz9-Nov-05 4:47
Billy Whizz9-Nov-05 4:47 
AnswerRe: Lookup table in ADO.NET with C# Pin
S Douglas14-Nov-05 1:21
professionalS Douglas14-Nov-05 1:21 
QuestionRemoving SQL Beta2 Pin
CSharpDavid9-Nov-05 4:32
CSharpDavid9-Nov-05 4:32 
QuestionFilegroup full error Pin
smita_roy9-Nov-05 2:17
smita_roy9-Nov-05 2:17 
Questionlist all sql server running on a network Pin
totu8-Nov-05 23:00
totu8-Nov-05 23:00 
AnswerRe: list all sql server running on a network Pin
Gavin Taylor9-Nov-05 0:37
professionalGavin Taylor9-Nov-05 0:37 
GeneralRe: list all sql server running on a network Pin
totu9-Nov-05 0:58
totu9-Nov-05 0:58 
GeneralRe: list all sql server running on a network Pin
Gavin Taylor9-Nov-05 2:06
professionalGavin Taylor9-Nov-05 2:06 
AnswerRe: list all sql server running on a network Pin
abhinish11-Nov-05 21:23
abhinish11-Nov-05 21:23 
Questionsql back up advise Pin
Goodway8-Nov-05 4:36
Goodway8-Nov-05 4:36 
AnswerRe: sql back up advise Pin
Jon Sagara8-Nov-05 4:45
Jon Sagara8-Nov-05 4:45 
AnswerRe: sql back up advise Pin
Scott Serl9-Nov-05 6:14
Scott Serl9-Nov-05 6:14 
QuestionSQL & NaN's Pin
Gilad Kapelushnik8-Nov-05 2:52
Gilad Kapelushnik8-Nov-05 2:52 
QuestionReading records in Chunk Urgent Pin
behi20007-Nov-05 15:52
behi20007-Nov-05 15:52 
QuestionA couple of beginner questions Pin
matthias s.7-Nov-05 3:04
matthias s.7-Nov-05 3:04 
AnswerRe: A couple of beginner questions Pin
Daniel Santillanes8-Nov-05 13:16
professionalDaniel Santillanes8-Nov-05 13:16 
Questionhow can i connect MsAccess Pin
sheerprogrammer6-Nov-05 21:17
sheerprogrammer6-Nov-05 21:17 
Questionfull-text search help Pin
rockmouse6-Nov-05 17:27
rockmouse6-Nov-05 17:27 
QuestionHow to transform 3 Tables?? Pin
tbrake6-Nov-05 0:03
tbrake6-Nov-05 0:03 
Hallo

I have 3 Tables

<br />
1st table with idfrist  - descriptionfirst<br />
2nd table with idsecond - descriptionfirst<br />
3rd table with id - idfirst - idsecond - value<br />


Now i'd like to built a transformed tabel:
colheader with all items from idfirst
rowheader with all item from idsecond
values as sum from 3rd tables value (cols are( tofirst - tosecond - value)

The transformation works fine for all values entered.
But if one col from the colheader isn't used in the 3rd table,
there is no output column for this field defined in the first table ?!?

here si what is already have done with 2 tables
<br />
TRANSFORM Sum(third.value) three<br />
SELECT second.tofirst<br />
FROM third RIGHT JOIN second ON third.idsecond = second.tosecond<br />
WHERE (((third.tofirst) Like "*"))<br />
GROUP BY third.tofirst<br />
PIVOT second.idsecond;<br />

thx for helping
Tim
QuestionTrain free @Microsoft Pin
vikas amin4-Nov-05 23:35
vikas amin4-Nov-05 23:35 
AnswerGet a life Pin
Rob Graham5-Nov-05 15:38
Rob Graham5-Nov-05 15:38 
GeneralRe: Get a life Pin
toxcct6-Nov-05 0:36
toxcct6-Nov-05 0:36 
Questionmetadata Pin
kittubond_0094-Nov-05 21:25
kittubond_0094-Nov-05 21:25 
AnswerRe: metadata Pin
André Ziegler4-Nov-05 23:53
André Ziegler4-Nov-05 23:53 

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.