代码搜索:SQLserver

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

代码结果 3,940
www.eeworm.com/read/424135/10488985

jsp test.jsp

www.eeworm.com/read/424135/10489043

txt 数据库连接.txt

// 其中需要导入一些包,加载驱动包,处理异常等等。 // 数据库连接对象 class DBConnection { private final static String DRIVER = "com.microsoft.jdbc.sqlserver.SQLServerDriver"; // 驱动字符串 private final static String URL = "
www.eeworm.com/read/424135/10489641

java abc.java

www.eeworm.com/read/159187/10683424

htm 013.htm

-->DELPHI专题文档-数据库应用-->用DELPHI编程访问SQLSEVER数据库
www.eeworm.com/read/158815/10725825

txt readme.txt

开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 数据库配置方法,在
www.eeworm.com/read/158731/10731896

txt bdcs.databaseinformation.csproj.filelist.txt

obj\Debug\ResolveAssemblyReference.cache obj\Debug\BDCS.DataBaseInformation.Properties.Resources.resources obj\Debug\BDCS.DataBaseInformation.csproj.GenerateResource.Cache bin\Debug\BDCS.DataBaseIn
www.eeworm.com/read/420986/10762796

txt about.txt

本程序运用access数据库,如要用<mark>sqlserver</mark>2000,需还原back下的数据库,数据库名为“图书馆管理系统“ 并在服务器端重建连接 1先运行接口程序scktsrvr.exe,用本程序提供广域网的连接 2运行server.exe 3最后运行客户端和管理的应用程序 为了数据不被册除,本程序只提供在数据集的post方法,不提供Tclientdataset的appliupda ...
www.eeworm.com/read/275972/10779717

inc include.inc

www.eeworm.com/read/275972/10779805

java userregist.java

package com.jspdev.ch5; import com.microsoft.jdbc.sqlserver.SQLServerDriver; import java.sql.*; public class UserRegist { private UserInfo userInfo; private Connection con; //获得数据库连接。
www.eeworm.com/read/420652/10783237

txt 维德科技面试题.txt

C#试题 一. 1.在C#中,string str = null与string str = "" 请尽量使用文字或图象说明其中的区别. 2.请详述在dotnet中类(class)与结构(struct)的异同: 3.页面之间传递参数一般有多少种方法?(至少4种) 4.列出Asp.Net常用的控件? 5.类之间的关系有哪些?类和对象间的关系又是什么? 6.WEB控件可以激发服务端事件