Article ID: 150073
Article Last Modified on 10/15/2003
<HTML>
<HEAD><TITLE>HTTP ODBC Sample</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
<TABLE>
<TR>
<TD></TD>
<TD>
<HR>
<FONT SIZE=2>
<CENTER>
<P>
<!--In this example, the information is displayed in a table-- >
<TABLE BORDER>
<TR>
<TH><B>Contact Name:</B></TH><TH><B>Address:</B></TH>
</TR>
<%begindetail%>
<TR><TD><%contact_name%></TD><TD><%address%></TD></TR>
<%enddetail%>
<P>
</TABLE>
</CENTER>
<HR>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Datasource: tastrade2
Username:
Template: mydbf.htx
SQLStatement:
+SELECT contact_name,address FROM CUSTOMER
<P>
<LI><A HREF="HTTP://test/mydbf.idc?">HTTP ODBC Example</A>
<P>
To test this setup, start your Web Browser and type the following URL,
which will load the home page on your Test server, or type the URL to the
HTML page you have modified.
Note that the page contains a hyperlink for the ODBC example. Click "HTTP
ODBC Example," and the information from the Customer table in the Tastrade
database is displayed.
Additional query words: VFoxWin 3.00 3.00b IIS winnt nt internet search
Keywords: KB150073