hi there !
im working with a informix se database and wanna access to it with an
java application. im using the ibm-ifx-driver (com.informix.jdbc.IfxDriver).
my programm only get access to the database with the sesoctcp protocol
type, so i changed the entry in the sqlhosts from seipcpip to sesoctcp.
now my program runs fine, when im first execute
Code:
$INFORMIXDIR/lib/sqlexecd demo_se -l /tmp/selog_tli
but ...
other applications cant access to the database before im executing sqlexecd
this way. if the sqlhosts entry is on seipcpip all other aplications are running,
but then there is no access over the ibm-ifx-driver.
question:
is there a way to run the jdbc-ifx-driver over seipcpip ?
(didnt found something in the manual)
peter