Re: connecting to Sybase through dbish

2001-03-29 Thread Curt Russell Crandall
Bingo! I just assumed I could use the same syntax at the dbish DSN prompt. But it works fine if I use that syntax when invoking dbish. thanks --Curt On Thu, 29 Mar 2001, Michael Peppler wrote: > Curt Russell Crandall writes: > > Hi, > > > > I'm having problems opening a db connection to

Re: connecting to Sybase through dbish

2001-03-29 Thread Curt Russell Crandall
Yep. $ echo $SYBASE /opt/sccm/oclient --Curt On Thu, 29 Mar 2001, Alexander Farber (EED) wrote: > Curt Russell Crandall wrote: > > Connecting to 'dbi:Sybase:server=SERVER1 user_name passwd' as ''... > > DBI->connect failed: server message number=4002 severity=14 state=1 line=8 > > server=SERVE

Re: connecting to Sybase through dbish

2001-03-29 Thread Michael Peppler
Curt Russell Crandall writes: > Hi, > > I'm having problems opening a db connection to Sybase using dbish. The > perldoc says to use the syntax: > > dbi:Sybase:server=X [user [password]] That's on the command line. I looked at the code for DBI::Shell and I don't see anyway of entering

Re: connecting to Sybase through dbish

2001-03-29 Thread Alexander Farber (EED)
Curt Russell Crandall wrote: > Connecting to 'dbi:Sybase:server=SERVER1 user_name passwd' as ''... > DBI->connect failed: server message number=4002 severity=14 state=1 line=8 > server=SERVER1 text=Login failed. > OpenClient message: LAYER = (4) ORIGIN = (1) SEVERITY = (4) NUMBER = (44) > Message

connecting to Sybase through dbish

2001-03-29 Thread Curt Russell Crandall
Hi, I'm having problems opening a db connection to Sybase using dbish. The perldoc says to use the syntax: dbi:Sybase:server=X [user [password]] So, I executed dbish and did the following Available DBI drivers: 1: dbi:ADO 2: dbi:ExampleP 3: dbi:Oracle 4: dbi:Proxy 5: dbi:Sybase Enter d