README for the HP Neoview UNIX Drivers (Upd1 R2.3 SP1)

xlc++ -q64 connect_test.cpp -L/usr/lib -I/usr/include/hpodbc \
-lhpodbc64 -o connect_test
o On Sun SPARC(R):
cc connect_test.cpp -I/usr/include/hpodbc -L/usr/lib \
-lhpodbc -o connect_test
o On Sun SPARC(R) 64 bit:
cc -xarch=v9a connect_test.cpp -I/usr/include/hpodbc -L/usr/lib \
-lhpodbc64 -o connect_test
3. If needed, modify the /etc/hpodbc/MXODSN file.
4. Run the sample program:
./connect_test -d <datasource> -u <userid> -p <password>
1.3 Related Product Documentation
For more information about the ODBC Linux, HP-UX, and IBM AIX(R), and Sun
SPARC(R) drivers, see the HP Neoview ODBC Drivers Manual. This manual is
available on the Business Intelligence Solutions page of docs.hp.com:
http://docs.hp.com/en/busintellsol.html.