Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Tucker

    Checking EOF and BOF

    Here's a Vbscript / asp example: <% dim rcset set rcset = Server.CreateObject(&quot;ADODB.recordset&quot;) rcset.open &quot;select * from employee&quot;, &quot;DSN=employee&quot; do while not rcset.eof response.write &quot;<br>&quot; response.write rcset(&quot;ID&quot;) &amp; &quot...
  2. Tucker

    How to access VisualFoxpro Database from ASP?

    I was having the same problem. Here's the setup: NT server (4.0 / sp6), Novell Netware (4.11), IIS (5.0). Data files are free Visual Fox 6.0 tables on the Novell server. ASP data retrieval worked fine in test mode using Personal Web Server, but would not work at all in real life. Error...

Part and Inventory Search

Back
Top