当前位置: 首页 > 网络学院 > 网页制作基础教程 > Internet > 虚拟主机的数据库技术

Internet
TCP/IP 介绍
TCP/IP 地址
TCP/IP 协议
TCP/IP 电子邮件
网站建设
网络设计
网络用户
网络标准
网页认证
万维网联盟
网络安全
网络术语表
网络搜索引擎
网络多媒体简介
多媒体音频格式
多媒体视频格式
在网络中播放音频
在网络中播放视频
Windows多媒体格式
对象元素

Internet 中的 虚拟主机的数据库技术


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 682 ::
收藏到网摘: n/a

SQL Server or Oracle for high traffic database-driven web sites.
SQL Server 或 Oracle用于网站的大容量通信数据库驱动。

Access or MySQL for low traffics database-access.
Access 或MySQL用于网站的小容量通信数据库访问


Web Databases
网络数据库

If your web site needs to update large quantities of information via the web, you will need a database to store your information.
如果你的网站需要通过网络获得大量更新的信息,你需要用数据库储存你的信息。

There are many different database systems available for web hosting. The most common are MS Access, MySQL, SQL Server, and Oracle.
有多种不同的数据库系统适用于虚拟主机。最常见的是MS Access, MySQL, SQL Server, 和 Oracle.


Using the SQL Language
使用SQL语言

SQL is the language for accessing databases.
SQL是用于访问数据库的语言。

If you want your web site to be able to store and retrieve data from a database, your web server should have access to a database-system that uses the SQL language.
如果你想让你的网站可以储存和找回数据库的数据,你的网络服务器需要访问一个使用SQL语言的数据库系统。

If you want to learn more about SQL, please visit our SQL tutorial.
如果想学更多关于SQL,请访问我们的SQL教程


 

SQL Server
SQL服务器

Microsoft's SQL Server is one of the most popular database software for database-driven web sites with high traffic.
对于高通信数据库驱动的网站来说Microsoft的SQL Server是最流行普遍的数据库软件。

SQL Server is a very powerful, robust and full featured SQL database system.
SQL Server是非常强大的拥有众多特点的SQL数据库系统。


Oracle

Oracle is also a very popular database software for database-driven web sites with high traffic.
对于高通信数据库驱动的网站来说Oracle也是很普遍的数据库软件。

Oracle is a very powerful, robust and full featured SQL database system.
Oracle是非常强大的拥有众多特点的SQL数据库系统。


Access

When a web site requires a simple database solution, Microsoft Access is a very popular option.
当网站要求一个简单的数据库解决方案时,Microsoft Access是很流行的选项

Access is not well suited for very high-traffic, and not as powerful as Oracle or SQL Server.
Access不适用于高通信数据库网站,也不如Oracle 或SQL Server.那样强大。


MySQL

MySQL is also a popular database software for web sites.
MySQL 对网站来说也是一种较为流行的数据库软件。

MySQL is an inexpensive alternative to the expensive Microsoft and Oracle solutions.
与Microsoft 和 Oracle解决方案相比,MySQL是比较便宜的选择。

评论 (0) All

登陆 | 还没注册?