加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Recovery tests of ML, SQLite on.....

发布时间:2020-12-12 23:37:01 所属栏目:百科 来源:网络整理
导读:SQLite: 1. create table test4(uid int,name varchar(20)); 2. insert into test4 values(1,'XXXXXXX'); ................................ insert into test4 values(39,'XXXXXXX'); 3. delete from test4 where uid=1; ................................

SQLite:

1. create table test4(uid int,name varchar(20));

2. insert into test4 values(1,'XXXXXXX');

................................

insert into test4 values(39,'XXXXXXX');

3. delete from test4 where uid=1;

................................

delete from test4 where uid=29;

Windows 7: Force Eject: All DMLs be sucessfully done.

Fedora 10: Force unmount: No such table !!!

Don't Empry Trash : All DMLs be sucessfully done.


ML:

1. set autocommit on;

2. and run the same commands as above,


Windows 7: N/A

Fedora 10: Force unmount: Test1: Create,insert complete; deletion were not done !!

Test2: MemoryMgr initialize ERROR (-163) Error: DB File read fail !!!!!

Don't Empry Trash : A ll DMLs be sucessfully done.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读