uBridgnorthServicing.pas
{ $Id: uBridgnorthServicing.pas 3756 2008-05-29 15:46:37Z mat $ } {MySQL40} (** * Jesus christ, this one was hard work! MySQL 4.0 trouble *again*! * 4.0 returns some SUM() fields as LargeInt, which QuickReports can't handle. * You can't CAST() it to anything else, because that only works in 4.1 onwards. * (4.0 has the functions, but it doesn't actually change the field type?!) * So what I've done is use the RawData option on the dataset, so each field * is returned as a string, then used calculated fields to turn them back into * integers for QuickReports to work with, because you can't SUM() strings! *)
