A
ajitgoel
Hi Everyone;
I have a application (application 1) which is connected to a sybase
database. I have another application (application 2) which will be
issuing sql commands on the same database. However when I try to open a
connection against the same database, I get the error "Request to
Start/Stop Database denied.".
What I want to do is:
a) create and use a database connection, if the database is not
started(either by application 1 or application 2).
b) use the created database connection, if the database is
started(either by application 1 or application 2).
Pointers to how to go about doing this are welcome.
Kind Regards;
Ajit Goel
I have a application (application 1) which is connected to a sybase
database. I have another application (application 2) which will be
issuing sql commands on the same database. However when I try to open a
connection against the same database, I get the error "Request to
Start/Stop Database denied.".
What I want to do is:
a) create and use a database connection, if the database is not
started(either by application 1 or application 2).
b) use the created database connection, if the database is
started(either by application 1 or application 2).
Pointers to how to go about doing this are welcome.
Kind Regards;
Ajit Goel