代码搜索:SQLserver

找到约 3,940 项符合「SQLserver」的源代码

代码结果 3,940
www.eeworm.com/read/464670/1525425

java jdbconnection.java

package com.tool; import java.sql.*; public class JDBConnection { private String dbDriver = "net.sourceforge.jtds.jdbc.Driver"; //数据库的驱动 private String url = "jdbc:jtds:sqlserver://localho
www.eeworm.com/read/237910/4619497

java searchdemo.java

import java.sql.*; public class SearchDemo{ private String dbURL="jdbc:microsoft:sqlserver://202.115.26.181:1433"; // 数据库标识名 private String user="devon"; // 数据库用户 private String password="boo
www.eeworm.com/read/192612/5151063

cs aritclesp.cs

using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; public partial class StoredProcedures { //根据栏目ID获取主题列表 [Micro
www.eeworm.com/read/192612/5151077

cs usersp.cs

using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; public partial class StoredProcedures { //判断用户名是否存在 [SqlProce
www.eeworm.com/read/177505/5324484

properties 复件 12315.properties

#.properties -- Fri Apr 26 20:58:27 CST 2002 #Fri Apr 26 20:58:27 CST 2002 DbConnectionDefaultPool.minConnections=1 year_checkdate=29 DbConnectionDefaultPool.server=jdbc\:microsoft\:sqlserver\://l
www.eeworm.com/read/177505/5324485

properties 12315.properties

#.properties -- Sat Apr 02 13:34:28 CST 2005 #Sat Apr 02 13:34:28 CST 2005 DbConnectionDefaultPool.driver=com.microsoft.jdbc.sqlserver.SQLServerDriver DbConnectionDefaultPool.logPath=e\:\\tomcat\\l
www.eeworm.com/read/330215/3426749

java jdbconnection.java

package com.tool; import java.sql.*; public class JDBConnection { private String dbDriver = "net.sourceforge.jtds.jdbc.Driver"; //数据库的驱动 private String url = "jdbc:jtds:sqlserver://localho
www.eeworm.com/read/324352/3503671

properties private.properties

deploy.ant.properties.file=C:\\Documents and Settings\\Administrator\\.netbeans\\5.5\\tomcat55.properties file.reference.msbase.jar=E:\\jdbc\\sqlserver\\msbase.jar file.reference.mssqlserver.jar=E:\
www.eeworm.com/read/316579/3610303

java searchdemo.java

import java.sql.*; public class SearchDemo{ private String dbURL="jdbc:microsoft:sqlserver://202.115.26.181:1433"; // 数据库标识名 private String user="devon"; // 数据库用户 private String password="boo
www.eeworm.com/read/312124/3675802

java dbconnection.java

package y2javaee.xmal1.common; import java.sql.*; public class DBConnection { private static Connection conn; private static final String DRIVER_CLASS = "com.microsoft.jdbc.sqlserver.SQ