Took me a while to figure out this command, thought I would save some other people the time. We couldn't quite figure out what the qualifier was. For MSSQL 7.0, it is the Database that you are connecing to. For the pubs database it would look something like this.
$rs = odbc_columns($DBConnection, "Pubs", "%", "jobs");
That would be for showing the jobs table.