代码搜索:加数据库
找到约 10,000 项符合「加数据库」的源代码
代码结果 10,000
www.eeworm.com/read/218696/14910145
dsw 数据库作业.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/116303/14979434
exe 数据库连接.exe
www.eeworm.com/read/115945/14994818
txt 数据库结构.txt
lottery 表
+------------+----------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+----------+------+-----+---------+-------+
| lotteryNum |
www.eeworm.com/read/215274/15066038
exe 数据库作业.exe
www.eeworm.com/read/114152/15075046
cpp 学校数据库.cpp
#include "member.h"
#include
#include
#include
void main()
{
list people;
int i=0;
int j=0;
int m=0;
char namestr[20];
int No;
char birth[20];
www.eeworm.com/read/212254/15161120
txt 数据库定义.txt
在查询分析器中输入以下代码:
CREATE DATABASE BasicInfo
//建立入库信息表
use BasicInfo
CREATE TABLE GetintoInformation
(
入库编号 VARCHAR(10) NOT NULL ,
入库物资编号 NUMERIC(10) NOT NULL,
物资名称
www.eeworm.com/read/210920/15189889
iso 数据库教程.iso
www.eeworm.com/read/210370/15200225
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/210313/15201987
txt 数据库脚本.txt
www.eeworm.com/read/210284/15202256