| 
 | maxdb_infomaxdb::infoRetrieves information about the most recently executed query DescriptionProcedural style 
   string maxdb_info
    ( resource  $link)Object oriented style string$maxdb->info; The maxdb_info function returns a string providing information about the last query executed. The nature of this string is provided below: 
 
 
 Return ValuesA character string representing additional information about the most recently executed query. ExamplesExample #1 Object oriented style 
<?phpExample #2 Procedural style 
<?phpThe above example will output something similar to: Records: 25 Duplicates: 0 Warnings: 0 See Also
 
 |