代码搜索:SQLserver
找到约 3,940 项符合「SQLserver」的源代码
代码结果 3,940
www.eeworm.com/read/165593/10056608
java testdb.java
import java.sql.*;
public class TestDB
{
public static void main(String[] args)
{
String driverName = "com.microsoft.jdbc.sqlserver.SQLServerDriver";
String dbURL = "jdbc:microsoft
www.eeworm.com/read/165593/10056615
properties database.properties
jdbc.drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver
jdbc.url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=ganshan
jdbc.username=sa
jdbc.password=sa
www.eeworm.com/read/165593/10056637
java ganshan.java
import java.io.*;
import java.sql.*;
public class Ganshan
{
public static void main(String args[])
{
String url = "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=gansh
www.eeworm.com/read/360583/10086445
plg 数据库设置.plg
Build Log
--------------------Configuration: 数据库设置 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\mrvc11\
www.eeworm.com/read/358575/10184596
java daofactory.java
package dao;
public abstract class DAOFactory {
public static final int ORACLE = 1;
public static final int SQLSERVER = 2;
public static final int MYSQL = 3;
public abstract OperatorDAO
www.eeworm.com/read/357189/10213929
txt c连接sql server.txt
//C连接SQL SERVER
#include
#include
void main()
{
CString SQL;
::CoInitialize(NULL);
_RecordsetPtr PRs("ADODB.Recordset");
_ConnectionPtr PConn(
www.eeworm.com/read/356118/10236499
txt about.txt
本程序运用access数据库,如要用<mark>sqlserver</mark>2000,需还原back下的数据库,数据库名为“图书馆管理系统“
并在服务器端重建连接
1先运行接口程序scktsrvr.exe,用本程序提供广域网的连接
2运行server.exe
3最后运行客户端和管理的应用程序
为了数据不被册除,本程序只提供在数据集的post方法,不提供Tclientdataset的appliupda ...