473,770 Members | 7,142 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Stored Procedures

In the past I spent hours and hours and hours writing, editing and
compiling stored procedures (I am not a pro). It could take me two
days to get a single stored procedure to work.

Then came the revolutionalry Development Center. On one single window
(UDB for Windows 32) came about eight different panes with bewildering
names and no function. There was always, and I mean always, an error
message.

Now there is the new Development Center in Windows v8.2 which has even
more panes (it seems to me), almost all of them hidden. There is no
way to know where a particular SP is stored, and that causes lack of
ability to find a "Project," whatever that is -- as it is different
from a database Project, but the same name is used.

Clicking on almost anything brings up a psychedelic whirl of more and
more panes, none of which mean anything reasonable. It is also written
in Java, the worst thing ever to happen to programming. This means
that, when one is obviously in the wrong pane, pressing anything causes
everything to hang.

I have asked in this forum (and I see that others have also asked) for
a reference to an explanation of this GUI, but no one has ever
answered.

Are stored procedures only for the cognoscenti of DB2, or may we
ordinary folk enter into the inner sanctum too? If so, where do I get
initiated into the mysteries of the Development Center?

Those who know Die Zauberflaute have a feeling for what I mean. Where
is my magic flute?

Jan 24 '06 #1
2 1361
IMHO, the DB2 V8.1.x Development Center is kind of cumbersome (the
V7.2's one was better to me in that sense). So, if you don't like the
DC as it is, you better use scripts and the DB2 application development
client (ADCL) software for your development platform and, by the way,
you'll have more flexibility for create/deploy your stored procedures
than the DC provides (I found some of commands behind build/deploy are
just hardcoded in the DC and not customize-able at all). There are
plenty of samples in $INSTHOME/sqllib/samples/sqlproc that'll help you
being the templates for creating/buildiing your stored procedure
scripts. However, the DC gives you the DB2 stored procs debugger which
is a unique facility that no other vendor provides (AFAIK).

Regards
-Eugene

Jan 25 '06 #2
28******@gmail. com wrote:
In the past I spent hours and hours and hours writing, editing and
compiling stored procedures (I am not a pro). It could take me two
days to get a single stored procedure to work.

Then came the revolutionalry Development Center. On one single window
(UDB for Windows 32) came about eight different panes with bewildering
names and no function. There was always, and I mean always, an error
message.

Now there is the new Development Center in Windows v8.2 which has even
more panes (it seems to me), almost all of them hidden. There is no
way to know where a particular SP is stored, and that causes lack of
ability to find a "Project," whatever that is -- as it is different
from a database Project, but the same name is used.

Clicking on almost anything brings up a psychedelic whirl of more and
more panes, none of which mean anything reasonable. It is also written
in Java, the worst thing ever to happen to programming. This means
that, when one is obviously in the wrong pane, pressing anything causes
everything to hang.

I have asked in this forum (and I see that others have also asked) for
a reference to an explanation of this GUI, but no one has ever
answered.

Are stored procedures only for the cognoscenti of DB2, or may we
ordinary folk enter into the inner sanctum too? If so, where do I get
initiated into the mysteries of the Development Center?

Those who know Die Zauberflaute have a feeling for what I mean. Where
is my magic flute?

Google? Type: DB2 Development Center

Cheers
Serge

--
Serge Rielau
DB2 Solutions Development
DB2 UDB for Linux, Unix, Windows
IBM Toronto Lab
Jan 25 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
10758
by: jrefactors | last post by:
I want to know the differences between SQL Server 2000 stored procedures and oracle stored procedures? Do they have different syntax? The concept should be the same that the stored procedures execute in the database server with better performance? Please advise good references for Oracle stored procedures also. thanks!!
2
2821
by: scott | last post by:
Hi, Just wondering what sort of problems and advantages people have found using stored procedures. I have an app developed in VB6 & VB.NET and our developers are starting to re-write some of the code in stored procedures (im advocating encryption of them). When deploying an application however stored procedure seem to add another level of complexity to installation. In future we also plan to have an basic ASP app with some of the...
2
9244
by: Kent Lewandowski | last post by:
hi all, Recently I wrote some stored procedures using java jdbc code (admittedly my first stab) and then tried to implement the same within java packages (for code reuse). I encountered problems doing this. I wanted to implemented a generic "Helper" class like this: /** * Helper
5
3397
by: Rhino | last post by:
I am trying to determine the behaviour of stored procedures in DB2 V8.2.x in Windows/Unix/Linux and how I can control that behaviour. Some documentation in the manuals is confusing the issue somewhat. First, am I right in understanding that the normal behaviour of a stored procedure, fenced or unfenced, is to only go into memory when it is invoked and to be swapped out of memory when it is not needed any more? Second, am I right in...
5
3486
by: Tim Marshall | last post by:
I was following the thread "Re: Access Treeview - Is it Safe Yet?" with interest and on reading the post describing Lauren Quantrell's SmartTree, I've run into something I don't understand: Stored Procedures. I thought stored pricedures were an Oracle/MS SQL Server thing and don't know how they work with Access Jet. I've looked at some of the help on stored procedures in A2003, but really don't understand what's going on. Can someone...
2
3335
by: Eli | last post by:
Hi all We currently have a strange problem with calling a Stored Procedure (SQL Database) in our C# Project. The only error I get is "System error" which says a lot :) Background: We have several stored procedures to Insert and update datas in our SQL database. Some stored procedures are smaller (insert datas in only one table) and some of them are quite big (insert datas in several
0
2654
by: Amber | last post by:
Stored procedures are faster and more efficient than in-line SQL statements. In this article we will look at two SQL Server stored procedures; one using an input parameter and one not, and see how to call them from an ASP.Net page Every modern database system has a stored procedure language. SQL Server is no different and has a relatively sophisticated and easy to use system. This article will not attempt to go into depth in explaining...
45
3410
by: John | last post by:
Hi When developing vb.bet winform apps bound to sql server datasource, is it preferable to use SELECTs or stored procedure to read and write data from/to SQL Server? Why? Thanks Regards
28
72550
by: mooreit | last post by:
The purpose for my questions is accessing these technologies from applications. I develop both applications and databases. Working with Microsoft C#.NET and Microsoft SQL Server 2000 Production and 2005 Test Environments. What is the purpose of a view if I can just copy the vode from a view and put it into a stored procedure? Should I be accessing views from stored procedures?
11
3444
by: peter | last post by:
I am trying to get a SQL stored procedure to use user maintained MQT implicitly which raises questions on when they are used or not used. In theory you would expect the stored procedure to pick up the MQT at the time it is bound on the creation of the static SQL. This raises the question on how you stop it or start it using a MQT as there is no option on the bind. What happens when it is rebound? What happens if the plan is made invalid...
0
9592
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10230
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10058
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8886
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7416
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6678
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5450
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.