Hi, Just as a word of caution. Due to a bug in FPC (2.3.x and 2.2.x) you cannot create a database via code (using the .CreateDB call) and specify a default character set via the CharSet property.
http://bugs.freepascal.org/view.php?id=13835 After a lot of debugging I finally found why my applications were not behaving correctly. I create databases via code and CharSet property was ignored. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
