In sybase, we can have multiple users associated to same
login ,each corresponds to different databases, right? how
can we login to one database with corresponding user id?
Re: In sybase, we can have multiple users associated to same
login ,each corresponds to different databases, right? how
can we login to one database with corresponding user id?
Yes, it’s possible that we can login to one database with
corresponding user id. Because we can have multiple users
associated to same login, each corresponds to different
database, so
We can login to one database with corresponding user id by
issuing command from command prompt
is : isql –U_user id –P_password –D database_name
In sybase, we can have multiple users associated to same
login ,each corresponds to different databases, right? how
can we login to one database with corresponding user id?