SQL ホスティング

❮ 前章へ 次章へ ❯

SQL ホスティング

Web​​ サイトを、データベースへデータを格納したり、データを取得できるようにしたい場合、 Web サーバは、SQL 言語を使用してデータベース·システムへアクセスする必要があります。

Web サーバが、Internet Service Provider(ISP)によってホストされている場合は、 SQL ホスティング・プランを探す必要があります。

最も一般的な SQL ホスティングデータベースは、MS SQL Server、Oracle、MySQL および MS Access です。


MS SQL Server

Microsoft's SQL Server is a popular database software for database-driven web sites with high traffic.

SQL Server is a very powerful, robust and full featured SQL database system.


Oracle

Oracle is also a popular database software for database-driven web sites with high traffic.

Oracle is a very powerful, robust and full featured SQL database system.


MySQL

MySQL is also a popular database software for web sites.

MySQL is a very powerful, robust and full featured SQL database system.

MySQL is an inexpensive alternative to the expensive Microsoft and Oracle solutions.


Access

When a web site requires only a simple database, Microsoft Access can be a solution.

Access is not well suited for very high-traffic, and not as powerful as MySQL, SQL Server, or Oracle.


❮ 前章へ 次章へ ❯