<br><br>In relation to using SQLite as the persistence layer in Demo_OneToMany when I disable all the other persistence layers and sqlite as the default this error comes up.<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
========[ available ]=========<br>Sqldb_SQLLite3<br>========[ default ]===========<br>Sqldb_SQLLite3<br>==============================<br>TApplication.HandleException Operation is not supported by this type of database<br>
<br>  Stack trace:<br>  $00560668<br>  $00556A75  TTIPERSISTENCELAYER__CREATEDATABASE,  line 248 of C:/lazarus28240/c<br>omponents/tiOPF2/Source/Core/tiPersistenceLayers.pas<br>  $00423310  TFORMMAINONETOMANY__CREATETABLES,  line 84 of FMainOneToMany.pas<br>
  $004236AC  TFORMMAINONETOMANY__FORMCREATE,  line 149 of FMainOneToMany.pas<br>  $00419263  TCUSTOMFORM__DOCREATE,  line 720 of ./include/customform.inc<br>  $0041ADF8  TCUSTOMFORM__CREATE,  line 1553 of ./include/customform.inc<br>
  $0041C939  TFORM__CREATE,  line 2452 of ./include/customform.inc<br>  $00422148  TAPPLICATION__CREATEFORM,  line 1963 of ./include/application.inc<br>  $00402A0E  main,  line 32 of Demo_OneToMany.lpr<br></blockquote><br clear="all">
Does that mean CreateDatabase is not supported for sqldb components or sqlite3 only?<br><br>PS. How do I get my programs to display a stack trace as above, so I can see where the exceptions are occuring?<br><br>-- <br>Frank Church<br>
<br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>