JavaScript 数据访问包 JSDB

fmms 13年前
     <p>JSDB 是 JavaScript 用来访问数据的开发包,是一个数据驱动的脚本语言,支持数据库、XML 和 Web 以及 Email。</p>    <p><img border="0" alt="JS 数据访问包 JSDB" src="https://simg.open-open.com/show/8b90f85e93943c95d234594ced6ef344.png" width="326" height="315" /><img border="0" alt="JS 数据访问包 JSDB" src="https://simg.open-open.com/show/a32495b7a008271be2653d2a7a7355fe.png" width="288" height="315" /></p>    <p> </p>    <p>JSDB is based on Mozilla SpiderMonkey and class libraries developed by Raosoft, Inc. The open-source version is free with fairly generous license terms. Additional functionality or even less restrictive license terms may be purchased from Raosoft, Inc.</p>    <p>JSDB can treat any DBF/xBase, ASCII, Oracle, Sybase, DB/2, Postgres, MySql, Access, or Microsoft SQL Server table equivalently, translating high-level (<tt>set(row,field,value), get(row,field)</tt>) function calls to database-specific SQL commands. The same applies to email: you can communicate with Lotus Notes, Exchange (MAPI), and SMTP/POP3 mail systems interchangably with a single set of function calls.</p>    <p>JSDB also includes a stream object that gives you a common interface to files, COM ports, sockets, HTTP, pipes, and memory. The ability to treat memory as if it were a file helps you write reusable code that is easily adapted to a variety of situations.</p>    <p>For writing distributed XML web applications, JSDB comes with an Internet server component and an XML parser, both implemented in a balance of C++ and JavaScript for optimum speed and flexibility.</p>    <p>You might use JSDB to:</p>    <ul>     <li>translate XML into SQL statements,</li>     <li>translate SQL databases into XML,</li>     <li>generate HTML documentation from an XML or Oracle database,</li>     <li>download web pages while you sleep,</li>     <li>index their contents in a database,</li>     <li>send personalized email based on a database,</li>     <li>or run a web database</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326092466390" target="_blank">http://www.open-open.com/lib/view/home/1326092466390</a></p>