代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/449864/7495323
bas data.bas
Attribute VB_Name = "data"
Public cnn As New ADODB.Connection
Public users As String
Public qx As String
Public TABA As String
Public bbxl As Integer
Public uhbb As Integer
Public
www.eeworm.com/read/449189/7517026
java databaseoperation.java
//【例11.2】 连接指定数据库并获得数据库属性信息。
// 数据库操作类
import java.sql.DriverManager;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.SQLException;
public class DataBaseOpera
www.eeworm.com/read/449189/7517034
java databaseoperation.java
//【例11.2】 连接指定数据库并获得数据库属性信息。
//【例11.3】 执行数据操纵的SQL语句。
// 数据库操作类
import java.sql.DriverManager;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.SQLException;
im
www.eeworm.com/read/447786/7545661
cs sqlhelper.cs
using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
using BookManage.Model;
using System.Web;
namespace BookManage.DAL
{
www.eeworm.com/read/447088/7558050
bas module1.bas
Attribute VB_Name = "Module1"
'Download by http://www.codefans.net
Option Explicit
Public conn As New ADODB.Connection '标记连接对象
Public Const keyenter = 13 'enter键的ASCII码
Public De
www.eeworm.com/read/444837/7605362
java client.java
// Fig. 17.5: Client.java
// Set up a Client that will read information sent
// from a Server and display the information.
// Java core packages
import java.io.*;
import java.net.*;
import jav
www.eeworm.com/read/444837/7605363
java server.java
// Fig. 17.4: Server.java
// Set up a Server that will receive a connection
// from a client, send a string to the client,
// and close the connection.
// Java core packages
import java.io.*;
www.eeworm.com/read/443983/7619707
java connectiontag.java
package examples;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import java.io.*;
import java.sql.*;
/**
* Example: A connection/password/userid/query set of tags.
* All JDBC code
www.eeworm.com/read/443983/7619709
java useridtag.java
package examples;
import javax.servlet.jsp.tagext.*;
import javax.servlet.jsp.*;
import java.io.Writer;
/**
* Example2: A connection/query tag.
* This is the userid entry.
*
* The data is stored
www.eeworm.com/read/443983/7619713
java passwordtag.java
package examples;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import java.io.Writer;
/**
* Example2: A connection/query tag.
* This is the password entry.
*
* The data is stor