<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>数据库</title>
<link>http://www.cccto.com/a/shujuku/</link>
<description>数据库</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2010 CCCTO. 虫虫技术在线 版权所有]]></generator>
<webmaster>dragonox@vip.sina.com</webmaster>
<item>
    <title><![CDATA[在Access 2007数据库中创建图表]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0220/318.html</link>
    <description><![CDATA[本篇文章中为你在Access 2007中使用图表提供帮助。 图 1 Access 2007图表向导去哪了? 下载数据库和搜索帮助 这篇文章所要下载的数据库(叫做charts2007.accdb)有一个很简单的表，它很适合制作]]></description>
    <pubDate>2010-02-20</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Access 2007：创建表关系]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0220/317.html</link>
    <description><![CDATA[关系数据库之所以称之为关系数据库，其真谛在于可以追踪数据库中数据元素之间的关系。然而，很多数据库用户并不知道如何利用关系数据库的这个功能，只是简单地把Access当作高级]]></description>
    <pubDate>2010-02-20</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>IT专家网</comments>
</item>
<item>
    <title><![CDATA[谈ADO访问不同数据库的差别]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0220/316.html</link>
    <description><![CDATA[Microsoft公司提供了统一的数据访问接口ActiveX Data Object，简称ADO。但实际应用编程中，访问不同的数据库，如Access、SQL Server或VFP，会存在一些细微差别，常常有这样的情况，用ADO对象访]]></description>
    <pubDate>2010-02-20</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[mysql汉字录入及jsp页面的汉字显示问题]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/181.html</link>
    <description><![CDATA[我在连接mysql时遇到了汉字显示问题一开始是数据库根本无法录入中文数据我建了一个表，在插入数据时，提示错误：Date too long for column... 经过多方查找，找到了解决办法，就是在mys]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[mysql中show指令详细使用方法]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/180.html</link>
    <description><![CDATA[本文主要介绍mysql数据库下show命令的主要用法： a. show tables或show tables from database_name; -- 显示当前数据库中所有表的名称。 b. show databases; -- 显示mysql中所有数据库的名称。 c. show column]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[MySQL Replication(复制)基本原理]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/179.html</link>
    <description><![CDATA[1、MySQL Replication复制进程 MySQL的复制(replication)是一个异步的复制，从一个MySQL instace(称之为Master)复制到另一个MySQL instance(称之Slave)。实现整个复制操作主要由三个进程完成的，其中两个]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[MySQL Replication(复制)基本原理]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/178.html</link>
    <description><![CDATA[1、MySQL Replication复制进程 MySQL的复制(replication)是一个异步的复制，从一个MySQL instace(称之为Master)复制到另一个MySQL instance(称之Slave)。实现整个复制操作主要由三个进程完成的，其中两个]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[MYSQL没有完全卸载将导致其安装不成功]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/177.html</link>
    <description><![CDATA[安装MYSQL不成功，一般是因为服务器可能安装过MYSQL而没有完全卸载。 如遇到MYSQL启动不了的下列情况：无论双击mysqld.exe还是使用命令行，都没反映。查看我的电脑-管理-服务与应用程序]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[MySQL参数是如何设置的]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/176.html</link>
    <description><![CDATA[(一)连接 连接通常来自Web服务器，下面列出了一些与连接有关的参数，以及该如何设置它们。 1、max_connections 这是Web服务器允许的最大连接数，记住每个连接都要使用会话内存(关于会话]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Oracle数据库SQL*plus常用的命令和函数]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/175.html</link>
    <description><![CDATA[Oracle中常用的命令和函数，做个整理，以备以后用到，方便查阅。 常用命令： 连接sqlplus 命令行下运行cmd进入，如以sys模式登陆，命令如下： (1).sqlplus sys/zhb126 as sysdba (2).sqlplus/nolog c]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Oracle下开发Java程序的经典问题解答]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/174.html</link>
    <description><![CDATA[问题一：如保加载JDBC驱动程序： 正常我们加载驱动程序有三个途径： 1.Class.forName(String)这想当于classLoader一个String指定的类，在装载时把该驱动程序的静态内容都初始化，其实这时驱动]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Oracle数据库备份方式中不同恢复的特性]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/173.html</link>
    <description><![CDATA[由于Oracle数据库备份有三种方式，每种方式具有不同的恢复特性，因此应集成数据库与文件系统备份，集成逻辑备份和物理备份。 一、备份策略 1.在操作系统级，使用大容量磁盘阵列，]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Oracle 中存储与管理大对象数据类型]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/172.html</link>
    <description><![CDATA[一、Oracle数据库支持的大对象数据类型。 在Oracle数据库中为了更好的管理大容量的数据，专门开发了一些对应的大对象数据类型。具体的来说，有如下几种： 一是BLOB数据类型。它是用]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Oracle数据库主要的系统表和数据字典视图]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/171.html</link>
    <description><![CDATA[1.系统表 ORACLE数据库的系统参数都存储在数据库中，可以通过SQLPLUS，以用户SYSYTEM进行查询。几个重要的表或者视图如下： v$controlfile：控制文件的信息; v$datafile：数据文件的信息; v$l]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sybase RS rs_init问题的解决方法]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/170.html</link>
    <description><![CDATA[rs_init 完成后，出现报错： Msg 806, Level 21, State 1: Server 'DSJCYLNKP620', Line 1: Could not find virtual page for logical page 544371551 in database 'testdb'. The SQL Server is terminating this process. CT-LIBRARY error: ct_sen]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sybase数据库备份脚本需要Sybase环境变量]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/169.html</link>
    <description><![CDATA[这篇论坛文章主要介绍了定时备份Sybase数据库的脚本问题，详细内容请参考下文： 前几天写了个定时备份Sybase数据库的脚本，在shell中写完后试着手动执行，一切都ok。结果写到cron定时]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[安装Sybase后新建server时遇到的错误现象]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/168.html</link>
    <description><![CDATA[错误案例：,/BAIX环境下安装Sybase，新建server时遇到以下错误： exec(): 0509-036 Cannot load program /usr/sybase/ASE-12_5/bin/dataserver because of the following errors: 0509-130 Symbol resolution failed for /usr/ccs/lib/l]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[修改Sybase数据库sa密码的实用方法]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/167.html</link>
    <description><![CDATA[问题描述： 在UNIX及某些系统内不能启动Sybase Center，那么在这种情况下怎样修改sa密码呢，同时如果我们不需要密码时也可以使用该方法将sa密码置为空 解决方案： $isql -Usa -P1222 -SSYBA]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sybase数据库的sa密码重置为空的实用方法]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/166.html</link>
    <description><![CDATA[如果通过sp_password直接设为空时出错，提示密码不能少于6位时用以下办法解决： 解决方案： $isql -Usa -P1222 -SSYBASE 1sp_configure upgrade version 2go #记录打印的版本号，我的系统版本好是11920]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sybase远程磁带备份的具体步骤]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/165.html</link>
    <description><![CDATA[Sybase远程磁带备份的具体步骤: 1. 在 intdb 上添加磁带设备 sp_addumpdevice type,logicalname,physicalname[,tapesize] 如： sp_addumpdevice type,mytapedump,/dev/nrmt8,100 备注： mytapedump 为配置磁带设备服务名（可]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sybase 批量操作（BCP）的设计和实现]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/164.html</link>
    <description><![CDATA[一、前言 在项目研发过程中，需要开发一个数据库批量操作的动态链接库（DLL），以前的实现主要是程序中直接调用bcp.exe，这种方式由应用程序创建子进程，不好控制批量操作过程，]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sybase如何在Windows系统上使用大内存]]></title>
    <link>http://www.cccto.com/a/shujuku/Sybase/2010/0218/163.html</link>
    <description><![CDATA[如果Sybase数据库运行的操作系统配置的内存大于数据库本身的内存时，设置方法如下： 操作系统配置：32位可以支持2G memory。 Sybase：max memory 超不过1.5G 设置步骤： 1） Windows支持超过]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Sybase</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[学习DB2数据库必须掌握的五十四条常用语句]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/162.html</link>
    <description><![CDATA[DB2数据库常用的五十四条语句： 1、查找员工的编号、姓名、部门和出生日期，如果出生日期为空值，显示日期不详,并按部门排序输出,日期格式为yyyy-mm-dd select emp_no,emp_name,dept,isnull(c]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[IBM DB2数据库性能调整的相关命令]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/161.html</link>
    <description><![CDATA[IBM DB2数据库性能调整命令: 查看执行计划： db2expln: db2expln -d dbname -c pkgOwner -p pkgNmae -o expln.out dynexpln: dynexpln -d eos -q select * from eosmenu -g -t dynexpln -d eos -f query.sql -o out.txt 更新统计信息：]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DB2数据库文件系统已满的解决方法]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/160.html</link>
    <description><![CDATA[DB2数据库文件系统已满的解决方法： 错误案例： 在AIX系统的DB2数据库中创建大小为20G的表空间，具体的SQL如下： CREATE REGULAR TABLESPACE HTDC_DATA PAGESIZE 8 K MANAGED BY DATABASE USING ( FILE '/db2_ta]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于DB2及PHP的应用系统跨平台迁移]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/159.html</link>
    <description><![CDATA[本文主要介绍如何完成基于 DB2 的 PHP 应用系统从 AIX 平台到 Linux 平台的移植过程。文中包含了底层的 DB2 数据库移植、上层的 PHP 应用系统移植的详细步骤以及移植过程中可能遇到的问]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[IBM DB2中提高并发度的三个方法]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/158.html</link>
    <description><![CDATA[DB2中，可以用三种方法来提高并发度: 1.降低隔离级, 读操作不会因为锁冲突被拦 select .... with UR 2.或,改变加锁的时机,减少锁冲突(这样其行上的insert/update/delete操作不会锁住条件不同se]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DB2数据库中SELECT语句高级用法]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/157.html</link>
    <description><![CDATA[DB2数据库中SELECT语句高级用法: 1、创建结果表 create table new_table_name as (select * from table_name) definition only; 2、创建物化查询表（MQT） create table new_table_name as (select * from table_name) data initia]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[教你快速掌握DB2数据库创建外键时的选项]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/156.html</link>
    <description><![CDATA[创建外键时的选项： 1.创建测试表： drop table student; drop table class; drop table student_class; Create table student(student_id integer not null,student_name varchar(200), CONSTRAINT P_KEY_1 primary key (student_id)) in luz]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DB2与非DB2数据库之间远程复制]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/155.html</link>
    <description><![CDATA[DB2 联合数据库是分布式数据库管理的特殊形式。在联合数据库系统中，可以通过一个 SQL 命令来发出对多个数据源的命令请求。DB2 与非 DB2 数据库之间进行远程复制之前，首先需要保证]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[IBM_DB gem 2.0.0发布 支持更多查询]]></title>
    <link>http://www.cccto.com/a/shujuku/DB2/2010/0218/154.html</link>
    <description><![CDATA[IBM_DB gem (adapter driver) 2.0.0正式版发布了。 IBM_DB 是 rubyforge 中的一个开源项目，它为使用 ROR 和 DB2 的开发人员和那些想为其他数据库提供驱动程序的开发人员提供了良好的参考。 IBM_DB]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>DB2</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[MySQL数据库在主流操作系统下的同步]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/153.html</link>
    <description><![CDATA[当数据库的数据量读写频繁的时候，我们就要考虑把数据库的读写分开，以提高数据库的使用效率，(当然还有其他用处比如，备份数据)，这个时候我们就要用到MySQL的一个功能，数据库]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Oracle 11g R2 数据库新增小特性集锦]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/152.html</link>
    <description><![CDATA[Oracle 11g R2新增了一些小特性，下面重点展示一下。 基于版本的重定义 Oracle 11g R2增加了一个强大的新工具，它可以检出应用程序数据库对象的任一版本，不是所有数据库对象都支持版本]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ORACLE数据库安装配置流程示例详细解析]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/151.html</link>
    <description><![CDATA[一、使用数据库配置助手创建数据库。 1. 创建数据库 2. 选择模板[事务管理] 3. 数据库信息[全局数据库名|SID[SALEDB]] 4. 数据库连接选项[专用服务器模式] 5. 初始化参数 6. 数据库存储 7.]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Sun Oracle数据库机 可为企业增效10倍]]></title>
    <link>http://www.cccto.com/a/shujuku/Oracle/2010/0218/150.html</link>
    <description><![CDATA[Sun Oracle数据库机是甲骨文公司近日推出的世界上第一个OLTP数据库机，它由Sun和甲骨文共同开发，是世界上运行最快的数据仓库和联机交易处理机。Sun Oracle数据库机采用业界标准硬件组]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Oracle</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL查询结果集对注入的影响及利用]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/149.html</link>
    <description><![CDATA[对于注入而言，错误提示是极其重要。所谓错误提示是指和正确页面不同的结果反馈，高手是很重视这个一点的，这对于注入点的精准判断至关重要。本问讨论下关于几类错误和他产生]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[sql语句中插入数据的三种常用方法简介]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/148.html</link>
    <description><![CDATA[我们在插入数据到数据库中的时候，常用的语句如下： INSERT INTO table1(id, name, address) VALUES(1, ygl, 'beijing')适用于T-sql和PL/SQL； SELECT id, name, address INTO table2 FROM table1自动创建table2，T-sql用法]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL SERVER数据库使用技巧 - 跨库查询]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/147.html</link>
    <description><![CDATA[SQL Server中内置了数据库跨库查询功能，下面简要介绍一下SQL Server跨库查询。 首先打开数据源码：OPENDATASOURCE 不使用链接的服务器名，而提供特殊的连接信息，并将其作为四部分对象名]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL数据库开发基础 代码生成器的组成]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/146.html</link>
    <description><![CDATA[代码生成器包括以下几个方面： 1 SQL语句生成。自动生成SQL语句的CRUD脚本代码，还有喜欢用存储过程的，也要生成存储过程 2 类生成器。 对照数据库的表，生成实体类，数据访问类，]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL大讲堂：如何了解SQL的执行频率]]></title>
    <link>http://www.cccto.com/a/shujuku/Mysql/2010/0218/145.html</link>
    <description><![CDATA[MySQL 客户端连接成功后，通过 show [session|global]status 命令 可以提供服务器状态信息，也可以在操作系统上使用 mysqladmin extended-status 命令获得这些消息。 show [session|global] status 可以根据需]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mysql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[高实用性命令高效优化SQL Server DBCC]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/144.html</link>
    <description><![CDATA[本文主要介绍了一些特别有用但文档中没有介绍的SQL Server DBCC命令，可以在优化 SQL Server时使用。 ◆1.DBCC CacheStats：显示存在于当前 buffer Cache 中的对象的信息，例如 ：hit rates，编译的]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[远程连接access数据库的方法]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0218/61.html</link>
    <description><![CDATA[前段时间很多人问远程（如通过互联网）连接access数据库的方法，最近写了个例子，与大家共享： 使用了TCP/IP，ADO及XML（需要安装Microsoft XML 4.0。）。分服务器和客户端两部分，服务器]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[MFC对话框如何连接Access数据库的数据？]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0218/60.html</link>
    <description><![CDATA[解决方案： try { hr=m_pConnection.CreateInstance( ADODB.Connection );/// if(TRUE==SUCCEEDED(hr)) { strDBFile= Provider=Microsoft.Jet.OLEDB.4.0;DataSource= +strDBFile; hr=m_pConnection-Open((_bstr_t)strDBFile,_bstr_t(strUser),_bstr_t(st]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[将Access升级为SQL Server 2005]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0218/59.html</link>
    <description><![CDATA[第一步：配置数据源 1.在控制面板管理工具里选择数据源，在弹出的页面选择用户DSN(默认)。 2.点击旁边的添加按钮，在弹出的页面选择Driver do Microsoft Access (*.mdb),然后点击完成。 3.在弹]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用access数据库时可能用到的数据转换]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0218/58.html</link>
    <description><![CDATA[类型转换涵数: 函数 返回类型 expression 参数范围 CBool Boolean 任何有效的字符串或数值表达式。 CByte Byte 0 至 255。 CCur Currency -922,337,203,685,477.5808 至922,337,203,685,477.5807。 CDate Date 任何有效]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[＂未指定的错误＂的解决方法]]></title>
    <link>http://www.cccto.com/a/shujuku/Access/2010/0218/57.html</link>
    <description><![CDATA[问题在于没有正确使用数据库连接代码。一般只要使用标准数据库连接就可以了。 标准代码近似如下: % dim conn,connstr,db '更改数据库名字 db=data.mdb Set conn = Server.CreateObject(ADODB.Connection)]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Access</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL语句字符串处理大全]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/56.html</link>
    <description><![CDATA[常用的字符串函数有： 一、字符转换函数 1、ASCII() 返回字符表达式最左端字符的ASCII 码值。在ASCII()函数中，纯数字的字符串可不用括起来，但含其它字符的字符串必须用括起来使用，]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL Server查询效率优化]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/55.html</link>
    <description><![CDATA[查询效率分析： 子查询为确保消除重复值，必须为外部查询的每个结果都处理嵌套查询。在这种情况下可以考虑用联接查询来取代。 如果要用子查询，那就用EXISTS替代IN、用NOT EXISTS替]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL Server索引的使用和优化]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/54.html</link>
    <description><![CDATA[在应用系统中,尤其在联机事务处理系统中,对数据查询及处理速度已成为衡量应用系统成败的标准。而采用索引来加快数据处理速度也成为广大数据库用户所接受的优化方法。 在良好的]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

