Click here to Skip to main content
15,923,689 members
Home / Discussions / Database
   

Database

 
AnswerRe: Query Problem Pin
Pete O'Hanlon12-Jul-07 3:24
mvePete O'Hanlon12-Jul-07 3:24 
AnswerRe: Query Problem Pin
TomGarth15-Jul-07 9:27
TomGarth15-Jul-07 9:27 
QuestionConnection problem Pin
matjame12-Jul-07 2:50
matjame12-Jul-07 2:50 
AnswerRe: Connection problem Pin
andyharman12-Jul-07 5:52
professionalandyharman12-Jul-07 5:52 
GeneralRe: Connection problem Pin
matjame12-Jul-07 20:22
matjame12-Jul-07 20:22 
GeneralRe: Connection problem Pin
Pete O'Hanlon12-Jul-07 22:49
mvePete O'Hanlon12-Jul-07 22:49 
GeneralRe: Connection problem Pin
matjame12-Jul-07 23:09
matjame12-Jul-07 23:09 
Questioneasy join question Pin
blakey40412-Jul-07 2:43
blakey40412-Jul-07 2:43 
her is a simplified version of my problem...

2 tables...

CUSTOMER
customerId
...

ORDER
orderId
customerId
...

the relationship is clearly one (customer) to many (order)

i want to do a join which will only bring back firt order found.

so

select * from customer
inner join order on order.customerId = customer.customerId

but in my "bigger" query this brings back all orders for each customer. so do any outer joins.

IDEAS?

Thanks in advance

Anthony "having a thick day" Blake
AnswerRe: easy join question Pin
Colin Angus Mackay12-Jul-07 2:46
Colin Angus Mackay12-Jul-07 2:46 
GeneralRe: easy join question Pin
blakey40412-Jul-07 2:48
blakey40412-Jul-07 2:48 
AnswerRe: easy join question Pin
Pete O'Hanlon12-Jul-07 2:54
mvePete O'Hanlon12-Jul-07 2:54 
GeneralRe: easy join question Pin
blakey40412-Jul-07 2:57
blakey40412-Jul-07 2:57 
AnswerRe: easy join question Pin
DQNOK12-Jul-07 8:41
professionalDQNOK12-Jul-07 8:41 
GeneralRe: easy join question Pin
blakey40413-Jul-07 0:29
blakey40413-Jul-07 0:29 
QuestionI want to Connect to MySql Server using .NET. Pin
vikasviswan12-Jul-07 2:42
vikasviswan12-Jul-07 2:42 
AnswerRe: I want to Connect to MySql Server using .NET. Pin
blakey40412-Jul-07 2:46
blakey40412-Jul-07 2:46 
QuestionProgram is blocked because of a SQL-Query on a locked table Pin
zepl12-Jul-07 2:04
zepl12-Jul-07 2:04 
AnswerRe: Program is blocked because of a SQL-Query on a locked table Pin
Paul Conrad13-Jul-07 11:47
professionalPaul Conrad13-Jul-07 11:47 
GeneralRe: Program is blocked because of a SQL-Query on a locked table Pin
zepl16-Jul-07 3:36
zepl16-Jul-07 3:36 
QuestionConvert array to a recordset in asp Pin
anilsingh1976@gmail.com12-Jul-07 1:57
anilsingh1976@gmail.com12-Jul-07 1:57 
AnswerRe: Convert array to a recordset in asp Pin
Paul Conrad13-Jul-07 11:47
professionalPaul Conrad13-Jul-07 11:47 
GeneralRe: Convert array to a recordset in asp Pin
anilsingh1976@gmail.com13-Jul-07 12:16
anilsingh1976@gmail.com13-Jul-07 12:16 
GeneralRe: Convert array to a recordset in asp Pin
Paul Conrad13-Jul-07 12:23
professionalPaul Conrad13-Jul-07 12:23 
QuestionQuick Question.. Affected rows Pin
Peterixina11-Jul-07 21:51
Peterixina11-Jul-07 21:51 
AnswerRe: Quick Question.. Affected rows Pin
Giorgi Dalakishvili11-Jul-07 23:25
mentorGiorgi Dalakishvili11-Jul-07 23: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.