If you add new columns in your stored procedure you have to do it manually in datawindow.
Main Topics
Browse All TopicsI am connecting to a sql server instance via ODB ODBC from
my powerbuilder 1.5 IDE.
If I change a stored procedure that a datawindow is using
the how do i get powerbuilder to recognize the changes. Is
there some way of reloading a stored procedure?
In this particular instance I have added some columns onto
a result set that the procedure returns. (you may see the new columns under the comments in the code section below)
I have had a simular problem before when adding additional
parameters to a store procedure.
attached you may find the stored procedure code and the datawindow
i am interested in any solution that will not make me edit and change the datawindow source code.
i noticed something else also. when i create the datawindow as sql select , and give the
exec dbo.sp_pr_1
@scr_int = :scr_int
as retrieve method i am getting the following error message (error.jpg) why?
(i have declared scr_int as argument by myself)
i am using pb 11.5 and sql server 2000
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: basilhs_sPosted on 2009-11-05 at 02:18:31ID: 25748051
dw-test1.txt contains the source of the datawindow.