I'm note getting an errror message, I just don't get a valid value for my $ID variable using this code ...
$conn = odbc_connect($resource,$user,$pass);
$ID = odbc_exec($conn, $string);
I have error reprorting turned on so I should see errors if there was a syntax and/or symantic error. I am the admin on this particular machine, so everything should have privledges. Like I noted before, the DSNs seem to respond to other apps (i.e. Excel, MSQuery, etc.).
Does anyone know a definitive reason (other than the one I can find in the PHP manual) why odbc_exec() would not return a resource handle??? $conn is definitely a valid connection, so $string must the culperate, right? But wouldn't I get a warning or error if something was wrong with my query??? Any help thanks!