文件名称:PB和SQL制作的图书管理系统.rar
文件大小:264KB
文件格式:RAR
更新时间:2012-07-10 19:08:28
PB和SQL制作的图书管理系统.rar
tring id="" string subject="" string b_title="" string author="" string bookconcern="" string publishedtime="" string maxnum="" string remainnum="" id=t_id.text subject=t_subject.text b_title=t_title.text author=t_author.text bookconcern=t_bookconcern.text publishedtime=t_publishedtime.text maxnum=t_maxnum.text remainnum=t_maxnum.text integer addornot addornot=messagebox("增加","你确定要添加数据吗?",question!,yesno!) if addornot=1 then insert into BOOKS_INFO (B_SUBJECT,B_ID,B_TITLE,B_AUTHOR,B_BOOKCONCERN,B_PUBLISHEDTIME,B_MAXNUM,B_REMAINNUM) values (:subject,:id,:b_ti
【文件预览】:
books.pbt
books.pbw
library_Log.LDF
library_Data.MDF
books.pbl