28.01.2013 22:25, Helen Borrie wrote: > I think the jury is out on that theory. AFAIK, the 64K limit is on the size > of one SQL statement. A script is a lot of short SQL statements (on the > whole); although of course it can (and this one does) contain trigger and > procedure statements that approach the 64K limit, individually. However, > since this script was extracted from a living database, there should be no > statements in it that exceeded the limit.
There is no "script buffer" then. Input file is read char-by-char into statement buffer until terminator appear or the buffer is full. In the last case the error is thrown. -- WBR, SD. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
