Hi all
i?m try to use for the first time Scott Klement JDBCR4 ;
I have modified in the example JDBCTEST the connection values:
conn = JDBC_Connect( 'net.sourceforge.jtds.jdbc.Driver'
: 'jdbc:jtds:sqlserver://VServer02/datitest'
: %trim(userid)
: %trim(passwrd) );
But I receive the message ?Unknown server host name 'VServer02' ?
I have done this:
the ping at VServer02 is Ok
where am I wrong ?
which test can I do ?
thanks
i?m try to use for the first time Scott Klement JDBCR4 ;
I have modified in the example JDBCTEST the connection values:
conn = JDBC_Connect( 'net.sourceforge.jtds.jdbc.Driver'
: 'jdbc:jtds:sqlserver://VServer02/datitest'
: %trim(userid)
: %trim(passwrd) );
But I receive the message ?Unknown server host name 'VServer02' ?
I have done this:
- Installed JDBCR4 and compiled as instruction
- Downloaded and installed via ftp jtds-1.2.5.jar in /java/jdbc
- Executed ADDENVVAR ENVVAR(CLASSPATH) VALUE('/java/jdbc/jtds-1.2.5.jar')
- Call to JDBCTEST
the ping at VServer02 is Ok
where am I wrong ?
which test can I do ?
thanks



Comment