[fpc-pascal] Are there any limitations with TCustomSQLScript

Graeme Geldenhuys graemeg.lists at gmail.com
Wed Sep 21 10:20:44 CEST 2011


Hi,

I created a "upgrade script runner" application for our products. This
allows the end user to easily upgrade there local database with a new
executable and update scripts.

Preliminary testing shows that some of the scripts do not execute (or
execute correctly / fully). But if I run that same scripts via the
isql (firebird command line tool), then everything works fine.


This makes me think that maybe my scripts contain information, DDL etc
that TCustomSQLScript cannot handle.

Are there any known limitations to TCustomSQLScript component? I'm
using it against a Firebird 2.1 and Firebird 2.5 database.

I used to use FPC 2.4.5 (latest revision always), but switched this
week to the to-be-released FPC 2.6.0 (2_6_0 fixes branch).

-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net



More information about the fpc-pascal mailing list