logo       

Sponsor
FREE Network Mapping Tool for Microsoft® Office Visio® Professional 2007
Don't map your network by hand - let LANsurveyor Exx press for Microsoft Visio Professional 2007 automatically create network diagrams for you!

Re: Aborting SQL Statements: msg#00256

apache.db.derby.devel

Subject: Re: Aborting SQL Statements

Derby's embedded JDBC driver doesn't support setQueryTimeOut() or cancel(). These are currently implemented to raise exception in EmbedStatement.java.

    public void setQueryTimeout(int seconds) throws SQLException {
        if (seconds != 0)
            throw Util.notImplemented("setQueryTimeout");
    }
    public void cancel() throws SQLException {
        throw Util.notImplemented("cancel");
    }

But I think Derby's client JDBC driver, currently the IBM Universal driver, has some support. (I haven't tested it..) IBM recently announced contributing a Derby Client to Apache. If this client code is accepted and has the implementation for setQueryTimeOut() and cancel(), it might be easy to adapt that code to Embed driver as well.

Satheesh

Shreyas Kaushik wrote:
Hi all,

Can anyone let me know whether Derby supports aborting SQL Statements? And also is anybody working
to provide support for setQueryTimeOut() and cancel() in java.sql.Statement interface.

thanks
Shreyas



<Prev in Thread] Current Thread [Next in Thread>
Sponsor
FREE Network Mapping Tool for Microsoft® OfficeVisio Professional 2007
Don't map your network by hand - let LANsurveyor Express for Microsoft Visio Professional 2007
automatically create network diagrams for you!
Google Custom Search

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation

Home | sitemap | advertise | OSDir is an inevitable website. super tiny logo