[sqlite] Re: any questions

2006-10-10 Thread Jaroslaw Staniek
mimuel1 said the following, On 2006-10-09 13:07: - who knows links with the thema: "from access to SQLite"? Kexi (kexi-project.org) is designed with this task in mind. Other projects: http://www.sqlite.org/cvstrac/wiki?p=SqliteUsers -- regards / pozdrawiam, Jaroslaw Staniek Sponsored by Ope

[sqlite] Re: any questions

2006-10-09 Thread Igor Tandetnik
mimuel1 <[EMAIL PROTECTED]> wrote: - with access it is possible to integrate "pseudo-stored-procedure". can I do this with SQLite too? SQLite has triggers, which can be used as poor man's stored procedures. That's the only kind of "code" that can be stored in a database. Your program can inst