Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 24 Apr 2007 21:35:39 +1000
Hi,
I am reading files using http handler from os4depot.net and get lockups when it reaches the eof. I use the same code as I do to read in files. Can anybody else verify this behaviour as I wanted to know if this is an issue with the handler or not.
Am using this so that I can use sql server on my pc and have access to a mechanism to read databases into tables.
Regards,
Dwayne
[24 Apr 2007] Reading files from HTTP handler
-
Dwayne
[24 Apr 2007] RE: Reading files from HTTP handler
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 24 Apr 2007 23:12:40 +1000
Hi,
I have worked out a workaround for this.
I need to ensure that the webpage I am reading in ends with </html>
And simply check for (</html> .. Chr (13) .. Chr (0))
Regards,
Dwayne
Hi,
I have worked out a workaround for this.
I need to ensure that the webpage I am reading in ends with </html>
And simply check for (</html> .. Chr (13) .. Chr (0))
Regards,
Dwayne