Mega Code Archive

 
Categories / Delphi / ADO Database
 

Access and quickreports

Question: How come whenever I preview a QuickReport using the Access Native driver I crash? Answer: QuickReports uses threads when previewing reports. The Microsoft DAO which the BDE uses for its native Access driver is not thread safe. If your application requires previewing of QuickReports or any sort of threading support and you use an Access database you must use ODBC instead.