代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/456186/7356316
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/455953/7360822
cpp database.cpp
// DataBase.cpp: implementation of the CDataBase class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DataBase.h"
#include "stdlib.h"
www.eeworm.com/read/455953/7360834
h database.h
// DataBase.h: interface for the CDataBase class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATABASE_H__0964F832_4E25_45B5_84E6_022362B3D1A8__INCL
www.eeworm.com/read/455953/7360846
obj database.obj
www.eeworm.com/read/454751/7384001
gif database.gif
www.eeworm.com/read/454358/7393233
chm database.chm
www.eeworm.com/read/453824/7409486
jpg database.jpg
www.eeworm.com/read/451720/7457468
java database.java
import java.sql.*;
/**
* 连接数据库的类
*/
public class Database {
private Statement stmt=null;
ResultSet rs=null;
private Connection conn=null;
String sql;
String strurl="jdbc:odbc:scmanage";
p