http://jcprogs.50megs.com/simpleweb.htm
Test it, let me know what happens. Basically, you send typical web requests, like http://search.yahoo.com/bin/search?p=hi&ei=UTF-8
and it will pull them up.
Qbasic -> SQL
Moderators:Administrator, Global Moderator
Re: Qbasic -> SQL
Great!
The outtonet.bas file contained this
OPEN "this.txt" FOR INPUT AS #1
PRINT #1, "http://search.yahoo.com/bin/search?=hi&ei=UTF-8"
CLOSE #1
when opened with quickbasic.
I'm going to do more testing soon.
But first, I'm off to Italy, it's holidays! :P
The outtonet.bas file contained this
OPEN "this.txt" FOR INPUT AS #1
PRINT #1, "http://search.yahoo.com/bin/search?=hi&ei=UTF-8"
CLOSE #1
when opened with quickbasic.
I'm going to do more testing soon.
But first, I'm off to Italy, it's holidays! :P
Re: Qbasic -> SQL
A week? 3 weeks ;D
Only 2 weeks in Italy, but after that I'll get more work than just this.
Only 2 weeks in Italy, but after that I'll get more work than just this.