Hallo Folks:
I am trying to access a Paradox Table via
a Script and I receive the following error
...
Warning: SQL error: [Microsoft][ODBC
Paradox Driver] Unexpected error from
external database driver (10498).,
SQL state S1000 in SQLExecDirect in c:\program files\apache
group\apache\htdocs\training.php on
line 5
The error is generated by the
following bit of code...
$result = odbc_exec($db, "SELECT * FROM NEWONE.DB");
This bit of Code works with other DataBases but I tried to reconfigure it to
access paradox DBs and tables... Does anyone know what configuration mishap
might trigger such an error... The statement before that involves
connecting to the DSN and it does not generate any error hence I figure it
ought to be something with the file
source...
Any ideas Please...
Spizo...