代码搜索:SQLserver
找到约 3,940 项符合「SQLserver」的源代码
代码结果 3,940
www.eeworm.com/read/270435/11038602
java~42~ jdbc1.java~42~
import java.sql.*;
public class JDBC1 {
//Main method
public static void main(String[] args) {
try{
Connection conn=null;
//装载驱动
Class.forName("com.microsoft.jdbc.sqlserver.
www.eeworm.com/read/270435/11038609
java~40~ jdbc1.java~40~
import java.sql.*;
public class JDBC1 {
//Main method
public static void main(String[] args) {
try{
Connection conn=null;
//装载驱动
Class.forName("com.microsoft.jdbc.sqlserver.
www.eeworm.com/read/469673/6925151
java operatemssql.java
package org.database;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class OperateMSSql
www.eeworm.com/read/129004/6963499
txt readme.txt
1 本软件可用于商业用途,但是要email给我 dhlbbs@163.net
2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s
3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到
www.eeworm.com/read/463483/7179587
txt sqldatacompare.csproj.filelist.txt
bin\Debug\SQLDataCompare.exe
bin\Debug\SQLDataCompare.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\SQLDataCompare.Form1.resources
obj\Debug\SQLDataCompare.Properties.Resources.resources
www.eeworm.com/read/458552/7294175
txt bll.csproj.filelist.txt
bin\Debug\StudentManager.BLL.dll
bin\Debug\StudentManager.BLL.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\StudentManager.BLL.dll
obj\Debug\StudentManager.BLL.pdb
bin\Debug\StudentManag
www.eeworm.com/read/455798/7365501
java testsql.java
import java.sql.*;
import com.microsoft.jdbc.sqlserver.*;
import javax.swing.JOptionPane;
public class TestSql {
public static void main(String[] args) throws Exception {
Class.forName("com.