Gustavo Arcila - 2006-06-29 21:42:12 -
In reply to message 1 from Rene Beaudry
Hi,
I'll check for the Where issue and post any solution but maybe in 15 days or more because I'm a little bit busy by this days, sorry :-$
in
$Browse -> sqlstatement(" select * from building where strict_Num=$District_Num");
try to use
$Browse -> sqlstatement(" select * from building where strict_Num='$District_Num'");
Fatal error: Call to undefined function errorSQL() in C:\xampp\htdocs\tech\datagrid\examples\phpMyDataGrid.inc.php on line 719
is generated because class can't find errorSQL function, this function is located in mylibrary.php or you can build your own.
as I understand, in the little english i know, you ask if you can edit only one record at time... Yes you can with the upper SQL instruction, I think your mistake was the '
Regards,
Gustavo