Skip to Content.
Sympa Menu

freetds - freetds_jdbc

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "nick bhanji" <nbhanji AT home.com>
  • To: freetds
  • Subject: freetds_jdbc
  • Date: Fri, 25 Jun 1999 14:47:7


Hi,

Can some one help me with the following problem:

I dl freetds, compiled it with java1.1.7v3 on Linux with kernel 2.2.9
compilation went ok(with warning regarding deprecation API on
Logger.java).

When I started running tests (make runtests) i get the following error

[root@serve unittests]# java -classpath ../:.:$CLASSPATH t0001
Starting test t0001- Insert and retrieve timestamps
Creating table affected 0 rows
java.sql.SQLWarning: Stored procedure 'sa.jdbc_gen_temp_sp_names' not
found. Specify owner.objectname or use sp_help to check whether the object
exists (sp_help may produce lots of output).

at
com.internetcds.jdbc.tds.SqlMessage.toSQLWarning(SqlMessage.java:80)
at
com.internetcds.jdbc.tds.Statement.getMoreResults(Statement.java:597)
at com.internetcds.jdbc.tds.Statement.execute(Statement.java:463)
at
com.internetcds.jdbc.tds.Tds.generateUniqueProcName(Tds.java:1883)
at
com.internetcds.jdbc.tds.Tds.getUniqueProcedureName(Tds.java:1947)
at
com.internetcds.jdbc.tds.PreparedStatement.execute(PreparedStatement.java:155)
at
com.internetcds.jdbc.tds.PreparedStatement.executeUpdate(PreparedStatement.java:345)
at t0001.main(t0001.java:55)

I logged in as SA with SA's Password. Can someone help me with this.
Couple of months ago - When I was working with Sybase for Linux and
freetds_jdbc, it was working ok.

Thanks in advance

nick.b



  • freetds_jdbc, nick bhanji, 06/25/1999

Archive powered by MHonArc 2.6.24.

Top of Page