
DataBase
jadesun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SQL Server2000 未公开的存储过程
sp_columns_rowsetThe sp_columns_rowset stored procedure returns the complete columns description, including the length, type, name, and so on.Syntaxsp_columns_rowset table_name [, table_schema转载 2006-11-14 14:40:00 · 1597 阅读 · 0 评论 -
MySQL常见错误问答!
18.2.1 MySQL server has gone away错误 本小节也涉及有关Lost connection to server during query的错误。 对MySQL server has gone away错误最常见的原因是服务器超时了并且关闭了连接。缺省地,如果没有事情发生,服务器在 8个小时后关闭连接。你可在启动mysqld时通过设置wait_timeout变量改变时间限原创 2006-11-23 09:01:00 · 1382 阅读 · 0 评论 -
JDBC连接数据库经验技巧集萃
Java数据库连接(JDBC)由一组用 Java 编程语言编写的类和接口组成。JDBC 为工具/数据库开发人员提供了一个标准的 API,使他们能够用纯Java API 来编写数据库应用程序。然而各个开发商的接口并不完全相同,所以开发环境的变化会带来一定的配置变化。本文主要集合了不同数据库的连接方式。 一、连接各种数据库方式速查表 下面罗列了各种数据库使用JDBC连接的方式,可以作为一个手册使用转载 2006-11-23 09:47:00 · 1224 阅读 · 0 评论 -
MYSQL 降序索引和减轻索引扫描
var src_url=http://www.mysqlperformanceblog.com/2006/05/09/descending-indexing-and-loose-index-scan;原文作者: Peter Zaitsev原文来源: http://www.mysqlperformanceblog.com/2006/05/09/descending-indexin转载 2006-12-22 10:57:00 · 2346 阅读 · 0 评论