3 Reusable Code Snippet Topics

Remove Filter
Member Avatar for
Member Avatar for Gribouillis

This python script prints all the columns of an sqlite database which path is given as argument.

4
868
Member Avatar for vegaseat
3
342
Member Avatar for pritaeas

Below is a documented code example showing how to use the SQLite3 class to connect and query your database (and check for errors). IMHO using PDO is a better alternative, as this extension uses mixed technology in a non-standard way (objects, arrays and exceptions). If there are any questions let …

2
4K

The End.