1 / 14

Visual Basic 程序设计实践

Visual Basic 程序设计实践. 数据库技术. 数据库的概念. DBMS. DATABASE. 数据库访问. MIS. RECORDS. Visual Basic 程序设计实践. 数据库技术. 数据库的结构. 关键字. 字段. Table. 学生基本情况表. 记录. 表 间 关 系. 外部键. P-S N:1. S-P 1:N. 学生成绩表. Visual Basic 程序设计实践. 电子名片. 电子名片系统分析. 系统功能分析:. 名片信息输入,包括基本信息,联系信息等; 名片信息的查询; 名片信息的修改;

Download Presentation

Visual Basic 程序设计实践

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visual Basic 程序设计实践 数据库技术 数据库的概念 DBMS DATABASE 数据库访问 MIS RECORDS

  2. Visual Basic 程序设计实践 数据库技术 数据库的结构 关键字 字段 Table 学生基本情况表 记录 表 间 关 系 外部键 P-S N:1 S-P 1:N 学生成绩表

  3. Visual Basic 程序设计实践 电子名片 电子名片系统分析 系统功能分析: • 名片信息输入,包括基本信息,联系信息等; • 名片信息的查询; • 名片信息的修改; • 名片信息的删除; • 名片信息的保存;

  4. 用户登录 增加信息 Yes 修改信息 Yes 判断操作 显示名片界面 删除信息 No No 查询信息 结束程序 Visual Basic 程序设计实践 电子名片 数据库设计 保存信息 用户判断 取消操作

  5. Visual Basic 程序设计实践 电子名片 数据库逻辑结构设计 名片基本信息表

  6. Visual Basic 程序设计实践 电子名片 数据库逻辑结构设计 用户表usertable

  7. Visual Basic 程序设计实践 电子名片 界面设计

  8. Visual Basic 程序设计实践 电子名片 代码设计 工程与数据库间数据交换,对数据库中数据进行操作 数据库 显示数据库中的数据 数据控件 绑定控件 DataGrid Data Access MSFlexGrid AdoDc Sql Server Datacombo

  9. Visual Basic 程序设计实践 电子名片 代码设计 所连接数据库类型 Connect 数据库名字 Databasename RecordSource 数据库表,SQL查询语句 UpdateControls UpdateRecord Error Reposition

  10. BookMark RecordCount EOF BOF NoMatch MoveFirst Refresh MoveLast Move MoveNext Update MovePrevious Find Move[n] Seek AddNew Delete Edit Visual Basic 程序设计实践 电子名片 代码设计 AbsolutPostion

  11. DataSource DataField DataMember AllowUpdate Col&Row Columns Refresh AfterColEdit AfterColUpdate AfterDelete AfterInsert AfterUpdate Error BeforeUpdate Visual Basic 程序设计实践 电子名片 代码设计

  12. Visual Basic 程序设计实践 数据库技术 Visual basic支持的数据库

  13. Visual Basic 程序设计实践 数据库技术 Visual basic访问数据库的方案 访问接口界面

  14. Visual Basic 程序设计实践 数据库技术 Visual basic访问数据库的方案 访问控件

More Related