thendrickson
Programmer
I am a SQL Server developer with some old experience with a UNIX OS
I need to develop a stored procedure for an Informix database located on a linked server, but I seem to be getting syntax errors that I do not quite understand.
Could some one post a couple of examples of a basic stored procedure that accepts 1 or more input parameters? Preferably the varchar datatype for one of the parameters.
Additionally, I am using an application named dbaccess under UNIX. dbaccess permis me to open the vi editor from within dbaccess.
When I past my code into the vi editor, it loks pretty good but when I attempt to run the code in dbaccess several of the lines appear truncated.
I have few permissions other than to create stored procedures under my login even though this is a development server, so I am limited to these basic tools.
Thanks
I need to develop a stored procedure for an Informix database located on a linked server, but I seem to be getting syntax errors that I do not quite understand.
Could some one post a couple of examples of a basic stored procedure that accepts 1 or more input parameters? Preferably the varchar datatype for one of the parameters.
Additionally, I am using an application named dbaccess under UNIX. dbaccess permis me to open the vi editor from within dbaccess.
When I past my code into the vi editor, it loks pretty good but when I attempt to run the code in dbaccess several of the lines appear truncated.
I have few permissions other than to create stored procedures under my login even though this is a development server, so I am limited to these basic tools.
Thanks