[TYPO3] exec_UPDATEquery problems

Jochen Rieger j.rieger at connecta.ag
Thu Jul 6 08:56:54 CEST 2006


Hi Peter,

I think there are also some debug options but I always change the 
exec_UPDATEquery() call to UPDATEquery() only and then print out the query:

<code>
$res = $GLOBALS['TYPO3_DB']->UPDATEquery('fe_users', $coordinatorFields, 
' AND uid = '. $uid);
t3lib_div::debug($res, 'The Update Query');
die();
</code>

But as mentioned there should be another more comfy way of getting the 
query... maybe someone else knows more about it!? :)

Cheers,
Jochen



More information about the TYPO3-english mailing list