The external wouldn't be called by LC, it would be called by the SQLite
library compiled into LC.
As an example, let's say there is an SQLite external called posInString
that returns the char position of a given string in another string. Yes I
know that can be done in LC, this is just an example.
An external has to be written to interface with LC specifically. The author
would either have to do this himself, or else make the source code available to
an LC developer with C programming skills.
Bob
On Feb 13, 2012, at 10:00 AM, Pete wrote:
> The SQLite library is complied into the IDE a