代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/173141/5378461
sql logdevice.sql
-- note: weird is spelled wrong here. So you too don't spend 15 minutes figuring that out.
values SUBSTR(SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('logDevice'), LOCATE('wierdlog',SYSCS_UTIL.SYSCS_GET_D
www.eeworm.com/read/173141/5378512
sql encryptdatabase.sql
-- test database encryption
-- for bug 3668 - you couldn't change the password without exiting out of db create session
call SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('bootPassword', 'Thursday, Wednes
www.eeworm.com/read/110723/15526991
cpp itemdatabase.cpp
#include "ItemDatabase.h"
#include
#include
namespace cItemDatabase {
std::deque< sItemData > item_database_entries;
bool item_database_initialized = false;
};
using
www.eeworm.com/read/143058/12902019
h globalvar.h
#ifndef _GLOBALVAR_20040622_H
#define _GLOBALVAR_20040622_H
#define RECONNECT_DB_TIMEOUT 3000 //数据库重连前 Sleep
#define WAITFOR_NEXT_DATA 500 //等待目录下的下一个文件
#define ID_XQ_HZ 0
#define ID_XQ_NB 1
www.eeworm.com/read/477626/6729487
txt config.txt
#config file for data synchonize
#Tue Apr 18 15:43:32 CST 2006
jdbc_url=jdbc:oracle:thin:@127.0.0.1:1521:dsydb2
jdbc_driver_class=oracle.jdbc.driver.OracleDriver
database_user=techinfo
database_p
www.eeworm.com/read/132219/14104166
sql server 2000
--第十三章SQLServer安全管理
--为了使系统工作在可以记录没有日志记录的操作,用户必须把数据库运行在BULK_LOGGED恢复模式。其他恢复选项都必须工作在FULL和SIMPLE。通过使用ALTER DATABASE命令可以修改以上设置,在这里我们以Northwind数据库为例:
ALTER DATABASE Northwind
SET RECOVERY BULK_LOGGED
www.eeworm.com/read/116519/14966854
sql server 2000
--第十三章SQLServer安全管理
--为了使系统工作在可以记录没有日志记录的操作,用户必须把数据库运行在BULK_LOGGED恢复模式。其他恢复选项都必须工作在FULL和SIMPLE。通过使用ALTER DATABASE命令可以修改以上设置,在这里我们以Northwind数据库为例:
ALTER DATABASE Northwind
SET RECOVERY BULK_LOGGED
www.eeworm.com/read/293220/8307083
cpp interdata.cpp
// InterData.cpp : implementation file
//
#include "stdafx.h"
#include "Predict.h"
#include "InterData.h"
#include "DataConn.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/201755/15397933
cs st_admin_orderlist.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System