I have a stored procedure which requireds parameters as a query subject how can you pass the paramaters to the stored procedure from either Query studio or Report studio.
Currently when publishing package while trying to create report the stored procedure does not return any fields since...
Hi all,
I was wondering how can code in java a do while loop that reads a specific directory in unix and passes each file name found within the directory to a different routine as a parameter.
Does anyone know how to execute and format and update statement using the sql command from within the Procedure Node?
Example;
SQL('connstr', 'update table field = 'X'');
When I try the example above I get an error message, It seems that the parser does not like the quotes for the 'X' value.
All,
When creating a new project using Visual Studio.net the Creating New Project status box runs for a while over 30 minutes and then finally it generates the project. Have anyone encountered a similiar issue?
I'm using VS.net 2003 with Win XP Pro.
Your help would be really appreciated.
MC
Anyone out there know if the following code can be accomplish in Sybase ?
Oracle:
select
aa.field1,
bb.field2
from
(select keyfield, field1 from table1) aa,
(select keyfield, field2 from table2) bb
where aa.keyfield = bb.keyfield
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.