afterdead / db2php

Automatically exported from code.google.com/p/db2php
GNU General Public License v3.0
0 stars 0 forks source link

CRUD Operation May be missed out #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I succeed to try to insert some data to my database , and update some data and 
delete others with db2php library , however , my question is : is it possible 
to return the status of each CRUD operation in case it succeeds it must return 
a FLAG or something like a BOOLEAN variable to check and display a confirmation 
message to the final user or an error when it fails ... 

Does this library covers opeation status ?

Original issue reported on code.google.com by mrad1...@gmail.com on 22 Apr 2013 at 12:09

GoogleCodeExporter commented 8 years ago
It uses PDO.

http://php.net/manual/en/class.pdoexception.php

Original comment by rc.poi...@gmail.com on 22 Apr 2013 at 12:15