代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/482741/6621989
bas module1.bas
Attribute VB_Name = "Module1"
Global cn As New ADODB.Connection
Global sSQL As String
Global MatricNo As String
Sub main()
'load and display splash screen
With frmSplash
.Sh
www.eeworm.com/read/478739/6701917
java hsqldbdao.java
package merge;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
/**
*
* @author xujing 09-04-07
*
*/
public class Hsq
www.eeworm.com/read/478527/6708958
cs login.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/478527/6708969
cs see.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.Mobile;
using System.Web.SessionState;
using Sy
www.eeworm.com/read/263356/11366367
vb formreport.vb
Imports System.Data.OleDb
Imports System.Data.SqlClient
Imports System.IO
Imports CrystalDecisions.CrystalReports.Engine
Public Class FormReport
Inherits System.Windows.Forms.Form
Priv
www.eeworm.com/read/263150/11373302
cs managenotification.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
usin
www.eeworm.com/read/407292/11422566
vb sqldataprovider.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.SqlClient
Imports Microsoft.ApplicationBlocks.Data
Namespace BigBridge.Modules.JobPost
''' -----------
www.eeworm.com/read/404989/11474620
cs databaseutils.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlServerCe;
using System.Diagnostics;
using System.Drawing;
using System.IO;
usi
www.eeworm.com/read/404047/11492254
cs linkdatabase.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace 学生与成绩
{
///
/// LinkDataBase 的摘要说明。
///
public class LinkDataBase
{
private string strSQ
www.eeworm.com/read/401768/11549723
cs querywarehouseoutform.aspx.cs
//文件名:QueryWarehouseOutForm.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
us