蒋晟的专栏

http://jiangsheng.net

蒋晟ID:jiangsheng
340054次访问,排名150好友13人,关注者661
男性,美国,武汉,吉林大学校友,数学专业,Vista使用者,MFC程序员,Biztalk程序员,Facebook使用者,C++程序员,CSDN大版主,微软最有价值专家,CSDN社区人物接龙,MSDN中文技术论坛版主,博客堂堂主,维基百科执行编辑,客观唯心主义者,民主党
jiangsheng的文章
原创 93 篇
翻译 0 篇
转载 3 篇
评论 139 篇
蒋晟.Net的公告
我不私下回答问题,有问题请在论坛公开提出,这样后来者可以从讨论中受益
这下要维护4个BLOG了,faint 其他的地址
所有的文章版权归原文作者所有,任何人需要转载文章,必须征得原文作者授权。
找工作中……
最近评论
jiangsheng:RTM是指批量生产的版本
cnhome:好像现在发布的RTM不支持BCG,而且Feature Pack里也没有BCG的支持吧。顺便问一句老蒋同志,RTM是真正的正式版么?!
iyranly:发现老蒋这里的好东西太多了!
iyranly:期待,,程序员生活
tingya:我在CWebBrowser中,有一个样式表L
Body{
background-color: #00ffff;
font-size:12px
}
我现在给定Selector为body,想获取background-color的值怎么获取?IHTMLStyle->GetAttribute是用作这个图用途的吗?我调用了好像返回……
文章分类
收藏
    相册
    Posts
    BLOG
    个人BLOG(博客堂)(RSS)
    板砖横飞之地
    人世间
    微软中文社区
    听香小榭
    知识的泉源
    MVP FAQs
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Is Microsoft Access slow?收藏

    新一篇: Handle showModalDialog in a WebBrowser control host | 旧一篇: Access Windows XP SP2 Security Center via WMI

    MS Access is not designed for high load such as web server. The most usual bottleneck is file writing Switch to  Microsoft SQL Server Desktop Engine 2000 (MSDE 2000) or Microsoft SQL Server  2005 Express in this case.

    If u have only a few users and the performance is still poor, check your database design. Generally poor performance is due to poor design. Normalize the table but don't over normalize it - there can be too much of a good thing in sometimes. All text fields longer than a few characters should have Unicode Compression set to Yes. Whenever possible, use lookup lists for text fields.  Design the lookup lists with an auto number field to link a lookup table with the main table. Always index fields that you put in the criteria section of the query design screen.  Or, in other words, index all fields on the right side of a where clause. If all else fails: split the query into two or more queries.  Restrict as many records as possible in the first query and use the query as input to the next query.

    See also

    What are the limitations of MS Access? 
    http://www.aspfaq.com/show.asp?id=2195 

    发表于 @ 2006年09月18日 05:12:00|评论(loading...)|编辑

    新一篇: Handle showModalDialog in a WebBrowser control host | 旧一篇: Access Windows XP SP2 Security Center via WMI

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © 蒋晟.Net