Knebel Home
{ PDO }
PDO Error Handling: check if records or rows exist (SQLite)
When selecting records from SQLite using PDO, no columns are returned if there are no records returned from your query. Many (or most) databases will return column names even when a query returns no records; not the case in SQLite, therefore, i...
PDO: Column Names, Count and Row Count example
example on how to do the following: setup a vertical edit form get row and column count loop through column names
PDO: Database connection and record select
Here's a simple dbconn / select for PDO
PDO: Get Insert ID
Retrieve the insert ID for a new record in PDO
Simple PDO Query for SQLite
Simple method to select a record from a SQLite database