request help importing to mysql from tcp feed

2001-04-04 Thread David Armstrong
uot;lat-,$lat\n"; print "lon-,$lon\n"; print "msg-,$msg\n" # $sth->execute($callsign,$id,$lat,$lon,$msg) || die $dbh->errstr; } # $dbh->commit || die $dbh->errstr; # $dbh ->close #end end code == all help is very much appriciated Kind regards David Armstrong G0JQO ( UK) [EMAIL PROTECTED]

request help importing to mysql from tcp feed

2001-04-04 Thread David Armstrong
my code attempt #!/usr/bin/perl -w #for test using socket input from $remote_host = "linus.chemeketa.edu"; $port = "10152"; $hostname = '127.0.0.1'; # localhost $portdb ="3306"; # default mysql port $database = "track"; # database name $user = "david"; # database user name $password =

request help importing to mysql from tcp feed

2001-04-03 Thread David Armstrong
ough possibly flawed all over the place is attached all help is very much appriciated   Kind regards David Armstrong G0JQO ( UK) [EMAIL PROTECTED]  - Before posting, please check: http://www.mysql.com/manual.php (the manual)