Conceptual database questions...

Robert Brenstein rjb at robelko.com
Thu May 26 11:19:10 EDT 2005


>  >However, I think you really mean to ask about using the direct API
>versus >SQL for working with data. Using SQL, you can do the same
>without >explicitely creating cursors. You should not mix these, though,
>and use >either direct API or SQL.
>
>I did not see a non-SQL way of adding records in the docs for vxcmd. Did
>I miss something, or do we mainly need to rely upon SQL techniques?
>

check out AddRecord and AdddRecords in record methods.

In the latter case, make sure to explicitely provide delimiters.

Robert


More information about the use-livecode mailing list