Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.01 » View Incident Report |
Serious |
Reported By: Uli Becker Reported On: 9/22/2008 For: Version 2.01 Build 5 |
Preparation: with dm.PRPatientenQuery do begin sql.add('select * from Patienten where PatientenID in'); sql.add('(select PatientenID from Anforderungen where Ambulant = :Ambulant)'); prepare; end; Execution: with dm.PRPatientenQuery do begin close; ParamByName('Ambulant').asBoolean := true; open; ShowMessage(inttostr(dm.PRPatientenQuery.recordcount)); close; ParamByName('Ambulant').asBoolean := false; open; ShowMessage(inttostr(dm.PRPatientenQuery.recordcount)); end;
This web page was last updated on Monday, August 19, 2024 at 05:55 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |