代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/233393/14156046
bas module1.bas
Attribute VB_Name = "Module1"
'执行TSQL函数
Public Function runtsql(ByVal tsql As String) As Boolean
Dim con As New ADODB.Connection
con.ConnectionString = "driver={SQL Server};server=.;uid=sa
www.eeworm.com/read/233137/14167041
java kmodies.java
/*
* KModies.java
*
* Created on 2007年7月27日, 下午3:05
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/**
*
* @author Administ
www.eeworm.com/read/130490/14190219
h multi.h
#ifndef MULTI_H
#define MULTI_H
#include
#include "classifier.h"
#include "parray.h"
#include "vector.h"
enum multi_method {
/**
* One and one.
* One classifier per class.
www.eeworm.com/read/129197/14258294
java jdbcconnection.java
package com.samspublishing.jpp.ch23;
import java.sql.*;
/**
*
* @author Stephen Potts
* @version 1.0
*/
public class JDBCConnection
{
/** Default Constructor */
public J
www.eeworm.com/read/129197/14258321
java accessjdbc2.java
/*
* AccessJDBC2.java
*
* Created on January 21, 2002, 4:12 PM
*/
package com.samspublishing.jpp.ch23;
import java.sql.*;
import java.util.*;
public class AccessJDBC2
{
p
www.eeworm.com/read/129197/14258644
java jdbcconnection.java
package ch19;
import java.sql.*;
/**
*
* @author Stephen Potts
* @version 1.0
*/
public class JDBCConnection
{
/** Default Constructor */
public JDBCConnection()
{