User Activity

  • Modified a comment on discussion Help on jTDS - SQL Server and Sybase JDBC driver

    try { string query = "select column1 from table 1 where key=primary key"; Statement state = conn.createStatement(); ResultSet rs = state.executeQuery(query); } catch (Exception e) { e.printStackTrace(); }

  • Posted a comment on discussion Help on jTDS - SQL Server and Sybase JDBC driver

    try { string query = "select column1 from table 1 where key=primary key"; Statement state = conn.createStatement(); ResultSet rs = state.executeQuery(query); } catch (Exception e) { e.printStackTrace(); }

  • Posted a comment on discussion Help on jTDS - SQL Server and Sybase JDBC driver

    Hi, I am trying to retrieve VARBINARY column with huge binary data (zip) using jtds as below, but could not see the result. select column1 from table 1 where key=primary key; Output : net.sourceforge.jtds.jdbc.BlobImpl@e999cf31 ODBC could fetch the data but very slow and trying with jtds first time. Am I missnig something? Kindly help.

View All

Personal Data

Username:
sak-82
Joined:
2020-10-07 13:29:12

Projects

  • No projects to display.

Personal Tools