[yunqa.de] Re: How to save in-memory DB?

  • From: Delphi Inspiration <delphi@xxxxxxxx>
  • To: yunqa@xxxxxxxxxxxxx
  • Date: Tue, 01 Jun 2010 10:48:44 +0200

At 09:26 01.06.2010, Gregory Whitesides wrote:

>> There is an example project to backup a file database in
>> 
>>   DISQLite3_Install\Demos\DISQLite3_Backup\
>> 
>> You can easily reuse this code to save your memory database
>> to disk.
>
>Thanks. But your demo project (DISQLite3_Backup.dpr) can not compile it with 
>the Delphi 2010:

Fixed in DISQLite3 version 2.2.2. Please update and download the latest version:

  http://yunqa.de/delphi/doku.php/products/sqlite3/index

If you are new to DISQLite3, just start over with the latest version and 
proceed as normal.

If your project dates back to before DISQLite3 2.2.0, please familiarize 
yourself with the changes introduced in DISQLite3 2.2.0 ? 9 Jan 2010. They are 
described at length in the DISQLite3 Help -> History page.

Ralf

>Checking project dependencies...
>Compiling DISQLite3_Backup.dproj (Debug configuration)
>[DCC Error] DISQLite3_Backup.dpr(65): E2010 Incompatible types: 
>'sqlite3_ptr_ptr' and 'Pointer'
>[DCC Error] DISQLite3_Backup.dpr(69): E2010 Incompatible types: 'sqlite3_ptr' 
>and 'sqlite3'
>[DCC Error] DISQLite3_Backup.dpr(69): E2010 Incompatible types: 'sqlite3_ptr' 
>and 'sqlite3'
>[DCC Error] DISQLite3_Backup.dpr(88): E2010 Incompatible types: 'sqlite3_ptr' 
>and 'sqlite3'
>[DCC Error] DISQLite3_Backup.dpr(92): E2010 Incompatible types: 'sqlite3_ptr' 
>and 'sqlite3'
>[DCC Error] DISQLite3_Backup.dpr(130): E2010 Incompatible types: 
>'sqlite3_ptr_ptr' and 'Pointer'
>[DCC Error] DISQLite3_Backup.dpr(133): E2250 There is no overloaded version of 
>'sqlite3_check' that can be called with these arguments
>[DCC Error] DISQLite3_Backup.dpr(136): E2010 Incompatible types: 'sqlite3_ptr' 
>and 'sqlite3'
>[DCC Error] DISQLite3_Backup.dpr(136): E2250 There is no overloaded version of 
>'sqlite3_check' that can be called with these arguments
>Failed

_______________________________________________
Delphi Inspiration mailing list
yunqa@xxxxxxxxxxxxx
//www.freelists.org/list/yunqa



Other related posts: