代码搜索:加数据库

找到约 10,000 项符合「加数据库」的源代码

代码结果 10,000
www.eeworm.com/read/154716/11933364

cpp 数据库设置.cpp

// 数据库设置.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "数据库设置.h" #include "数据库设置Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/154716/11933370

h 数据库设置.h

// 数据库设置.h : main header file for the 数据库设置 application // #if !defined(AFX__H__5FF36392_6D04_4AFE_858F_721F183BDE61__INCLUDED_) #define AFX__H__5FF36392_6D04_4AFE_858F_721F183BDE61__INCLUDED_
www.eeworm.com/read/154716/11933378

clw 数据库设置.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CMyDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "数据库设置.h"
www.eeworm.com/read/154716/11933388

plg 数据库设置.plg

Build Log --------------------Configuration: 数据库设置 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\mrvc11\
www.eeworm.com/read/154716/11933433

exe 数据库设置.exe

www.eeworm.com/read/256865/11967296

doc 数据库配置.doc

www.eeworm.com/read/343026/11982491

sql 数据库备份.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_backupdb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[p_backupdb] GO /*--备份数据库的通用存储过程 --邹建 2003.
www.eeworm.com/read/342009/12046377

doc 数据库说明.doc

www.eeworm.com/read/341810/12063315

db 顾客数据库.db

www.eeworm.com/read/152418/12115168

txt 数据库语言.txt

#--数据表member CREATE TABLE `member` ( id int(10) NOT NULL auto_increment, `username` VARCHAR(100) NOT NULL, `sex` VARCHAR(100) NOT NULL, `password` VARCHAR(100) NOT NULL, `question` VARCHAR(10