Re: Jdbc connect to a Plain text file
From: Michael Borgwardt (brazil_at_brazils-animeland.de)
Date: 11/14/03
- Next message: Michael Borgwardt: "Re: Java static methods versus Objects"
- Previous message: Robert: "Re: Java static methods versus Objects"
- In reply to: Duke: "Re: Jdbc connect to a Plain text file"
- Next in thread: Sudsy: "Re: Jdbc connect to a Plain text file"
- Reply: Sudsy: "Re: Jdbc connect to a Plain text file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 Nov 2003 11:57:26 +0100
Duke wrote:
> Is there a way to do csv and plain text access with jdbc without the
> use of external drivers or odbc?
I don't think so. To use JDBC, you need a driver. And so far the only
driver that comes with the JRE is the JDBC-ODBC bridge. In fact, JREs from
vendors other than Sun may not even include that one.
> From what you read on java's site it seem that with the new jdbc 3.0
> you got this opportunity natively, without the use of third party
> driver.
I don't think that is what was meant. The only thing that might contain
such drivers are the standardized RowSet implementations, but these
ssem to be unavailable right now and will be included in SDK 1.5 at
the earliest.
- Next message: Michael Borgwardt: "Re: Java static methods versus Objects"
- Previous message: Robert: "Re: Java static methods versus Objects"
- In reply to: Duke: "Re: Jdbc connect to a Plain text file"
- Next in thread: Sudsy: "Re: Jdbc connect to a Plain text file"
- Reply: Sudsy: "Re: Jdbc connect to a Plain text file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|