代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/289818/8525160
vb database.vb
Imports System.Data
Imports System.Data.SqlClient
Imports System.ComponentModel
Public Class DataBase
'实现接口IDisposable
Implements IDisposable
'数据库连接对象
Private SqlConn As SqlConn
www.eeworm.com/read/289791/8526784
vb database.vb
Imports System.Data
Imports System.Data.SqlClient
Imports System.ComponentModel
Public Class DataBase
'实现接口IDisposable
Implements IDisposable
'数据库连接对象
Private SqlConn As SqlConn
www.eeworm.com/read/289546/8545319
doc database.doc
www.eeworm.com/read/433033/8550994
java database.java
package dssserver;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class DataBase {
www.eeworm.com/read/289356/8556682
cpp database.cpp
// DataBase.cpp : implementation file
//
#include "stdafx.h"
#include "车友.h"
#include "DataBase.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/289356/8556811
h database.h
#if !defined(AFX_DATABASE_H__E443B5C4_B0B9_11D7_BA43_52544CBD5805__INCLUDED_)
#define AFX_DATABASE_H__E443B5C4_B0B9_11D7_BA43_52544CBD5805__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/432843/8568632
rar database.rar
www.eeworm.com/read/388838/8571937
mdb database.mdb
www.eeworm.com/read/388832/8572972
cs database.cs
//--------------------------------------------------------------------------------------------------------------------------
//项目名称: 综合缴费平台
//模块名称: 数据库访问
//建立人员: 张春阳
//建立日期: 20080808
//编程语言: C#
www.eeworm.com/read/289014/8585418
cpp database.cpp
// DataBase.cpp: implementation of the CDataBase class.
//
//////////////////////////////////////////////////////////////////////
#include "DataBase.h"
////////////////////////////////////////