代码搜索:SQLserver
找到约 3,940 项符合「SQLserver」的源代码
代码结果 3,940
www.eeworm.com/read/313512/13586077
java~3~ conndb.java~3~
package beans;
import java.sql.*;
public class connDB{
Connection conn=null;
Statement stmt=null;
ResultSet rs=null;
public connDB(){
try{
Class.forName("com.microsoft.jdbc.sqlse
www.eeworm.com/read/312046/13619742
txt downcode.com.txt
╭══════════════════════════════════════════╮
║ 源易网--中国源码下载站 ║
║
www.eeworm.com/read/310587/13648818
java db.java
package lyovercome.util;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DB
{
public Connection getConn()
{
Connection conn=null;
t
www.eeworm.com/read/308870/13689323
java jdbcexample1.java
import java.sql.*;
public class JDBCExample1
{
public static void main(String args[])
{
String serverName = "localhost";
try{
Class.forName("com.microsoft.jdbc.sql
www.eeworm.com/read/308870/13689326
java prepstmt.java
import java.sql.*;
public class PrepStmt
{
public static void main(String[] args)
{
try
{ Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstanc
www.eeworm.com/read/307284/13724537
txt about.txt
本程序运用access数据库,如要用<mark>sqlserver</mark>2000,需还原back下的数据库,数据库名为“图书馆管理系统“
并在服务器端重建连接
1先运行接口程序scktsrvr.exe,用本程序提供广域网的连接
2运行server.exe
3最后运行客户端和管理的应用程序
为了数据不被册除,本程序只提供在数据集的post方法,不提供Tclientdataset的appliupda ...