http://qs321.pair.com?node_id=469381


in reply to update database question

See DBI and ODBC.

my $dbh = DBI->connect('dbi:ODBC:driver={SQL Server};Server=172.1.1.1; +database=dbname;uid=user;pwd=pswd;', 'user', 'pword') or die DBI->err +_str; my $sth = $dbh->prepare('sql statement'); $sth->execute();

They say that time changes things, but you actually have to change them yourself.

—Andy Warhol