Hello

Is there anyway to configure PHP and/or mySQl and/or Apache
that a detailled message appears when an error occurs
executing a query like in phpMyAdmin 2.1.0?

* mysql-3.23.36-win
* apache_1.3.19-win32
* php-4.0.4pl1-Win32

Olivier.

NB about sub-select on this morning I save myself without
adding and adding and adding substring in while instruction making :

SELECT t_effet.lib_effet
FROM t_effet, tr_scene_effet, t_scene 
WHERE t_effet.num_effet = tr_scene_effet.num_effet AND tr_scene_effet.num_scene = 3 
AND tr_scene_effet.num_scene = t_scene.num_scene

or

SELECT DISTINCT t_effet.lib_effet
FROM t_effet, tr_scene_effet 
WHERE t_effet.num_effet = tr_scene_effet.num_effet AND tr_scene_effet.num_scene = 3

Thats not easy without sub-select for non " produit cartesien " friend !


-- 
PHP Windows 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]

Reply via email to