代码搜索:加数据库
找到约 10,000 项符合「加数据库」的源代码
代码结果 10,000
www.eeworm.com/read/436402/7770487
txt 数据库规划.txt
1.database:
IshopData
2.tablespace:
user 用户表空间,Oracle的每个数据库必须的,这个表空间用于存储本系统的数据
system 系统表空间,Oracle的每个数据库必须的,这个表空间用于存储本系统的数据库用户
temp 临时表空间,Oracle的每个数据库必须的,这个表空间是Oracle服务器处理数据所要用的
undo
www.eeworm.com/read/436239/7774458
txt 数据库脚本.txt
CREATE TABLE `message` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`message` text,
`title` varchar(200) DEFAULT NULL,
`ip` varchar(50) DEFAULT NULL,
www.eeworm.com/read/299929/7819957
vi 打开数据库.vi
www.eeworm.com/read/298399/7963251
sql myhouse数据库.sql
www.eeworm.com/read/397878/8017120
doc 客房数据库.doc
www.eeworm.com/read/295708/8143842
ppt 数据库建模.ppt
www.eeworm.com/read/144457/12788690
txt communitymanager数据库.txt
//如果已经存在名为CommodityManager的数据库,则将其删除
IF EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE name=N'CommodityManager')
DROP DATABASE [CommodityManager]
GO//创建数据库
CREATE DATABASE [CommodityMan
www.eeworm.com/read/245108/12821719
frm 数据库连接.frm
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60