On 7/21/07, James Mills <[EMAIL PROTECTED]> wrote:
Does sqlite have support for callback functions ? ie: asyncronous queries ?
sqlite does not have internal support for asynchronous queries, no. You said "callbacks" though, which implies you're thinking of a specific environment with either a thread pool or event dispatching. Perhaps there's already an sqlite wrapper for your environment. What did you have in mind? ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------