Re: [Virtuoso-users] calling checkpoint from a procedure

2008-02-17 Thread Ivan Mikhailov
Kunal, 'checkpoint' is a plain top-level operator so you can, e.g., exec ('checkpoint'); even if it's not a legal part of a compound operator. Briefly specking, if you can call "create procedure ..." or "create table ..." in some way then you can call "checkpoint" as well. It's not bad idea to

Re: [Virtuoso-users] calling checkpoint from a procedure

2008-02-15 Thread Rob Jones
Kunal Patel wrote: Is there a way to call the checkpoint command from a procedure? You could, for example, do: create procedure proc_cp() { exec('checkpoint'); } ; proc_cp(); I'm curious to know why you would want to do this? see:

[Virtuoso-users] calling checkpoint from a procedure

2008-02-15 Thread Kunal Patel
Hi, Is there a way to call the checkpoint command from a procedure? Regards, Kunal - Never miss a thing. Make Yahoo your homepage.