vc连接mysql的封装类

源代码在线查看: mysql_test.clw

软件大小: 142 K
上传用户: feiguohaihu
关键词: mysql 连接 封装
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CMysql_testDlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "mysql_test.h"
				
				ClassCount=3
				Class1=CMysql_testApp
				Class2=CMysql_testDlg
				Class3=CAboutDlg
				
				ResourceCount=3
				Resource1=IDD_ABOUTBOX
				Resource2=IDR_MAINFRAME
				Resource3=IDD_MYSQL_TEST_DIALOG
				
				[CLS:CMysql_testApp]
				Type=0
				HeaderFile=mysql_test.h
				ImplementationFile=mysql_test.cpp
				Filter=N
				
				[CLS:CMysql_testDlg]
				Type=0
				HeaderFile=mysql_testDlg.h
				ImplementationFile=mysql_testDlg.cpp
				Filter=D
				BaseClass=CDialog
				VirtualFilter=dWC
				LastObject=CMysql_testDlg
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=mysql_testDlg.h
				ImplementationFile=mysql_testDlg.cpp
				Filter=D
				
				[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_MYSQL_TEST_DIALOG]
				Type=1
				Class=CMysql_testDlg
				ControlCount=21
				Control1=IDOK,button,1342242817
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_EDIT_host,edit,1350631552
				Control4=IDC_EDIT_user,edit,1350631552
				Control5=IDC_EDIT_password,edit,1350631552
				Control6=IDC_STATIC,static,1342308352
				Control7=IDC_STATIC,static,1342308352
				Control8=IDC_STATIC,static,1342308352
				Control9=IDC_EDIT_dbName,edit,1350631552
				Control10=IDC_STATIC,static,1342308352
				Control11=IDC_BUTTON_connect,button,1342242816
				Control12=IDC_EDIT_db_name,edit,1350631552
				Control13=IDC_EDIT_tab_name,edit,1350631552
				Control14=IDC_EDIT_where,edit,1350631552
				Control15=IDC_BUTTON_query,button,1342242816
				Control16=IDC_STATIC,static,1342308352
				Control17=IDC_STATIC,static,1342308352
				Control18=IDC_STATIC,static,1342308352
				Control19=IDC_STATIC_result,static,1342308352
				Control20=IDC_EDIT_select_exp,edit,1350631552
				Control21=IDC_STATIC,static,1342308352
				
							

相关资源