Search:

Type: Posts; User: JavaPF

Search: Search took 0.09 seconds.

  1. Re: How to Connect to an Excel Spreadsheet using JDBC in Java

    Hello veluruanil.

    Please try here. There is lots of information on this error:

    Exception: [Microsoft][ODBC Driver Manager]
  2. Re: How to Connect to an Excel Spreadsheet using JDBC in Java

    Hello phatdogg,

    Is this work project written in Java? If so, I suggest you start a new thread about it.
    You will get a better response.
  3. Re: How to Connect to an Excel Spreadsheet using JDBC in Java

    I believe you will need to setup an ODBC connection for each spread sheet.
  4. Re: How to Connect to an Excel Spreadsheet using JDBC in Java

    Hello Devaraj,

    Welcome to the forums :)

    Try this:

    Follow the tutorial through to the part where you select the driver. Click Configure then click on Options and then uncheck the Read Only...
  5. Re: How to Connect to an Excel Spreadsheet using ODBC in Java

    Please Note: This code will not print the first row in the spreadsheet as the jdbc-bridge assumes the first row to be akin to column names in the database.

    You can use the following code to print...
  6. How to Connect to an Excel Spreadsheet using JDBC in Java

    This tutorial will show you how to connect to and read data from an Excel spreadsheet using JDBC.

    To start, we need to setup the local ODBC connection.

    Navigate to your computers Control Panel...
Results 1 to 6 of 6