<?php $db_link = odbc_connect($dsn, $username, $password, SQL_CURSOR_FORWARD_ONLY) or die('Error connecting to server. Server says: '.htmlspecialchars(odbc_errormsg())); ?>