Re: sqlYoga: best way to import lots of data

2010-03-24 Thread Ruslan Zasukhin
On 3/24/10 9:34 PM, "Trevor DeVore" wrote: > On Mar 24, 2010, at 3:27 PM, David Bovill wrote: > >> 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_Create

Re: sqlYoga: best way to import lots of data

2010-03-24 Thread Trevor DeVore
On Mar 24, 2010, at 3:27 PM, David Bovill wrote: 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 theRecor

sqlYoga: best way to import lots of data

2010-03-24 Thread David Bovill
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