Chris Wolf wrote:
> Is there a way for me to store one or more pointers to data structures
> as user data in
> a sqlite3 structure (i.e. the "connection")?  I want to allocate some
> structures specific to the extension I'm
> thinking of and do this in sqlite3_extension_init(...) but have other
> routines have
> access without resorting to global variables.
>
> Thanks,
>
>
>   -Chris
>
>   
...and not by registering functions and using sqlite3_user_data().  
Unless that's the only way.

Thanks.

  -Chris
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to