代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/408405/11389773
java database.java
package com.server;
import java.sql.* ;
public class DataBase{
static Connection cn = null ;
public static Connection getConnection(){
try {
Class.forName("com.microsoft.jdbc.sqlserve
www.eeworm.com/read/408405/11389808
class database.class
www.eeworm.com/read/408395/11390130
h database.h
/*
database.h
(c) Richard Thrippleton
Licensing terms are in the 'LICENSE' file
If that file is not included with this source then permission is not given to use this source in any way whatsoeve
www.eeworm.com/read/408395/11390170
cc database.cc
/*
database.cc
(c) Richard Thrippleton
Licensing terms are in the 'LICENSE' file
If that file is not included with this source then permission is not given to use this source in any way whatsoev
www.eeworm.com/read/407264/11423033
bas database.bas
Attribute VB_Name = "Database"
'公共变量声明
Option Explicit
Public constr As String '数据库连接信息字符串
Public privilege As Integer '用户权限
Public rst As ADODB.Recordset '数据库内的记录,定义两个记录集对象
www.eeworm.com/read/406820/11435026
mdb database.mdb
www.eeworm.com/read/405967/11452165
vb database.vb
REM If the PocketPC where to Support SOAPFormaters then we would serialize the database in
REM this class
REM _
Public Class DataBase
Public ds As DataSet
End Class
www.eeworm.com/read/405963/11452192
vb database.vb
Imports System.Data.SqlServerCe
Imports System.Data.SqlServerCe.SqlCeException
Imports System.Xml
Imports System.Reflection
Imports System.io
Imports System.text
Public Class DatabaseConfig
www.eeworm.com/read/405333/11464950
h database.h
//: C09:Database.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// A prototypical resource class
www.eeworm.com/read/404821/11477548
cs database.cs
using System;
using System.ComponentModel;
using System.Collections;
using System.Diagnostics;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using MyOA.DataAcces