On Tue, 2005-04-26 at 11:56 +0930, Jake Skinner wrote: > Does anyone know if there is a maximum number of precompiled queries you > can attach to a database?
There is no arbitrary limit. You can have as many precompiled statements as you have memory to store them in. -- D. Richard Hipp <[EMAIL PROTECTED]>