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

📄 query.htm

📁 WINDOW网络变成源码 一个对开发人员十分有效的好的源码治疗哟
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
   <TITLE>
      IS2ODBC Demo Page
   </TITLE>
   <META NAME="Author" CONTENT="Jim Beveridge & Robert Wiener">
   <META NAME="GENERATOR" CONTENT="Mozilla/3.0Gold (WinNT; I) [Netscape]">
</HEAD>
<BODY>
<h2 align=center>

	IS2ODBC Demo Page
</h2>
<P align=center><I>Multithreading Applications in Win32</I>
</P>

<P>This page will demonstrate how you can access a JET database
using ODBC by making requests one at a time using another process.
</P>

<P>To use this demo, you must have correctly installed IS2ODBC.DLL
and DBSERVER.EXE as described in 00README.DOC.
</P>

<P>The <A HREF="http:/scripts/Is2odbc.dll">Default Query</A> sends
a request to the server to call the default procedure in IS2ODBC.DLL.
This call has no parameters.
</P>

<P>The <A HREF="http:/scripts/Is2odbc.dll?Sort=Title">
Sort by Title Query</A> includes a parameter that will be
included in the SORT section of the SQL query.
</P>

<P>Finally, <A HREF="http://localhost/scripts/Is2odbc.dll?Filter=Category='Networking'">
Filter by Category</A> selects only a subset of the available
records, filtered by the category of the book.
</P>

</HTML>

⌨️ 快捷键说明

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