Tuesday, June 9, 2009

A little database work

With a little perseverence this morning, I wrote a small Perl program that connected to the SourceStat database. Using DBI made the job quite easy. I had a few errors: wrong database name, comma when it should be semicolon, and things like that. But nothing significant.

This program shows that I can connect to the database from a remote computer. Next will be a shell/Perl program set to update the database with some statistics.

No comments:

Post a Comment