But, don't those techniques require a cursor reference, which requires use of SQL select?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brenstein Sent: Thursday, May 26, 2005 11:19 AM To: How to use Revolution Subject: RE: Conceptual database questions... > >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 _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
