它正确地读取了我的assets文件夹中的sqlite数据库文件(我已经使用SQLite数据库浏览器创建了该文件)-将其移动到我的设备上的/data/data/packagename/databases/}
public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
现在,我必须返回并使用SQLite浏览器将一行信息添加到其中一个表中(在assets文件夹中的数据库</
我有一个magento网站版本的1.4.1.1.现在想要将升级后的magento移到另一台服务器上。i planed to do this by downloading all files and upload it into new server.and import the database into the same databsae name.或者是否有将magento站点从一台服务器移动到另一台服务器的规则?