DBMS Implementation for SQL?
Jon Knight
jon at net.lut.ac.uk
Wed Jun 3 12:47:36 EDT 1998
On Wed, 3 Jun 1998, Margaret Schaus wrote:
> Does anyone know of low-cost (i.e. less than $300) or shareware DBMS for
> SQL? We are interested in building a database in SQL but can't afford the
> costs of Microsoft SQL Server and comparable packages. Suggestions and
> advice are most welcome.
Check out msql, mysql and/or postgres at an archive near you (the Sunsites
have them for example). These are freely available low cost RDBMSes that
support a fair chunk of SQL. I've used both msql and postgres and I tend
to veer towards the latter.
Tatty bye,
Jim'll
#!/usr/bin/perl -- -Whois++-client-in-6-lines-of-Perl -Beat-that-Z39.50!
use IO::Socket;sub w{$f=shift;$a{$f}=1;($h,$p,$q)=split("/",$f);$s=
IO::Socket::INET->new(PeerAddr=>"$h:$p")||return;print $s "$q\r\n";while(<$s>)
{next if(/^%/);if(/^# SERVER-TO-ASK/){while(<$s>){$x=$1 if/Name: (.*)\r\n$/;$y
=$1 if/Port: (.*)\r\n$/;$f="$x/$y/$q";@j=(@j,$f)if(/^# END/&&!$a{$f})}}else{
print}}close($s)}@j=shift;while(@j){w(pop(@j))}# whois++.pl host/port/query
More information about the Web4lib
mailing list