by nithin.warier » Tue Mar 18, 2008 1:21 pm
Hi erbedo,
What i did is just gone throught the tutorial what plusminus posted...
Actually, the problem in my case is, i created a table in one structure, later i modified the structure, so its showing, the table "Test" already there. What i did is delete the table from terminal mode using the tutorial.... (Through adb shell, cd data, cd data, cd packagename,
sqlite3 Databasename) then using the statement
drop table tablename;
i did it...
i dont feel its necessary to write what my problem is... now, you specifcally asked, i wrote..
Thanks
Nithin