*** 2,6 **** *:UserDefinedFunctions: Create User Defined Functions in SQLite. ! *:<HTML>sqlite3_step_back: A function that when called, will receive a <B>sqlite3_statement</B> and will act like an inverse <B>sqlite3_step</B>. <BR>Providing a way to go back and forward in the <I>prepared sql statement</I> and the resulting rows.<BR> ! Please send comments to <A HREF="mailto:croscato@hotmail.com">croscato@hotmail.com</HTML> --- 2,8 ---- *:UserDefinedFunctions: Create User Defined Functions in SQLite. ! *:sqlite3_step_back: A function that when called, will receive a *sqlite3_statement* and will act like an inverse *sqlite3_step*. Providing a way to go back and forward in the ! _prepared sql statement_ and the resulting rows. ! Please send comments to croscato@hotmail.com. ! _See ScrollingCursor for remarks on why this feature is unlikely to ever be implemented._