<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>数据库</title>
<link>/html/edu/jsp/jsp5/index.html</link>
<description>编程开发 / JSP / 数据库</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>JSP连接mysql数据库攻略</title>
    <link>/html/edu/jsp/jsp5/9612.html</link>
    <description>连续几天安装配置和连接Mysql数据库，今天终于成功了，回想这几天，真的是甜酸苦辣都有，单mysql就重装了不下10次，而在eclipse上编写的连接数据库的程序总是报错．我都已经down了oracal准备放弃mysql了，不过．．．就象电视剧演的那样，转机总是在这个时候出现，先是看</description>
    <pubDate>2006-01-14</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>csdn</comments>
</item>
<item>
    <title>JSP中tomcat的SQL Server2000数据库连接池的配置</title>
    <link>/html/edu/jsp/jsp5/9619.html</link>
    <description>JSP中tomcat的SQL Server2000数据库连接池的配置 环境： 1. 数据库 ：Microsoft SQL Server 2000 2. 数据库驱动程序：net.sourceforge.jtds.jdbc.Driver JNDI（Java Naming and Directory Interface）概述： Tomcat4（5）提供了一个与Java Enterprise Edition应用服务</description>
    <pubDate>2006-01-14</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>JSP的mysql_jdbc驱动程序</title>
    <link>/html/edu/jsp/jsp5/3392.html</link>
    <description>作者：jjx,转载请指明出处 如有不当之处，敬请指出 mm.mysql是个类型4(即纯java),符合jdbc 2规范的mysql jdbc驱动程序。当前版本为2.0 pre 5(beta) 你可以从http://www.worldserver.com/mm.mysql/下载最新的驱动程序 本文只是简单描述一下mm.mysql的安装和使用 安装 1</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>www.jspcn.net</comments>
</item>
<item>
    <title>win2k下asp+php+mysql+jsp+xsl+xml的安装</title>
    <link>/html/edu/jsp/jsp5/3391.html</link>
    <description>本人操作系统：Windosws 2000 Pro版 所需软件： 1、IIS 5.0 2、jdk-1_2_2-win.exe 3、jakarta-tomcat.zip 4. php-4.0.0-Win32 5. mysql-3.23.36-win 6. DBTools-Manager-1.0.8 7. gyxml 8. Java API for XML Parsing 1.0.1 9. mm.mysql.jdbc-2.0pre5.tar 安装方法： (首</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>jspcn</comments>
</item>
<item>
    <title>如何用Jsp读取Mysql数据库</title>
    <link>/html/edu/jsp/jsp5/3393.html</link>
    <description>%//说明count是总的记录的条数 //page是用户提交的参数，用于控制分页的，允许的值是正整数，负整数 int i=count/15; //总页,每页显示15条记录 int j=i/10; //总的大页 ,没10个页面分一大页 //Page 显示的页面 int StartPage; //int HrefPage; if (Page0) Page=0-Page*1</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>jspcn</comments>
</item>
<item>
    <title>如何在Jsp中使用JDBC来联结MySql</title>
    <link>/html/edu/jsp/jsp5/3394.html</link>
    <description>在以前的文章中，豆腐曾经讲过一种用JDBC-ODBC Bridge 来连接数据库的文章 一个 连接数据库的 javaBean(可在 Jsp 中调用),由于这样连接数据库的效率是 很低的，所以大家其实实际在使用的时候都是用的JDBC,现在我就给大家来说说如何在Win2K下使用JDBC 来连接 MySql的文章</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>在Win2000下用PHP和JSP连接MySQL</title>
    <link>/html/edu/jsp/jsp5/3395.html</link>
    <description>一、前言 在阅读本文档之前，你的Win2000下应该已经安装好了Apache、JDK、Tomcat、PHP、MySQL。如果你还没有成功地安装好这些软件，你可以参阅Apache1.3.20在Windows下的使用、Windows下JDK1.3.1的安装、Tomcat在Win2000下的安装、PHP在Win2000下的安装、MySQL在Win200</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何使用JSP访问MySQL数据库</title>
    <link>/html/edu/jsp/jsp5/3396.html</link>
    <description>%@page import=&quot;java.sql.*&quot; import =&quot;java.util.*&quot; import =&quot;java.io.*&quot; contentType=&quot;text/html; charset=gb2312&quot; % html head title使用MYsql数据库/title meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot; meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.D</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>配置J2EE支持Mysql</title>
    <link>/html/edu/jsp/jsp5/3397.html</link>
    <description>这一段时间在学习J2EE＆EJB，我最感兴趣的还是做JDBC的EJB，但是由于我手头上没有J2EE默认的Cloudscape，也不敢装Oracle，我的机器太次，跑J2EE已是满负荷运转，绝不能再加大家伙！因此我想继续使用小巧玲珑的Mysql。 首先当然是系统环境软件的安装，我就不多说了，在下</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>用javabean来实现MySQL的分页显示</title>
    <link>/html/edu/jsp/jsp5/3398.html</link>
    <description>●○●○●○●○●○●○●○●○●○●○●○●○●○●○ ○ 作者:刘湛 日期:2000-02-04 jeru@163.net ● ● http://www.cyberlabs.com/~jeru/ ○ ○ 欢迎访问爪哇人，获取更多资料 ● ●○●○●○●○●○●○●○●○●○●○●○●○●○●○ 今天写了个 MySQL</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>爪哇人</comments>
</item>
<item>
    <title>初次接触JSP(win2k server)JSP连接MYSQL数据库</title>
    <link>/html/edu/jsp/jsp5/3399.html</link>
    <description>第一步你已经完成了，但是我想，那个只是最基础的。最迫切想知道的，就是怎么与数据库联系起来。因为，不管是做留言本还是论坛，都会涉及到数据库。其实，这一切都很简单。首先确定你已经安装了MYSQL数据库，之所以选择MYSQL，因为他可以跨平台，而mssql或者access，都</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>连接MySQl的JavaBean</title>
    <link>/html/edu/jsp/jsp5/3400.html</link>
    <description>package mysql; import java.sql.*; public class MySqlCon { private String DbName = &quot;&quot;; private String pass = &quot;&quot;; private String url = &quot;&quot;; private Connection con = null; private Statement stmt = null; private ResultSet rs = null; public MySqlCon() { }</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>WebLogic下配置MySql数据库的JDBC驱动</title>
    <link>/html/edu/jsp/jsp5/3401.html</link>
    <description></description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>ASP.NET和MySQL，强势组合</title>
    <link>/html/edu/jsp/jsp5/3402.html</link>
    <description>由于富有竞争力的价格和易于使用，MySQL在市场占有率方面逐步提升。开放源代码社区为了扩展MySQL的使用范围，开发出了.Net框架(.NET Framework)中可以使用的数据库连接器。我们就来学习一下如何在.Net应用程序中使用MySQL。 每周三发布的TechRepublic的.NET通讯,包含有</description>
    <pubDate>2005-10-15</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>Tony Patton</comments>
</item>
<item>
    <title>Jsp中调用Oracle存储过程的小例子</title>
    <link>/html/edu/jsp/jsp5/1137.html</link>
    <description>*执行一条insert语句并传参数*/ createorreplaceprocedurep_test2(iinnumber)as begin insertintotvalues(i,'x'||to_char(i)); commit; end; / %@pagelanguage=&quot;java&quot;contentType=&quot;text/html;charset=gb2312&quot;% %@pageimport=&quot;java.sql.*&quot;% html body table trtdaaa/tdt</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>axman</author>
    <comments>yanchang</comments>
</item>
<item>
    <title>JDBC 入门(1)</title>
    <link>/html/edu/jsp/jsp5/1164.html</link>
    <description>你需要做的第一事情是你要正确的安装。这包含下列几个步骤： 在你的计算机上安装 Java 和 JDBC Java 数据库 连接 (JDBC) 是一个标准 SQL（Structured Query Language，结构化查询语言） 数据库 访问接口, 可以为多种关系 数据库 提供统一访问。JDBC（Java DataBase Con</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>axeon</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>用连接池提高Servlet访问数据库的效率</title>
    <link>/html/edu/jsp/jsp5/1163.html</link>
    <description>Java Servlet作为首选的服务器端数据处理技术，正在迅速取代CGI脚本。Servlet超越CGI的优势之一在于，不仅多个请求可以共享公用资源，而且还可以在不同用户请求之间保留持续数据。本文介绍一种充分发挥该特色的实用技术，即 数据库 连接池。 一、实现连接池的意义 动态</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>佚名</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>Tomcat5+Mssql server 2000数据库连接池配置之旅</title>
    <link>/html/edu/jsp/jsp5/1162.html</link>
    <description>Tomcat相信大家已经很熟悉了，作为一种免费而强大的java web server，得到了很多java爱好者的青睐，最新版本的tomcat5支持servlet2.4和jsp2.0,今天我将采用Tomcat5和Ms sqlserver 000一起来开始 数据库 连接池配置之旅。 需要的准备 1、jdk 我使用的版本1.4.01 2、Tomc</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>海仔</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何使用JSP访问MySQL数据库</title>
    <link>/html/edu/jsp/jsp5/1161.html</link>
    <description>%@page import=&quot;java.sql.*&quot; import =&quot;java.util.*&quot; import =&quot;java.io.*&quot; contentType=&quot;text/html; charset=gb2312&quot; % html head title使用MYsql 数据库 /title meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot; meta name=&quot;ProgId&quot; content=&quot;FrontPage.Edito</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>JSP数据库操作例程(Use Bean)</title>
    <link>/html/edu/jsp/jsp5/1160.html</link>
    <description>- 数据分页显示 - JDBC 2.0:ODBC 通过jdbc:odbc可以实现Jsp对 数据库 的操作，在这个例子中我将 数据库 的连接写在了一个JavaBean中，可以实现重复使用 pagetest.jsp文件： 数据库 分页测试 Jodb.java文件如下： package zbean; import java.sql.*; //import zbean.*;</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>佚名</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>JDBC 入门(2)</title>
    <link>/html/edu/jsp/jsp5/1165.html</link>
    <description>你需要做的第一事情是你与想要使用的 DBMS 建立一个连接。这包含 2 个步骤：装载驱动程序并建立连接。 装载驱动程序 装载驱动程序只需要非常简单的一行代码。例如，你想要使用 JDBC-ODBC 桥驱动程序, 可以用下列代码装载它： Class.forName(&quot;sun.jdbc.odbc.JdbcOdbcDri</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>axeon</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>JDBC 入门(3)</title>
    <link>/html/edu/jsp/jsp5/1166.html</link>
    <description>创建表 首先，我们在我们的示例 数据库 创建其中一张表 COFFEES，包含在咖啡店所卖咖啡的必要的信息，包括咖啡名字，他们的价格，本星期卖了多少磅及迄今为止卖的数目。关于 COFFEES 表我们以后会详细描述，如下： COF_NAME SUP_ID PRICE SALES TOTAL Colombian 101 7.9</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>JSP连接SQL Server 2000系统配置</title>
    <link>/html/edu/jsp/jsp5/1167.html</link>
    <description>第一步：----安装J2SDK: 到SUN官方站点( http://java.sun.com )下载J2SDK的安装文件：j2sdk-1_4_2_04-windows-i586-p.exe，下载之后安装好J2SDK；安装完之后，设置环境变量：我的电脑---属性---高级---环境变量； 选择---系统变量(S)： 设置JAVA_HOME环境变量： 单击---</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>用JSP操作Cookie</title>
    <link>/html/edu/jsp/jsp5/1168.html</link>
    <description>说起来，Cookie应该是一种应用较久的技术了。早在HTML刚刚出现的时候，在每个独立的页面之间没有办法记录和标识不同的用户。后来人们就发明了Cookie技术，当用户访问网页时，它能够在访问者的机器上创立一个文件，我们把它叫作Cookie，写一段内容进去，来标识不同的用</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>佚名</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>jsp连接数据库大全</title>
    <link>/html/edu/jsp/jsp5/1169.html</link>
    <description>现在有好多初学jsp的网友经常会问 数据库 怎么连接啊，怎么老出错啊？所以我集中的在这写篇文章供大家参考，其实这种把 数据库 逻辑全部放在jsp里未必是好的做法，但是有利于初学者学习，所以我就这样做了，当大家学到一定程度的时候，可以考虑用MVC的模式开发。在练习</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>佚名</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>使用 JSP 技术和 JDBC 技术访问基于 Web 的动态数据</title>
    <link>/html/edu/jsp/jsp5/1170.html</link>
    <description>本文讨论使用 JSP 和 JDBC 技术把静态的、动态的及 数据库 内容集成在 Web 站点中。为了简洁明了的说明问题，文中的 JSP 页面使用短的 scriptlet 让 JSP 开发者接触到底层的 JDBC 概念，而不是把其隐藏在定制标记中。作者介绍一种集成 JavaBeans 组件和 JDBC 的主要设</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>Bergman</author>
    <comments>ibm.com|http://www-900.ibm.com/developerWorks/cn/j</comments>
</item>
<item>
    <title>数据库连接池Java实现小结</title>
    <link>/html/edu/jsp/jsp5/1171.html</link>
    <description>因为工作需要要使用到连接池，所以拜读了互联网上众多前辈的文章，学了不少经验，这里想做一个小结，加上自己的想法和在一起，希望能给大家一些帮助。 目的 ： 消除 数据库 频繁连接带来的开销和瓶颈。 解决方案 ： 不过多的限制用户的使用，既不能太多的要求用户按规定</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何随机选取n条记录或者对记录作随机排序？</title>
    <link>/html/edu/jsp/jsp5/1159.html</link>
    <description>Q. 如何得到随机排序结果? A. 要得到随机排序的列，或者返回x条随机选择的列，你可以使用随机数。但是RAND函数在一个查询中只能返回一个结果。你可以在NOWID函数返回的列上做ORDER BY。请看示例： SELECT * FROM Northwind..Orders ORDER BY NEWID() SELECT TOP 10 * F</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>SQL脚本生成的一些BUG</title>
    <link>/html/edu/jsp/jsp5/1158.html</link>
    <description>微软的SQL脚本生成令我伤透了心……我一直以为是我的程序上的问题，或者我操作上的失误， 并且，客服务人员屡屡埋怨我的程序bug，多次测试之后，靠，原来都是微软惹的祸…… Sql Server 的脚本生成有不少漏洞，经常由它生成的脚本运行起来却有错误。下面举例说明： 1、</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>利用事务日志来恢复Update、Delete误操作引起的数据丢</title>
    <link>/html/edu/jsp/jsp5/1143.html</link>
    <description>可能有不少朋友遇到过这样的问题： update或delete语句忘带了where子句，或where子句精度不够，执行之后造成了严重的后果， 这种情况的数据恢复只能利用事务日志的备份来进行，所以如果你的SQL没有进行相应的全库备份 或不能备份日志（truncate log on checkpoint选项</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>关于在ORACLE下开发JAVA的几个问题</title>
    <link>/html/edu/jsp/jsp5/1142.html</link>
    <description>我本来不再想写一些类似教程的文章,因为既然叫教程就要能历经历史的考验,而对于我这种菜鸟级的程序设计者来说仅喜欢随心所欲地交流一些自己的经验。可以不成方法，无关条理地想到哪说到哪。但是有些问题我又不能不出来说明白，因为目前网上的很多“教程”都在把初学者引</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>axman</author>
    <comments>超级菜鸟</comments>
</item>
<item>
    <title>数据库操作中stmt与rs的简要论述</title>
    <link>/html/edu/jsp/jsp5/1141.html</link>
    <description></description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>超级菜鸟</author>
    <comments>axman</comments>
</item>
<item>
    <title>用jsp对oracle的clob字段进行操作</title>
    <link>/html/edu/jsp/jsp5/1140.html</link>
    <description>CLOB一般用来存放超大广西,如果是2进制文件一般用BLOB. 假设col2是CLOB: 写操作: Stringsql=&quot;insertintotb_commendtemp(col1,col2)values('111',?)&quot;; strings=&quot;长文本&quot;; StringBufferInputStreamsbin=newStringBufferInputStream(s); PreparedStatementps=query.getPre</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>axman</author>
    <comments>axman</comments>
</item>
<item>
    <title>使用连结池的意义</title>
    <link>/html/edu/jsp/jsp5/1139.html</link>
    <description>我从来都这样说:不是所有的应用都要采用连结池,一般的轻载用了连结池反而会降低效率,要用什么方式连结,完全看你的系统瓶颈. 一个普通的连结过程中,因为Connection一般要用到本地方法,这些初始化是非常耗用系统资源的.连结初始化,执行SQL语句,关闭连结在一次普通的连结中</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>axman</comments>
</item>
<item>
    <title>ORACLE ORA-00600错误的阐述</title>
    <link>/html/edu/jsp/jsp5/1138.html</link>
    <description>ORACLEORA-00600错误不是你的程序错误.是ORACLE内部的错误,一般来说,大部分的ORA-00600错误均是由ORACLE 软件的bug所导致，因此对于这样的错误需要及时联系ORACLE技术支持工程师.对于这种类型的ORA-00600错误， 一个简单的处理方式就是打补丁，将 数据库 升级到一个稳定</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>axman</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>连结池详解</title>
    <link>/html/edu/jsp/jsp5/1136.html</link>
    <description>到目前为目,JDBC2的连结池只是一个接口,没有真正的实现,JDBC3正在开发中, 据报已经支持连结池,但.......... JDBC3用了JNDI技术,连结池的配置可以让一个高手都烦死. 目前第三方已经实现的连结池当然是poolman,1.0版对一般用户来说已经足够用了.配置也简单,2.0版虽然增加</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>b-i-d</author>
    <comments>axman</comments>
</item>
<item>
    <title>通过JDBC连接oracle数据库的十大技巧</title>
    <link>/html/edu/jsp/jsp5/1135.html</link>
    <description>Java 数据库 连接（JDBC）API是一系列能够让Java编程人员访问 数据库 的接口，各个开发商的接口并不完全相同。在使用多年的Oracle公司的JDBC后，我积累了许多技巧，这些技巧能够使我们更好地发挥系统的性能和实现更多的功能。 1、在客户端软件开发中使用Thin驱动程序 在</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>jsp留言板源代码</title>
    <link>/html/edu/jsp/jsp5/1134.html</link>
    <description>oracle数据表创建. createtableguestbook( lw_titlevarchar2(100)notnull,--留言主题 lw_authorvarchar2(20)notnull,--网上大名pk author_httpvarchar2(40),--主页地址 author_emailvarchar2(40)notnull,--电子信箱pk expressionvarchar2(2)notnull,--表情 lw_timevarc</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>jsp+beans实现读取数据库的例子</title>
    <link>/html/edu/jsp/jsp5/1133.html</link>
    <description>(转载请注明来源) From:http://aspfans.yeah.net 需要用到两个程序，jsp文件和 数据库 操作的javabean Select.jsp html head titleSelecteverythingfromadatabase/title /head body jsp:useBeanid=&quot;select&quot;class=&quot;DataBaseSelect&quot;scope=&quot;request&quot; /bean %out.print(sel</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>建立连接</title>
    <link>/html/edu/jsp/jsp5/1132.html</link>
    <description>与 数据库 建立链接 想与DBMS建立一个链接你必须做如下两个工作：（1）加载驱动程序（2）建立链接 加载驱动程序\r 加载驱动程序非常的简单，只需要一句代码。比如你，你想用JDBC—ODBC桥驱动，那么你就写上： Class.forName(&quot;sun.jdbc.odbc.JdbcOdbcDriver&quot;); 你的驱动</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何使Microsoft SQL Server的日志文件不会增大？</title>
    <link>/html/edu/jsp/jsp5/1144.html</link>
    <description>如何缩小MSSQL的日志文件已经是一个经常性的问题了，不过这个问题在精华区已经有不少答案了，我这里也不再赘述。 现在我们讨论一下治本的问题，即如何使日志文件不再增大？ 先介绍一个简单的方法。 就是把 数据库 的故障还原模型设置为“简单”(SQL2K)。这样它就会在Ch</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>SQL Server非正常删除日志文件（ldf）恢复方法</title>
    <link>/html/edu/jsp/jsp5/1145.html</link>
    <description>事务日志文件(ldf)在SQL Server服务未启动的情况下被删除（SQL Server在工作状态下是无法删除日志文件），这种情况下启动SQL服务后，相应 数据库 即被标志成置疑(suspend)状态 按目前本人实验结果，恢复方法如下： 1，分离被置疑的 数据库 ，可以使用sp_detach_db 2，附</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>处理孤立用户的存储过程</title>
    <link>/html/edu/jsp/jsp5/1146.html</link>
    <description></description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何使Microsoft SQL Server的日志文件不会增大？</title>
    <link>/html/edu/jsp/jsp5/1157.html</link>
    <description>如何缩小MSSQL的日志文件已经是一个经常性的问题了，不过这个问题在精华区已经有不少答案了，我这里也不再赘述。 现在我们讨论一下治本的问题，即如何使日志文件不再增大？ 先介绍一个简单的方法。 就是把 数据库 的故障还原模型设置为“简单”(SQL2K)。这样它就会在Che</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>ChairSQL 的核心源代码</title>
    <link>/html/edu/jsp/jsp5/1156.html</link>
    <description>1、消除孤立用户 print'' print'--------------更新信息'+Cast(GetDate()Asvarchar(100))+'-------------' print'已经运行更新程序，如果下面有错误的信息提示，请向我们咨询。' print'或者，请把这个运行结果文件保存好，发到我们的信箱里，并通知我们。' print'------</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>MD5算法的T-SQL实现(FOR SQL2000)</title>
    <link>/html/edu/jsp/jsp5/1155.html</link>
    <description>***************************************************************************** * Name: T-SQL MD5算法实现 * Author: Rambo Qian * Create Date: 2003-04-10 * Last Modified by: Rambo Qian * Last Update Date: 2003-04-16 * Version: V1.0.00 *****************</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>存储过程替换text,ntext列中的字符串</title>
    <link>/html/edu/jsp/jsp5/1154.html</link>
    <description>/* author:amjn date:2003-03-28 version:1.0 function:替换text,ntext列中的字符串(不支持中文) */ declare @ptr varbinary(16) declare @amjnId int declare @Position int,@len int set @len=datalength('ILOVEHJL') declare wux_Cursor scroll Cursor for select t</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>关于SQL Server中几个未公布的访问注册表的扩展存储过</title>
    <link>/html/edu/jsp/jsp5/1153.html</link>
    <description>SQL Server中包含了几个可以访问系统注册表的扩展存储过程.但实际上这几个扩展存储过程是未公开的,从sql server 7.0就有了, 在SQL server 2000中仍然保留,他们以后可能会删除.但是这几个存储过程却提供了在当前的SQL Server版本中访问系统注册表的能力, 而且很多人利用S</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>更新你的联机丛书</title>
    <link>/html/edu/jsp/jsp5/1152.html</link>
    <description>随着SQL 2000 SP3的release，Books Online也推出了新的版本 可是，安装Microsoft SQL Server 2000 联机丛书(更新 - SP3)之后，在QA或者EM中按F1，出来的还是旧的BOL，怎么办？ 查查注册表，很容易就找到了 HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server80T</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何将 XML 文件导入 SQL Server 2000？</title>
    <link>/html/edu/jsp/jsp5/1151.html</link>
    <description>导入 XML 文件 （Microsoft SQL Server 开发组供稿，questions@sqlmag.com） 问：如何将 XML 文件导入 SQL Server 2000？ 答：您可以用三种方发将 XML 文件导入 SQL Server 2000。下面介绍这几种方法。 如果您想将文档的实体和属性提取到相关表中，那么将 XML 文件导入</description>
    <pubDate>2005-08-24</pubDate>
    <category>数据库</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>

</channel>
</rss>
