Without looking up my code I recollect being able to pick up the 
connection pointer from the context and to continue accessing the DB.

Igor Tandetnik wrote:
> [EMAIL PROTECTED] wrote:
> 
>>Given a user-defined function of Foo(), and a query such as
>>
>>select * from sometable where foo()
>>
>>Is it possible from within the body of Foo() to access data from the
>>current row of the database that is being examined?
> 
> 
> As far as I know, no. You would need to pass everything the function may 
> need as parameters.
> 
> Igor Tandetnik 
> 
> 
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to