<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; Access</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=access" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>access数据库规格问题，如表能放多少字段，多大？</title>
		<link>http://www.lanxinbase.com/?p=424</link>
		<comments>http://www.lanxinbase.com/?p=424#comments</comments>
		<pubDate>Wed, 26 Aug 2015 01:32:12 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[Access]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=424</guid>
		<description><![CDATA[问题：

 	
access 数据库单表最多可以存多少条记录？
回答：

 	
access 的 mdb 格式数据库，单表的记录上限没有规定，但是单个 MDB 数据库的文件体积不得超过 2G，但是由于可以使用链接表以及 UNION ALL 查询，理论上记录没有上限。
]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=424</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access sql语句创建表及字段类型</title>
		<link>http://www.lanxinbase.com/?p=422</link>
		<comments>http://www.lanxinbase.com/?p=422#comments</comments>
		<pubDate>Wed, 26 Aug 2015 01:30:45 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[3.数据库相关]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[SQL语句]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=422</guid>
		<description><![CDATA[创建一张空表： Sql="Create TABLE [表名]"

创建一张有字段的表： Sql="Create TABLE [表名]([字段名1] MEMO NOT NULL, [字段名2] MEMO, [字段名3] COUNTER NOT NULL, [字段名4] DATETIME, [字段名5] TEXT(200), [字段名6] TEXT(200))

字段类型：   

2 : "SmallInt",                 // 整型    
3 : "Int",                 // 长整型    
4 : "Real",                 // 单精度型    
5 : "Float",                 // 双精度型    
6 : "Money",                 // 货币    
7 : "DateTime",                 // 日期时间 
11 : "Bit",                 // 是否 
13 : "TimeStamp", ]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=422</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
