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 > Error creating a procedure with isql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-18-03, 10:20
edufgm edufgm is offline
Registered User
 
Join Date: Mar 2003
Posts: 1
Error creating a procedure with isql

I get a message error when trying to create a procedure from the isql window. Sintax Error (201), It happens with any procedure.

Informix version 7.20

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 03-18-03, 15:08
kdsouza77 kdsouza77 is offline
Registered User
 
Join Date: Mar 2003
Location: Bangalore
Posts: 10
Hi,

You are in the wrong DBforum, isql is for Sybase.
Anyway syntax error 201 implies the following,
==============================================
Procedure %.*s expects parameter %.*s, which was not supplied.

Explanation: Adaptive Server could not perform the requested action. Check your command for missing or incorrect database objects, variable names, and/or input data.
==============================================

But if you have mistakenly said isql, from the session where you had started the informix, run finderr 201 and see the explanation. Also from dbaccess you can try running your syntax and if it is wrong it will show you where the syntax is wrong.

Regards,
Kiran.
__________________
Reply With Quote
  #3 (permalink)  
Old 03-19-03, 04:10
ghed ghed is offline
Registered User
 
Join Date: Nov 2002
Posts: 11
You are not allowed to create SPs using the ISQL product, use dbaccess instead. Use isql if you wish to work with SQLs (DDL, DML)forms and reports.

HTH

Ghed
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