代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/425459/10355146

java database.java

package mypack; import java.sql.*; public class DataBase { private String dbUrl ="jdbc:mysql://localhost:3306/test";//数据库 private String dbUser="root"; //用户名
www.eeworm.com/read/425432/10356660

bas mod1.bas

Attribute VB_Name = "Mod1" Public adoCon As New ADODB.Connection Public adoRs As New ADODB.Recordset Public Sub main() adoCon.Open "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Dat
www.eeworm.com/read/161912/10357514

asp cn.asp

www.eeworm.com/read/425332/10363597

js jscript.js

// JScript 文件 function et(sel) { if (sel==true) alert("打开主页") else alert("关闭主页") } function sql() { alert("关闭主页") alert(session("using")) var objdbConn = new ActiveXObject("ADODB.
www.eeworm.com/read/425298/10364793

frm dlgreport.frm

VERSION 5.00 Begin VB.Form DlgReport BorderStyle = 3 'Fixed Dialog Caption = "输出报表" ClientHeight = 1080 ClientLeft = 2295 ClientTop = 3390
www.eeworm.com/read/354300/10368193

asp upp.asp

www.eeworm.com/read/354300/10368364

asp upp.asp

www.eeworm.com/read/354265/10370636

bas link.bas

Attribute VB_Name = "link" Public Sub link() Set Mcon = New ADODB.Connection Mcon.ConnectionString = "Provider=sqloledb;Data Source=zhw;Initial Catalog=SuperMarketdb;User Id=sa;Password=8
www.eeworm.com/read/354257/10371558

bas link.bas

Attribute VB_Name = "link" Public Sub link() Set Mcon = New ADODB.Connection Mcon.ConnectionString = "Provider=sqloledb;Data Source=zhw;Initial Catalog=SuperMarketdb;User Id=sa;Password=8
www.eeworm.com/read/161810/10371626

asp conndb.asp