View Single Post

   
  #2 (permalink)  
Old 04-24-2008, 06:10 PM
Manish Negandhi
 
Posts: n/a
Default Re: How to access the DB?

On Apr 22, 5:39*pm, Petry <petr...@gmail.com> wrote:
> Hello,
>
> I've a Sybase running on my Sun OS server, and i need to access him.
> How i do that??
>
> On informix DB, i use the dbaccess to access.. and what about sybase??
>
> tks


You can connect to Sybase server using isql utility, the syntax is

isql -Uusername -Sservername

Once you give username and servername followed by enter key you can
give password to connect to server

-HTH
Manish Negandhi
[TeamSybase]
Reply With Quote