=?ISO-8859-1?Q?Eino_M=E4kitalo?= <[EMAIL PROTECTED]> wrote: > Does sqlite support two-phase commit (2PC)? > Found some hints about it only with virtual tables. >
SQLite uses a 2-phase commit internally when it is making changes to two or more ATTACHed database files. But that is probably not what you are asking. What is it that you really want to know? -- D. Richard Hipp <[EMAIL PROTECTED]>