Thursday, October 2, 2008

ODBC Setup for Windows - Getting Started

Start - Settings - Control Panel
Click: Administrative Tools
Double Click: Data Sources (ODBC)

From ODBC Data Source Administrator:
Click the tab: System DSN
Click: Add

Select the database you wish

Sunday, May 4, 2008

Stupid UNIX Commands

To change all characters in a file to upper case:


tr "[a-z]" "[A-Z]" < inputfile