Files
archived-presentations/slides/sqlite/database_single.xml
2004-03-09 16:41:39 +00:00

10 lines
281 B
XML

<slide title="Fetch Single">
<blurb fontsize="4em">
To improve the performance and usability, SQLite extension implements %sqlite_fetch_single()%, which
can be used to retrieve single column data in a form of a string.
</blurb>
<example filename="database_pop10.php" />
</slide>