Apr 22, 2003 #1 tonkajimenez Programmer Joined Apr 10, 2003 Messages 1 Location MX I need to configure a connection Betwen ODBC windows client and Progress 91b in SCO OpenServer..... SomeBody can help me.....?
I need to configure a connection Betwen ODBC windows client and Progress 91b in SCO OpenServer..... SomeBody can help me.....?
Apr 23, 2003 #2 stanhubble MIS Joined Apr 6, 2001 Messages 1,052 Location CA SCO Openserver side: create an entry in /etc/services like: myprodb 50000/tcp change your db startup to include -S myprodb in the command line or .pf file. create a similar entry in the services file on the windows client. I don't use ODBC on the clients so I can't help there. Upvote 0 Downvote
SCO Openserver side: create an entry in /etc/services like: myprodb 50000/tcp change your db startup to include -S myprodb in the command line or .pf file. create a similar entry in the services file on the windows client. I don't use ODBC on the clients so I can't help there.