Subject | Re: [IB-Conversions] Problem with store procedure (Interbase) |
---|---|
Author | Jean-Jacques Goldschmidt |
Post date | 2000-10-31T16:45:44Z |
Try this :
SET TERM !!
CREATE PROCEDURE Procedure_1 AS
BEGIN
SELECT * FROM MyTable ;
END!!
SET TERM !!
CREATE PROCEDURE Procedure_1 AS
BEGIN
SELECT * FROM MyTable ;
END!!
With best regards
Avec mes meilleures salutations
Mit freundlichen GrĂ¼ssen
*************************************************
Goldschmidt Jean-Jacques
Rue de la Portettaz
CH-1956 St-Pierre-de-Clages
+41 27 306.90.46
*************************************************
jjgoldschmidt@...
*************************************************
*************************************************
jjgoldschmidt@...
*************************************************
----- Original Message -----Sent: Monday, October 30, 2000 5:46 PMSubject: [IB-Conversions] Problem with store procedure (Interbase)Hello!I am run the procedure below and Interbase show me this message :"Statement failed, SQLCODE = -104Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 4, char -1
-END"CREATE PROCEDURE Procedure1 AS
BEGIN
select * from table
ENDWhat's the problem ?
To unsubscribe from this group, send an email to:
IB-Conversions-unsubscribe@egroups.com