⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 host_databases.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Web Hosting Databases</title>
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />

<meta name="Description" content="Web hosting tutorial from W3Schools HTML, XHTML, XML, JavaScript, ASP, ADO, PHP, SQL, MySQL, FrontPage, Email, Perl, Domain" />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</head>
<body>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

<h1>Web Hosting Database Technologies</h1>
<a href="host_technologies.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="host_types.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<p class="intro">SQL Server or Oracle for high traffic database-driven web 
sites.</p>
<p class="intro">Access or MySQL for low traffics database-access.</p>
<hr />
<h2>Web Databases</h2>
<p>If your web site needs to update large quantities of information via the web, 
you will need a database to store your information.</p>
<p>There are 
many different database systems available for web hosting. The most common are MS Access, MySQL, SQL Server, and Oracle.</p>
<hr />
<h2>Using the SQL Language</h2>
<p>SQL is the language for accessing databases.</p>
<p>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.</p>
<p>If you want to learn more about SQL, <a href="../sql/default.asp">please 
visit our SQL tutorial</a>.</p>
<hr />
<h2>SQL Server</h2>
<p>Microsoft's SQL Server is one of the most popular database software for  database-driven web sites 
with high traffic.</p>
<p>SQL Server is a very powerful, robust and full featured SQL database system.</p>
<hr />
<h2>Oracle</h2>
<p>Oracle is also a very popular database software for  database-driven web sites 
with high traffic.</p>
<p>Oracle is a very powerful, robust and full featured SQL database system.</p>
<hr />
<h2>Access</h2>
<p>When a web site requires a simple database solution, Microsoft Access is a 
very popular option.</p>
<p>Access is not well suited for very high-traffic, and not as powerful as Oracle 
or SQL Server.</p>
<hr />
<h2>MySQL</h2>
<p>MySQL is also a popular database software for web sites.</p>

<p>MySQL is an inexpensive 
alternative to the expensive Microsoft and Oracle solutions.</p>

<hr />

<a href="host_technologies.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="host_types.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -