The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is returned if if Db->update fails?
#1
Thnks for this great system - progressing well.
If I try a db->update statement and the update fails - what is returned to indicate that?
  Reply
#2
So you can capture the errors to a variable or if you're building you can just go ahead and dump them or dnd them. Right after a query you can do.

dnd($db->errorInfo());
or
dnd($db->error());
  Reply
#3
Thanks you!
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)