由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - access Vs. SQL
相关主题
Access VS SQL Server 我应该怎么选择?ASP高人们帮忙看看这几行 SQL codes的问题,谢乐!
Access SQL 问题!多谢大家指教How to delete Oracle SID?
包子重酬,帮作2道题[转载] ASP问题: Operation must use an updateable query
求教: SQL Server 数据类型ASP+SQL SERVER怎样处理这种有很多分叉的情况
怎样从WEB上执行调用DTS TASK?怎样从网页上往 英文access数据库输入中文
Asking help for Access!:(ASP可以用Oracle为数据库吗?
谢谢skeptic,高低价,amnesia 三位大侠MS Access里的中文问题
help!Help needed: MS Access 2000
相关话题的讨论汇总
话题: access话题: sql话题: vs话题: db话题: table
进入Database版参与讨论
1 (共1页)
l**q
发帖数: 335
1
管理1000条左右的记录,
打算用ASP+Web Browser的界面,
server 端用 Acess 支持得了吗?
如果用MS SQL Server,是不是一定要买 Internet Connector
才能使用 TCP/IP 对数据库进行访问?
m******t
发帖数: 2416
2
hehe, a 1000 records db is like a toy. Access can definitely
handle that. 8-)

【在 l**q 的大作中提到】
: 管理1000条左右的记录,
: 打算用ASP+Web Browser的界面,
: server 端用 Acess 支持得了吗?
: 如果用MS SQL Server,是不是一定要买 Internet Connector
: 才能使用 TCP/IP 对数据库进行访问?

w*********n
发帖数: 84
3
I think Access is enough.
However, seems Access is a single user DB, I guess which means
that there cann't have multiple users accesing the DB at
the same time.
So, balance it.

【在 l**q 的大作中提到】
: 管理1000条左右的记录,
: 打算用ASP+Web Browser的界面,
: server 端用 Acess 支持得了吗?
: 如果用MS SQL Server,是不是一定要买 Internet Connector
: 才能使用 TCP/IP 对数据库进行访问?

xt
发帖数: 17532
4

This is not true. Access has almost everything a full-fledged
database should have, including the multi-user access as long as it is
read-only.

【在 w*********n 的大作中提到】
: I think Access is enough.
: However, seems Access is a single user DB, I guess which means
: that there cann't have multiple users accesing the DB at
: the same time.
: So, balance it.

m******t
发帖数: 2416
5

hehe, I think what people would worry more about is concurrent writing/
reading.

【在 xt 的大作中提到】
:
: This is not true. Access has almost everything a full-fledged
: database should have, including the multi-user access as long as it is
: read-only.

xt
发帖数: 17532
6

Well, Access provides synchronization mechanism for sure. It is
comtemporary development, not the development in the good old days
where only 1 thread can be run at any time for a CPU. Tables in
access is locked by Table. That is, if one thread is writing to a
table, other threads will be locked out, unless the programmer
forces the committment.

【在 m******t 的大作中提到】
:
: hehe, I think what people would worry more about is concurrent writing/
: reading.

m******t
发帖数: 2416
7

Hmmm... that's OK. I might have misunderstood your words in your first
post.

【在 xt 的大作中提到】
:
: Well, Access provides synchronization mechanism for sure. It is
: comtemporary development, not the development in the good old days
: where only 1 thread can be run at any time for a CPU. Tables in
: access is locked by Table. That is, if one thread is writing to a
: table, other threads will be locked out, unless the programmer
: forces the committment.

1 (共1页)
进入Database版参与讨论
相关主题
Help needed: MS Access 2000怎样从WEB上执行调用DTS TASK?
[转载] 急问这里的大虾们一个技术问题Asking help for Access!:(
求助,关于ASP谢谢skeptic,高低价,amnesia 三位大侠
SQL Server multiprotocolhelp!
Access VS SQL Server 我应该怎么选择?ASP高人们帮忙看看这几行 SQL codes的问题,谢乐!
Access SQL 问题!多谢大家指教How to delete Oracle SID?
包子重酬,帮作2道题[转载] ASP问题: Operation must use an updateable query
求教: SQL Server 数据类型ASP+SQL SERVER怎样处理这种有很多分叉的情况
相关话题的讨论汇总
话题: access话题: sql话题: vs话题: db话题: table