Click here to Skip to main content
15,900,906 members
Home / Discussions / Database
   

Database

 
QuestionUsing Grant Pin
Tiger45612-Jan-06 23:46
Tiger45612-Jan-06 23:46 
QuestionSQL 2005 ConnectionString Pin
victor_ba8512-Jan-06 20:25
victor_ba8512-Jan-06 20:25 
AnswerRe: SQL 2005 ConnectionString Pin
gharry12-Jan-06 22:12
gharry12-Jan-06 22:12 
AnswerRe: SQL 2005 ConnectionString Pin
jonathan1512-Jan-06 22:50
jonathan1512-Jan-06 22:50 
AnswerRe: SQL 2005 ConnectionString Pin
itoleck13-Jan-06 4:57
itoleck13-Jan-06 4:57 
GeneralRe: SQL 2005 ConnectionString Pin
Paul Conrad14-Jan-06 10:02
professionalPaul Conrad14-Jan-06 10:02 
GeneralRe: SQL 2005 ConnectionString Pin
victor_ba8513-Jan-06 8:04
victor_ba8513-Jan-06 8:04 
GeneralRe: SQL 2005 ConnectionString Pin
jonathan1513-Jan-06 11:10
jonathan1513-Jan-06 11:10 
QuestionError in C# - not making sense Pin
TheJudeDude12-Jan-06 17:08
TheJudeDude12-Jan-06 17:08 
AnswerRe: Error in C# - not making sense Pin
Dave Kreskowiak13-Jan-06 5:28
mveDave Kreskowiak13-Jan-06 5:28 
GeneralRe: Error in C# - not making sense Pin
TheJudeDude13-Jan-06 12:23
TheJudeDude13-Jan-06 12:23 
GeneralRe: Error in C# - not making sense Pin
Dave Kreskowiak13-Jan-06 15:02
mveDave Kreskowiak13-Jan-06 15:02 
GeneralRe: Error in C# - not making sense Pin
TheJudeDude13-Jan-06 15:38
TheJudeDude13-Jan-06 15:38 
QuestionOLTP and Reporting databases seperated? Pin
erdsah8812-Jan-06 10:27
erdsah8812-Jan-06 10:27 
AnswerRe: OLTP and Reporting databases seperated? Pin
Colin Angus Mackay12-Jan-06 11:06
Colin Angus Mackay12-Jan-06 11:06 
GeneralRe: OLTP and Reporting databases seperated? Pin
erdsah8812-Jan-06 21:15
erdsah8812-Jan-06 21:15 
QuestionCounts and CrossTabs Pin
john john mackey12-Jan-06 8:08
john john mackey12-Jan-06 8:08 
AnswerRe: Counts and CrossTabs Pin
Colin Angus Mackay12-Jan-06 11:04
Colin Angus Mackay12-Jan-06 11:04 
GeneralRe: Counts and CrossTabs Pin
john john mackey12-Jan-06 11:34
john john mackey12-Jan-06 11:34 
QuestionData from two using a third table Pin
gharry12-Jan-06 5:41
gharry12-Jan-06 5:41 
AnswerRe: Data from two using a third table Pin
Colin Angus Mackay12-Jan-06 11:00
Colin Angus Mackay12-Jan-06 11:00 
GeneralRe: Data from two using a third table Pin
gharry12-Jan-06 22:10
gharry12-Jan-06 22:10 
It gives a error on Horses and Riders as a invalid object name.
I produced something like this and it seems to work:

SELECT *, Boekelo_Riders.Rider_Given_Name + ' ' + Boekelo_Riders.Rider_Family_Name
AS Rider_Full_Name
FROM Boekelo_Horses, Boekelo_Riders, Stables
WHERE Stables.IdHorse=Boekelo_Horses.Id
AND Stables.IdRider=Boekelo_Riders.Id
ORDER BY Stables.rider_NF, Boekelo_Horses.horse_name

The only thing i am missing is to add a extra column that contains a substitute for the rider_NF that is contained in a Country table.

In that table is the fullname of the riders national federation.
It may be that my solution contains a pitfall.

GeneralRe: Data from two using a third table Pin
gharry12-Jan-06 23:30
gharry12-Jan-06 23:30 
GeneralRe: Data from two using a third table Pin
Colin Angus Mackay12-Jan-06 23:44
Colin Angus Mackay12-Jan-06 23:44 
QuestionWhat is a named variable and why use it? Pin
kenn_rosie12-Jan-06 5:39
kenn_rosie12-Jan-06 5:39 

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.