代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/404458/6960531

asp conn.asp

www.eeworm.com/read/423654/6962179

asp conn.asp

www.eeworm.com/read/299464/6965782

dfm maindm.dfm

object dmMain: TdmMain OldCreateOrder = False OnCreate = DataModuleCreate Left = 152 Top = 258 Height = 480 Width = 696 object cnnDB: TADOConnection ConnectOptions = coAsyncC
www.eeworm.com/read/325217/6967997

java cdatabase.java

// jSMSEngine API. // An open-source API package for sending and receiving SMS via a GSM device. // Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE // Web Site: http://www.jsmsengine.or
www.eeworm.com/read/469618/6971942

cs students.cs

using System; using System.Collections.Generic; using System.Text; using System.Data.OleDb; using System.Data; namespace ADO { class Students { public Students() {}
www.eeworm.com/read/469646/6972636

asp mdb.asp

www.eeworm.com/read/469646/6972657

asp mdb.asp

www.eeworm.com/read/468853/6980444

asp conn.asp

www.eeworm.com/read/468999/6982935

txt javaconnection.txt

java连接数据库代码(2008-04-09 14:49:18)标签:it 1、Oracle8/8i/9i数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为数
www.eeworm.com/read/468589/6985615

jsp test1.jsp