问题描述
我有这些桌子
学校-(SchoolID,SchoolName,城市,电话,说明)
程序-(ProgramID,ProgramName)
课程-(CouseID,CourseName)
SCHOOL_PROGRAM_COUSRE-(课程ID,学校ID,程序ID,课程费用,学校课程名称)
类别-(CategoryID,CategoryName)
现在我要显示-
SchoolName
CourseName
CourseFee
CategoryName
我已经完成了存储过程,现在只想将这些值显示为在不同"LABELS"或文本框"中的输出.该怎么做?
谢谢.
Hi,
I have these tables
SCHOOL- (SchoolID,SchoolName,City,Phone, Description)
PROGRAM- (ProgramID, ProgramName)
COURSE-(CouseID,CourseName)
SCHOOL_PROGRAM_COUSRE - (CourseID,SchoolID,ProgramID,CourseFee,SchoolCourseName)
CATEGORY - (CategoryID,CategoryName)
Now i want to display-
SchoolName
CourseName
CourseFee
CategoryName
I have already made stored procedure, now just want to show these values as a output on different "LABELS" or in "textboxes". how to do that ?
Thanks.
这篇关于显示表中的值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!