代码搜索:加数据库
找到约 10,000 项符合「加数据库」的源代码
代码结果 10,000
www.eeworm.com/read/183589/9151578
toc informant.toc
## Title: 月光宝盒 物品数据库
## Notes: 游戏中物品信息的数据库
## Interface:11200
## LoadOnDemand: 1
## Dependencies: EnhTooltip, Stubby
## OptionalDeps: Khaos
## SavedVariables: InformantConfig
##
## Version: 3.
www.eeworm.com/read/166466/10019347
txt java.txt
显示数据库中的表用java(完整)- -
*该程序代码用到了前面说的database.java的数据库连接池的类
---------------------------------------------------------------------------------------
package c
www.eeworm.com/read/280877/10285397
bas variable.bas
Attribute VB_Name = "Variable"
Public StrDBName As String '定义数据库名称
Public ConnStr As String '连接字符串
Public cnn As ADODB.Connection '连接数据库的Connection对象
www.eeworm.com/read/425480/10351750
vb dbconn.vb
Public Class DBConn
Private StrServerName As String '存放服务器名称
Private StrDataBaseName As String '存放数据库名称
Private StrUserName As String '存放登录数据库用户名称
Private StrUserPsw As
www.eeworm.com/read/270954/11018795
h dboper.h
#ifndef _DB_OPER_H
#define _DB_OPER_H
#include "GlobalVarFunc.h"
int ConnectDatabase(); // 连接数据库
int DisconnectDatabase(); // 断开数据库
int QueryInfoYonghuTable(CString username,CString pa
www.eeworm.com/read/436402/7770483
sql procedures.sql
/*
*==================================================================================
* 1.user包
*
* 过程列表:
* (0)loginValidate 用户登陆验证(这是个函数,仅供数据库内部使用)
* (1)loginCheck 用户登陆验证(这是个过程,数据库内
www.eeworm.com/read/436402/7770485
sql proc users.sql
/*
*==================================================================================
* 1.user包
*
* 过程列表:
* (0)loginValidate 用户登陆验证(这是个函数,仅供数据库内部使用)
* (1)loginCheck 用户登陆验证(这是个过程,数据库内
www.eeworm.com/read/329612/12945110
frm frmdbcopy.frm
VERSION 5.00
Begin VB.Form Form5
BackColor = &H00FFC0C0&
Caption = "数据库管理---数据库备份"
ClientHeight = 4920
ClientLeft = 60
ClientTop = 450
C
www.eeworm.com/read/134019/6359224
frm frmdbcopy.frm
VERSION 5.00
Begin VB.Form Form5
BackColor = &H00FFC0C0&
Caption = "数据库管理---数据库备份"
ClientHeight = 4920
ClientLeft = 60
ClientTop = 450
C