[FX.php List] What the...?

Steve Winter steve at bluecrocodile.co.nz
Tue Jan 8 04:21:21 MST 2008


Hi folks,

Once upon a time if you did;
  $schoolQuery = new FX($serverIP, $serverPort, $dataSourceType);
  $schoolQuery->SetDBUserPass($webUN, $webPW);
  $schoolQuery->SetDBData('schooladdressbook', 'Index', '50');
  $schoolQuery->AddDBParam('School Name', 'G' ,'bw');
  $schoolQuery->AddSortParam('School Name', 'ascend');
  $schoolData = $schoolQuery->FMFind();

Then you got the first 50 results in which 'School Name' began with 'G'.
these days (fms8a, fx4.2) I seem to get the first 50 records which contain a
letter g. what gives.?? How do I go back to what I want, the first 50
results which begin with 'G'.

 

Ta

Steve

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080108/31f401dd/attachment.html


More information about the FX.php_List mailing list