StoredPrecedure language ?

In my sulution I do a call to plugins.rawSQL.executeStoredProcedure … to UPDATE the Database, but this doesn’t work.
The storedprocedure LANGUAGE must be TRANSACT-SQL ?

Thanks Armin

I guess that means that MS SQL complains that the procedure you want to call is not Transact-SQL.

The DataBase used is SQL ANYWHERE 9.02

Sybase and MS SQL have the same roots (they shared the code). I thought it was MS SQL, but Transact SQL is also used in Sybase.