Hi
2008/12/1 Ron Aaron <[EMAIL PROTECTED]>:
> [...]
> sql_exec( {handle}, {sql} [, {separator}] ) *sql_exec()*
> Execute the SQL (a string of valid SQL commands) on the
> opened {handle}, which must have been returned from
> [sql_open]. The return result is a List consisting of
> one String per row of results. Columns within each row
> are separated by the "|" character by default.
> Optionally, one may pass the {separator} string to use
> a different separator.
> [...]
Wouldn't returning a list of dictionaries be more useful? --Antony
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---