Access 2000 on IIS 4.0
"Gonzalo Vera" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
What DB are you using?
Gonzalo.
> I have the query
> $cur= odbc_exec( $cnx, "SELECT Location, 'Dept ID', 'Equip Type' FROM
> Equipment01 WHERE Location = '415C'");
> which r
What DB are you using?
Gonzalo.
> I have the query
> $cur= odbc_exec( $cnx, "SELECT Location, 'Dept ID', 'Equip Type' FROM
> Equipment01 WHERE Location = '415C'");
> which returns the proper results but when I add AND 'Equip Type' = 'C' to
> the end of it I get no results. Is my syntax corre