Qbasic -> SQL

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Guest
Re: Qbasic -> SQL

Post by Guest » Mon Jul 07, 2003 12:43 am

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.

SuperNova
Jr. Member
Posts:17
Joined:Sun Jun 08, 2003 11:49 pm
Location:Netherlands
Contact:

Re: Qbasic -> SQL

Post by SuperNova » Sat Jul 12, 2003 9:00 pm

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

Guest

Re: Qbasic -> SQL

Post by Guest » Sun Jul 13, 2003 1:14 am

I'll check back in a week or so, and see if it worked out for you.

SuperNova
Jr. Member
Posts:17
Joined:Sun Jun 08, 2003 11:49 pm
Location:Netherlands
Contact:

Re: Qbasic -> SQL

Post by SuperNova » Sun Jul 13, 2003 1:40 pm

A week? 3 weeks  ;D
Only 2 weeks in Italy, but after that I'll get more work than just this.

Post Reply