Thanks for the various replies to this question.
I have my link working now. It starts off wit a basic 3 line c program (to
establish the LE enclave) that then calls an Asm program that passes the
SQL that then loads and branches to a c program to do the grunt work. There
is an example IBM program that does something similar.
That called c program  then returns and is re-invoked any number of times
by the asm caller.  I now only open and close the db on the first and final
call.
So all is good as far as that goes .

The challenge is to now determining a means of getting the query result set
back to the calling asm program in a usable format.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to