ODBC connection - MERANT driver

balaji.n

New Member
Hello,

We are trying to connect to Progress database( v9.1d - sun solaris) from windows 2000 machine using merant 3.6 32-bit progress sql92 v9.1d driver. I did the initial setup of environment variables and services file.
While setting ODBC, I provided database name,host and port as defined .When I do test connect , it just hangs ( DOES not throw any error message) and no response forever.
I did "netstat" command on both windows and unix..the connection is established between PC and unix server..

Is there any pre-requisite missing here ??
I tried tracing the driver response, I get something like this..
odbcad32 a44-14c ENTER SQLAllocHandle
SQLSMALLINT 1 <SQL_HANDLE_ENV>
SQLHANDLE 00000000
SQLHANDLE * 0006D618

odbcad32 a44-14c EXIT SQLAllocHandle with return code 0 (SQL_SUCCESS)
SQLSMALLINT 1 <SQL_HANDLE_ENV>
SQLHANDLE 00000000
SQLHANDLE * 0x0006D618 ( 0x00b21540)

Any ideas ??
 
Back
Top