Hello, PHP turn me crazy, I'm triyong to undertand what happend here.
<?
$conn = odbc_connect("encuneweb","","");
$cadena = "SELECT * FROM PERSONAS WHERE IdPersona = '$v_IdPersona'";
result2 = odbc_exec($conn,$cadena);
close($conn);
?>
The parse error apear in line: odbc exec.
I'd try with odbc_execute and odbc_prepare too.
Thanks.
Fer
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]