relation between 2 table

M

Mike

Seth Bourne said:
Lets say i've 2 table. Order and OrderDetail.

Order table is contain OrderNo(PK), OrderName.
orderDetail contain orderDetailID(PK), OrderNo(FK), item and qty.

and i had finish related the two of table in dataset. Is it possible that
the value of orderNo (from orderDetail table) insert automatically from
his foreign key (Order.OrderNo) ?

Thanks.

Sort your sytem clock out. Moving it ahead 24 hours is likely to result in
people avoiding providing help. All you are doing in effect is "queue
jumping".
 
D

Daniel

Yep i am sick of these people with 'wrong clocks' only way we will get you
guys to learn is to not help until your clock is sorted.
 
R

RBarrand

not the case here, but there's always the chance he's in australia, then his
date (not time) would have been correct
anyhow, take a look at working with data in asp.net 2.0 on the asp.net site
 
S

Seth Bourne

Lets say i've 2 table. Order and OrderDetail.

Order table is contain OrderNo(PK), OrderName.
orderDetail contain orderDetailID(PK), OrderNo(FK), item and qty.

and i had finish related the two of table in dataset. Is it possible that
the value of orderNo (from orderDetail table) insert automatically from his
foreign key (Order.OrderNo) ?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top