代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/456297/7352445
plg database.plg
Build Log
--------------------Configuration: DATABASE - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/456297/7352459
dsp database.dsp
# Microsoft Developer Studio Project File - Name="DATABASE" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/456297/7352462
dsw database.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/456297/7352463
ncb database.ncb
www.eeworm.com/read/456297/7352513
h database.h
// DATABASE.h : main header file for the DATABASE application
//
#if !defined(AFX_DATABASE_H__98D5BADB_72D0_4A3E_A397_447CB70D8D47__INCLUDED_)
#define AFX_DATABASE_H__98D5BADB_72D0_4A3E_A397_447C
www.eeworm.com/read/456297/7352534
rc database.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/456297/7352536
opt database.opt
www.eeworm.com/read/456297/7352539
cpp database.cpp
// DATABASE.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "DATABASE.h"
#include "MainFrm.h"
#include "DATABASESet.h"
#include "DATABASEDoc.h"
#inclu
www.eeworm.com/read/456297/7352547
aps database.aps
www.eeworm.com/read/456186/7356305
vb database.vb
Imports System.Data
Imports System.Data.SqlClient
Imports System.ComponentModel
Public Class DataBase
'实现接口IDisposable
Implements IDisposable
'数据库连接对象
Private SqlConn As SqlConn