Приятно познакомиться с вами!Содержимое файла дампа MyMoneyTracker на Android os
MyMoneyTracker Файл резервной базы данных (дампа) имеет определенную кодировку, я полагаю. Это файл sqlite3 dump. В отличие от обычного текстового файла дампа он имеет много символов «^ @» и других «^», таких как «^ G» или «^ H».
Возможно ли создать (сгенерировать) аналогичный файл автономным sqlite3 на моей машине, чтобы использовать его в качестве резервной копии в MyMoneyTracker? Другими словами, заменить его собственными данными.
Первая строка из файла дампа:
SQLite формате 3^@^P^@^А^А^@@^@^@^@ < 8а>^@^@^@^P^@^@^@^@^@^@^@^@^@^@^@^N^@^@^@^D^@^@^@^@^@^@^@^Р^@^@^@^A^@^@^@^K^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@ < 8a>^@ - т #^M Ќ^@^N^E^Y^@^OЇ^Nк^N < 88>^Lф^L^Q^K (
Одна другая строка из файла дампа:
CREATE TABLE Budgets(_id integer primary key autoincrement,BudgetName text not null,OpenDate integer not null,CloseDate integer not null , CurrencyID int null)<81>^K^N^G^W^[^[^A<81>mtableHistoryHistory^PCREATE TABLE History (_id integer primary key autoincrement,ActionDate integer not null, SQLQuery text not null)<81>Z^M^G^W^U^U^A<83>^WtableDebtDebt^OCREATE TABLE Debt (_id integer primary key autoincrement ,Whom text not null,Type integer not null, AccountID integer not null, InitialBallance real not null,Date integer not null,Comments not null)<81>^W^L^G^W;;^A<81>EtableAccountCurrecyAssigmentAccountCurrecyAssigment^NCREATE TABLE AccountCurrecyAssigment (AccountID integer n ot null,CurrecyID integer not null)<81>%^K^G^W%%^A<82>^MtableExcangeRatesExcangeRates^MCREATE TABLE ExcangeRates (SourceCurrecyID intege r not null,DestinationCurrencyID integer not null, ExchanageRate real not null)<81>^V
Что находится в начале файла дампа? –
@CL, я отредактировал вопрос по вашему запросу – Juriy