User Activity

  • Modified a comment on discussion Help on CsvJdbc - CSV file JDBC driver

    Resolved it.. Thanks

  • Posted a comment on discussion Help on CsvJdbc - CSV file JDBC driver

    Got it.. Thanks.

  • Posted a comment on discussion Help on CsvJdbc - CSV file JDBC driver

    Thank u. But how can i mention the path of the new csv file in CsvDriver.writeToCsv() ? Pls help

  • Posted a comment on discussion Help on CsvJdbc - CSV file JDBC driver

    Hi Simon , I mean column name space in WHERE clause and not in Select like below, ResultSet results = stmt.executeQuery ("Select * from sample where FIRST NAME = 'ABC' "); When I execute this stmt im getting below error, Syntax error: Encountered " <name> "NAME "" at line 1, column 49. Was expecting: <eof> </eof></name>

  • Modified a comment on discussion Help on CsvJdbc - CSV file JDBC driver

    Thanks and i have changed it. Now Im getting "Expected separator at line and position" error message. And I have tried using this "0x09" too. Class.forName("org.relique.jdbc.csv.CsvDriver"); Properties props = new Properties(); props.put("suppressHeaders", "false"); props.put("escapeSeparatorInQuotes", "false"); Connection conn2 = DriverManager.getConnection("jdbc:relique:csv:path?separator=\t"); Statement stmt2 = conn2.createStatement(); ResultSet rs = stmt2.executeQuery("SELECT * FROM Sample");...

  • Modified a comment on discussion Help on CsvJdbc - CSV file JDBC driver
  • Posted a comment on discussion Help on CsvJdbc - CSV file JDBC driver

    And I have tried using "0x09" option as well

  • Modified a comment on discussion Help on CsvJdbc - CSV file JDBC driver

    Thanks and i have changed it. Now Im getting "Expected separator at line and position" error message. Pls advise. Class.forName("org.relique.jdbc.csv.CsvDriver"); Properties props = new Properties(); props.put("suppressHeaders", "false"); props.put("escapeSeparatorInQuotes", "false"); Connection conn2 = DriverManager.getConnection("jdbc:relique:csv:path?separator=\t"); Statement stmt2 = conn2.createStatement(); ResultSet rs = stmt2.executeQuery("SELECT * FROM Sample"); boolean append = true; CsvDriver.writeToCsv(rs,...

View All

Personal Data

Username:
bhuvanaj
Joined:
2019-04-29 16:04:07

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB