I'm working on a database for rev handlers using sql yoga. I want to import
a few thousand hander references into the db. So far I've got something
like:

     put sqlrecord_CreateObject ("handler") into theRecordA
>
>       sqlrecord_set theRecordA, "name", "menu_CreateTable"
>       sqlrecord_set theRecordA, "type", "c"
>       sqlrecord_set theRecordA, "object", scriptObject
>       sqlrecord_set theRecordA, "number", 1
>
>       sqlrecord_create theRecordA
>

I'm thinking it would be better / faster to create one big numerically
indexed array and then update - any ideas on the syntax for that?
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to