学生信息管理系统using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.OleDb; namespace xscj { public partial class courseFo
学生管理系统开发doc制作流程)form1的load事件代码:open database xs, unload的事件代码:close database 2) commandgroup1的click事件代码: use xscj do case case this.value=1 if recn()1 skip-1 endif case this.value=3 go top case this.value=4 go bott case this.value=5 do form xscjcx ca
3. 在SQL/plus里创建用户likun: create user likun identified by li1987 default tablespace users temporary tablespace temp; grant dba to likun; grant connect to likun; grant resource to likun; grant unlimited tablespace to likun; 4. 数据库导出导入命令: d:>exp user