|
|
Choosing A Webhost: |
Re: execute DB2 stored procedure from Squirrel: msg#00011db.squirrel-sql.users
On 2/23/07, David Schmitt <davidschmitt@xxxxxxxxxxx> wrote: > I'll keep an eye out for the QueryTokenizer plugin. As far as I know the Just to be clear - QueryTokenizer *was* a utility class that was used to break up the selected region of the editor into individual statements to send to the database. Now it is more of a framework to allow plugins to implement their own query tokenizing behavior. (One example is statement separator which is different depending on what database you are using - "GO" for Sybase/MS-SQLServer, ";" for others). This is available now in CVS; the first release to include it will be 2.5 slated for late March. I was commenting that the new DB2 plugin might be able to take advantage of it by providing support for "CALL ...". The Oracle plugin uses this framework to parse "create procedure/function" statements by allowing any embedded ";" and terminating the statement on "/". The main issue with executing stored procs this way is that we would need to use CallableStatement instead of merely executing everything with Statement. I'll have to look at SQLExecuterTask to see how do-able this would be. It would be nice for all of the plugins to support stored procedure execution, but that's not likely to make it into version 2.5. Rob ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Use sqlite databases with SQuirreL SQL, Till Biedermann |
|---|---|
| Next by Date: | Sybase connection error: JZ0IB: default charset of roman8 doesn't map, Burvil |
| Previous by Thread: | Re: execute DB2 stored procedure from Squirrel, Robert Manning |
| Next by Thread: | Sybase connection error: JZ0IB: default charset of roman8 doesn't map, Burvil |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive 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 |