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; 2、how many user connections the sqlite can handler _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

