这是一款用MFC ADO编写的数据库软件

源代码在线查看: 数据库ado.odl

软件大小: 4278 K
上传用户: ydyzd_2008
关键词: MFC ADO 编写 数据库软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				// 数据库ADO.odl : type library source for 数据库ADO.exe
				
				// This file will be processed by the MIDL compiler to produce the
				// type library (数据库ADO.tlb).
				
				[ uuid(9EF6CDE5-B759-4F67-B022-B15FC51F1DEE), version(1.0) ]
				library ADO
				{
					importlib("stdole32.tlb");
					importlib("stdole2.tlb");
				
				
					//  Primary dispatch interface for CADODoc
					
					[ uuid(C2D7EA02-A57B-4BB0-A766-54F01D459F2E) ]
					dispinterface IADO
					{
						properties:
							// NOTE - ClassWizard will maintain property information here.
							//    Use extreme caution when editing this section.
							//{{AFX_ODL_PROP(CADODlgAutoProxy)
							//}}AFX_ODL_PROP
							
						methods:
							// NOTE - ClassWizard will maintain method information here.
							//    Use extreme caution when editing this section.
							//{{AFX_ODL_METHOD(CADODlgAutoProxy)
							//}}AFX_ODL_METHOD
				
					};
				
					//  Class information for CADODoc
					
					[ uuid(10EE2C76-2856-47D0-899F-17FBA353713B) ]
					coclass ADO
					{
						[default] dispinterface IADO;
					};
				
					//{{AFX_APPEND_ODL}}
					//}}AFX_APPEND_ODL}}
				};
							

相关资源