我是新手,有一个数据库和两个表:
UsersTable contains userID(smallInt),Name,Family
ActivitiesTable contains WorkTime,RestTime,Date,userID(smallInt)
我想在一个 DataGrid 中得到它(当我添加新记录时):
userID:A WorkTime: 08:00 RestTime:14:00 Date:12.10.2012
userID:A WorkTime: 08:30 RestTime:14:00 Date:12.11.2012
userID:B WorkTime: 08:00 RestTime:15:00 Date:12.12.2012
.
.
.
如何为两个表建立关系(使用主键和外键)?非常感谢