RE: Unable connect to sybase database

From: M. Rajesh (mrajesh24_ns_at_nospam.hotmail.com)
Date: 07/12/04


Date: Mon, 12 Jul 2004 03:06:02 -0700

Hi,

Is the firewall enabled on your computer. Turn it off if you are on a corporate network.

Recreate the odbc connection and see if it works. Sometimes the sybase drivers are over written by microsoft drivers and so this happens.

Or else you can go for OLE DB Providers to connect to the database. OLE DB is an advanced protocol and much better than ODBC. ODBC is almost outdated.

-- 
Regards
M. Rajesh
.Net and Windows Shell MVP
www.winxpsolution.com
"Wong" wrote:
> After installed SP1, got the a error message when connect 
> to a Sybase SQL Anywhere Network Server.
> 
> " 10:40:17 : _Connect : Connection Failed (3)
> SQL State : 08001
> SQL Error : [Sybase][ODBC Driver]Unable to connect to 
> database server: unable to start database engine
> 10:40:31 : _Connect : Connection Failed (3)
> SQL State : 08001
> SQL Error : [Sybase][ODBC Driver]Unable to connect to 
> database server: unable to start database engineDatabase 
> error : Connection failed"
> 
> How to solve this problem ? 
> 
> Thanks
> 


Relevant Pages

  • Re: Issues with linking encrypted tables
    ... >> If it is Paradox, how can I tell what version of Paradox? ... don't give out the password to the actual database: ... I expect it's making an ODBC connection ... 2002 frontend without any ODBC connection. ...
    (comp.databases.paradox)
  • RE: ODBC--Connection to Database failed
    ... Have you defined on your ODBC connection the database you working with? ... > this .mdb file, and runs a query, and it works for him. ...
    (microsoft.public.access.gettingstarted)
  • Re: CRecordset::Open and MySQL (ODBC) - nOpenType ?
    ... I started a new application through the steps of the assistant with ODBC ... This means the DSN would be shown but not accepted. ... Now I think that my version of VS2005 isn't able to access a MySQL database ... the ODBC connection that is forcing the forward-only. ...
    (microsoft.public.vc.database)
  • ODBC connection string for make-table query (Access 97)
    ... My database makes an ODBC connection ... ODBC Linked tables. ... I have seen examples for pass-through queries, where on the query ...
    (microsoft.public.access.queries)
  • Re: Nameless CREATE
    ... The starting point is either an existing database or one that is ... "Describe" involves issuing an SQLDescribeCol function to ODBC ... essentially much the same as character data type apart from all 8 bits ... ALTER TABLE tablename ADD COLUMN BinaryColumn BINARY ...
    (comp.lang.forth)

Loading