Question : connection to sybase using ISQL from UNIX and run the stored procedured in that sybase server

Hi,

I should conect to the sybase database servers using UNIX through ISQL and should run the stored procedure that is there in the sybase server.

I am able to connect to the sybase server through ISQL but unable to see the stored procedures in that server.
I am unable to see any of the foders in that sybase server .

What is the command to see the folders after connecting to the sybase server through ISQL.

Please gude me in this area.

Rajesh

Answer : connection to sybase using ISQL from UNIX and run the stored procedured in that sybase server

You can get a list of all the procedures in a given database with

Select name from sysobjects where type = "P"

Most of the system procedures are stored in the sybsystemprocs database.

-bret
Random Solutions  
 
programming4us programming4us