On 2 Sep 2012, at 3:13am, shuif...@mail.ustc.edu.cn wrote:

> 1、Do the sqlite support job like oracle or sqlserver,such as
>        variable job1 number; 
>        begin 
>        sys.dbms_job.submit(job => :job, 
>                            what => 'prc_g_test;', 
>                             next_date => to_date('22-10-2008 10:06:41', 
> 'dd-mm-yyyy hh24:mi:ss'), 
>                             interval => 
> 'sysdate+1/1440');--每天1440分钟,即一分钟运行test过程一次 
>         commit; 
>        end; 

No.

> 2、how many user connections the sqlite can handler

There is no limit in SQLite for connections.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to