vc++ 利用ADO访问MYSQL数据

源代码在线查看: student.clw

软件大小: 298 K
上传用户: yyao00
关键词: MYSQL ADO vc 访问
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CStudentDlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "student.h"
				LastPage=0
				
				ClassCount=7
				Class1=CDialogAdd
				Class2=CDialogDelete
				Class3=CDialogQuery
				Class4=CDialogUpdata
				Class5=CStudentApp
				Class6=CAboutDlg
				Class7=CStudentDlg
				
				ResourceCount=6
				Resource1=IDD_ABOUTBOX
				Resource2=IDD_DIALOG_UPDATA
				Resource3=IDD_STUDENT_DIALOG
				Resource4=IDD_DIALOG_ADD
				Resource5=IDD_DIALOG_DELETE
				Resource6=IDD_DIALOG_QUERY
				
				[CLS:CDialogAdd]
				Type=0
				BaseClass=CDialog
				HeaderFile=DialogAdd.h
				ImplementationFile=DialogAdd.cpp
				
				[CLS:CDialogDelete]
				Type=0
				BaseClass=CDialog
				HeaderFile=DialogDelete.h
				ImplementationFile=DialogDelete.cpp
				
				[CLS:CDialogQuery]
				Type=0
				BaseClass=CDialog
				HeaderFile=DialogQuery.h
				ImplementationFile=DialogQuery.cpp
				Filter=D
				VirtualFilter=dWC
				LastObject=IDCANCEL
				
				[CLS:CDialogUpdata]
				Type=0
				BaseClass=CDialog
				HeaderFile=DialogUpdata.h
				ImplementationFile=DialogUpdata.cpp
				
				[CLS:CStudentApp]
				Type=0
				BaseClass=CWinApp
				HeaderFile=Student.h
				ImplementationFile=Student.cpp
				
				[CLS:CAboutDlg]
				Type=0
				BaseClass=CDialog
				HeaderFile=StudentDlg.cpp
				ImplementationFile=StudentDlg.cpp
				LastObject=IDOK
				
				[CLS:CStudentDlg]
				Type=0
				BaseClass=CDialog
				HeaderFile=StudentDlg.h
				ImplementationFile=StudentDlg.cpp
				LastObject=CStudentDlg
				Filter=D
				VirtualFilter=dWC
				
				[DLG:IDD_DIALOG_ADD]
				Type=1
				Class=CDialogAdd
				ControlCount=16
				Control1=IDOK,button,1342242817
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_STATIC,static,1342308352
				Control4=IDC_STATIC,static,1342308352
				Control5=IDC_STATIC,static,1342308352
				Control6=IDC_STATIC,static,1342308352
				Control7=IDC_STATIC,static,1342308352
				Control8=IDC_STATIC,static,1342308352
				Control9=IDC_STATIC,static,1342308352
				Control10=IDC_EDIT_ADDNUM,edit,1350631552
				Control11=IDC_EDIT_ADDNAME,edit,1350631552
				Control12=IDC_EDIT_ADDCHINESE,edit,1350631552
				Control13=IDC_EDIT_ADDMATHS,edit,1350631552
				Control14=IDC_EDIT_ADDENGLISH,edit,1350631552
				Control15=IDC_EDIT_ADDPHYICS,edit,1350631552
				Control16=IDC_EDIT_ADDCHEMISTRY,edit,1350631552
				
				[DLG:IDD_DIALOG_DELETE]
				Type=1
				Class=CDialogDelete
				ControlCount=6
				Control1=IDOK,button,1342242817
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_STATIC,static,1342308352
				Control4=IDC_STATIC,static,1342308352
				Control5=IDC_EDIT_DELENUM,edit,1350631552
				Control6=IDC_EDIT_DELENAME,edit,1350631552
				
				[DLG:IDD_DIALOG_QUERY]
				Type=1
				Class=CDialogQuery
				ControlCount=6
				Control1=IDOK,button,1342242817
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_STATIC,static,1342308352
				Control4=IDC_STATIC,static,1342308352
				Control5=IDC_EDIT_QUERYNUM,edit,1350631552
				Control6=IDC_EDIT_QUERYNAME,edit,1350631552
				
				[DLG:IDD_DIALOG_UPDATA]
				Type=1
				Class=CDialogUpdata
				ControlCount=15
				Control1=IDOK,button,1342242817
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_STATIC,static,1342308352
				Control4=IDC_STATIC,static,1342308352
				Control5=IDC_STATIC,static,1342308352
				Control6=IDC_STATIC,static,1342308352
				Control7=IDC_STATIC,static,1342308352
				Control8=IDC_STATIC,static,1342308352
				Control9=IDC_EDIT_UPNUM,edit,1350631552
				Control10=IDC_EDIT_UPCHINESE,edit,1350631552
				Control11=IDC_EDIT_UPMATH,edit,1350631552
				Control12=IDC_EDIT_UPENGLISH,edit,1350631552
				Control13=IDC_EDIT_UPPHYSIC,edit,1350631552
				Control14=IDC_EDIT_UPCHEMISTRY,edit,1350631552
				Control15=IDC_STATIC,button,1342177287
				
				[DLG:IDD_ABOUTBOX]
				Type=1
				Class=CAboutDlg
				ControlCount=4
				Control1=IDC_STATIC,static,1342177283
				Control2=IDC_STATIC,static,1342308480
				Control3=IDC_STATIC,static,1342308352
				Control4=IDOK,button,1342373889
				
				[DLG:IDD_STUDENT_DIALOG]
				Type=1
				Class=CStudentDlg
				ControlCount=7
				Control1=IDC_BTN_INQUIRY,button,1342242816
				Control2=IDC_BTN_DELETE,button,1342242816
				Control3=IDC_BTN_UPDATA,button,1342242816
				Control4=IDC_BTN_ADD,button,1342242816
				Control5=IDC_LIST_MSGE,SysListView32,1350631425
				Control6=IDC_STATIC,static,1342308352
				Control7=IDC_BTN_EXIT,button,1342242816
				
							

相关资源