You should be able to have the CF8 system create a properly formatted CSV export of the new records. Then write a script to take that and ".import" that into the sqlite.
From my :30 of googling for "bulk load" this was the first thing I came across: http://stackoverflow.com/questions/697004/bulk-load-data-into-sqlite Read up on sqlite's .import and see where that and a batch file gets you. Cheers, .jonah On 8/8/12 3:09 AM, Kevin Parker wrote: > I can't see an elegant solution to this but thought I'd pose the question > here in case someone has a better insight than me to this type of issue. > > Here's the business problem.... > > System Owner runs a web based system (CF8 and SQL Server 2005 on a shared > hosting platform). Their Client orders up an assessment for an Applicant > (via the web system) and the Applicant goes to the web based system to > complete the assessment. The system them notifies the System Owner (by > email) that an assessment has been done and they do some further work and > report back to the Client. > > As part of internal processes the System Owner rekeys a subset of the data > into their internal systems (mainly demographic data, not assessment data). > That triggers some internal activities as part of the assessment and also > triggers raising an invoice for the service. > > The internal system is not web facing and (they tell me) is MS Access > interfacing to SQL Lite. > > I'm trying to identify ways to reduce the level of rekeying here when an > assessment has been completed but I think without some major internal > changes or moving their internal system out to the web or elsewhere then it > will remain a manual operation. > > Thank you!!! > > ++++++++++ > Kevin Parker > m: 0418 815 527 > > ++++++++++ > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352070 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

