Recordset
Un Recordset è un oggetto in Microsoft ActiveX Data Objects che contiene una raccolta di dati da una singola tabella o da una query. Si tratta di una rappresentazione di un insieme di record in memoria, utilizzata per archiviare i dati da una tabella da un database o da una query. Il Recordset può essere utilizzato per recuperare, modificare e cancellare dati, nonché per scorrere il set di record e per accedere ai campi.
10 PHP usefull functions for MySQL stuff
Here is my personal collection of 10 php function that I always include in my database function library. I think…
Execute Scalar and Execute Row for Php
A couple of simple functions thar returns the first value and the first row of a result set. Very usefull.…