Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic SQL in stored proc possible??

Status
Not open for further replies.

schu

MIS
Jun 21, 2001
188
HK
Is creating dynamic SQl in a stored proc possible???

 
You can pass parameters to a stored procedure making the SQL dynamic. Go to Informix.com and look at the documentation for syntax of stored procedures.
 
Thanks,
But that is not dynamic, I need to change the SQL, but stored procs do not allow PREPARE and EXECUTES.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top