| 源码简介: |
vc++编写的小巧订单管理系统,数据库使用MSSQL2000。本系统并不是大型的订单管理系统,它只完成了常用的模块功能,主要有:订单添加、修改、删除、查询等,适合初学者学习VC++数据库编程,你也可以继续完善本程序,让功能更强大。 基本操作步骤: 在订单列表中按Alt键同时双击订单条目时,可以查看该订单上的货物信息; 在订单列表中和货物列表中按Delete键删除订单或货物; 双击订单列表或货物列表中的条目,可以增加,修改或删除它们; 修改或者增加信息时,如需取消操作,可按Esc键;-vc++ to prepare the small order management systems, database use MSSQL2000. The system is not large-scale order management systems, it is only used to complete the module functions are: orders to add, modify, delete, query, etc., suitable for beginners to learn VC++ database programming, you can continue to improve the procedures so that more powerful.
|