Managed to discover how to read an MS ACCESS .mdb file with PHP
Even managed to to an INSERT
Help please with UPDATE.
I've tried...
$query1 = "UPDATE data SET Header = $Header WHERE ID1= $id LIMIT 1";
$cr1=odbc_exec($connect,$query1);
Doesn't work of course. Error in $cr1 line.
Says too few parameters!
Any help much appreciated by an ancient Crusty.
PLEASE Help.
Ta.