Here's a Vbscript / asp example:
<%
dim rcset
set rcset = Server.CreateObject("ADODB.recordset")
rcset.open "select * from employee", "DSN=employee"
do while not rcset.eof
response.write "<br>"
response.write rcset("ID") & "...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.