any size limitation as to the size of a query statement?

2001-06-21 Thread Mark A. Sharkey
to grow over the coming months, so, I want to make sure that I have a solution that is scalable. Any/all suggestions will be greatly appreciated! Mark Imagine your own dedicated server, but ... without all the hassles of managing it yourself! Managed Dedicated Servers http://www.ServerPros.com -- Mark

RE: any size limitation as to the size of a query statement?

2001-06-21 Thread Mark A. Sharkey
PROTECTED]; Mark A. Sharkey Subject: Re: any size limitation as to the size of a query statement? On 21-Jun-01 Chris Petersen wrote: Why not do something like: my $q = DELETE FROM master WHERE master_id NOT IN (; $q .= join(',', @masteridarray); $q .= ')'; $dbi_dbh