Re: Shell Scripting Sqlite
Re: Shell Scripting Sqlite
- Subject: Re: Shell Scripting Sqlite
- From: "Mark J. Reed" <email@hidden>
- Date: Fri, 30 May 2008 07:24:32 -0400
I'm confused.
You can, using FileMaker/AppleScript, put data into a variable within
(AppleScript's) memory. You can then use that variable to build the
command string that you pass to do shell script. And you can take the
output of the do shell script command and put it likewise into a
variable within AppleScript's memory. There is, however, no way for
sqlite3 to write to a variable within AppleScript's memory.
You can have sqlite3 operate entirely within its own memory, to be
more efficient, but anything going back to AppleScript has to be
either its standard output (which is returned by "do shell script") or
written to a file that AppleScript then goes and reads.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden