If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Creating a procedure inside a procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-17-04, 16:49
Sippy Sippy is offline
Registered User
 
Join Date: Mar 2004
Location: US
Posts: 4
Creating a procedure inside a procedure

We are having a requirement where list of procedures need to be created by another procedure.

Any pointers how to do so.

TIA
Sippy
Reply With Quote
  #2 (permalink)  
Old 03-19-04, 08:28
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Creating a procedure inside a procedure

Quote:
Originally posted by Sippy
We are having a requirement where list of procedures need to be created by another procedure.

Any pointers how to do so.

TIA
Sippy
Hi,
Please test with CREATE PROCEDURE FROM....

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 03-19-04, 19:29
Sippy Sippy is offline
Registered User
 
Join Date: Mar 2004
Location: US
Posts: 4
We have a specific requuirement.
I'm trying to create/alter tables procedured through script. Script in turn will create a sql file with all necessary statements. From script one standard procedure will be created with sql statements in the file as body. If the sql statements in temprray file contains the create procedure then thsi is not working.

TIA,
Sippy
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On