Re: C++ & ODBC & SQLnet, anybody expe..

From: Ralph Button <72667.1131_at_CompuServe.COM>
Date: 2 Feb 1995 00:51:40 GMT
Message-ID: <3gpaas$64m$1_at_mhade.production.compuserve.com>


For your connect string you should have something like this; T:ORASRV:(Schema name)

The T is for TCP/IP
The ORASRV is the default Listener name unless you have select another listener name
The Schema Name is the optional schema if you have more than one schema loaded on the Oracle Server.

The VC++ program comes with a ODBC test program try it to see if you can make a connection. I suspect you havn't loaded a TCP/IP socket that the SQL*NET needs. You need something like Microsoft TCP/IP-32 sockets, ot Novell's Lan Workplace, or FTP Software TCP/IP. Received on Thu Feb 02 1995 - 01:51:40 CET

Original text of this message