I'm developing an Android app with a SQLite database in WM21 but I can't find the way to execute SQL statements like ALTER TABLE
.
Query editor don't suport this kind of statements, function HExecuteSQLQuery()
declares this query to the HFSQL engine and fails, and SQLExec()
doesn't work because SQLConnect()
isn't avaliable in Android.
Exists any way to do this with WM21?