I am having trouble with a simple select statement. I have a table called configurations with a field called RAM. When I run the following query, I get a Resource id #2 for $result. It was working perfectly until I tried to select entries with two conditions and then I couldn\'t get it working again. ($connection returns a Resource id #1) Any ideas? Thanks!
$sql_statement = \" SELECT * FROM configurations WHERE configurations.RAM = \'64 MB\' \";
$result = odbc_exec($connection,$sql_statement);