Re: Jdbc connect to plain text
From: Chandler (chanders2002_at_yahoo.com)
Date: 11/13/03
- Next message: Tor Iver Wilhelmsen: "Re: Printing 'q?=' to the console"
- Previous message: Rudy Gevaert: "Timer question"
- In reply to: Duke: "Jdbc connect to plain text"
- Next in thread: Duke: "Re: Jdbc connect to plain text"
- Reply: Duke: "Re: Jdbc connect to plain text"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Nov 2003 15:59:47 -0400
u can create a DSN or DSN connection with the text file using the driver
available with your operating system.. to check the list of drivers in yr
computer look into ODBC Data Source Administrator...
Hope that helps...
Chander
"Duke" <dukeofhell@libero.it> wrote in message
news:2a8503fb.0311130410.7ab8eadc@posting.google.com...
> Hi all,
>
> I've read on Sun's java site that with JDBC 3.0 is actually possible
> to use plain text file (such as CSV) as table and make my queries on
> that.
>
>
> "JDBC technology is an API that lets you access virtually any tabular
> data source from the Java programming language. It provides cross-DBMS
> connectivity to a wide range of SQL databases, and now, with the new
> JDBC API, it also provides access to other tabular data sources, such
> as spreadsheets or flat files."
>
>
> How can I do this? I can't find any example for getting the
> connection. I don't want to use third party drivers.... if not
> absolutely necessary.
>
> can you help me??
>
> thanks
>
> Duke
- Next message: Tor Iver Wilhelmsen: "Re: Printing 'q?=' to the console"
- Previous message: Rudy Gevaert: "Timer question"
- In reply to: Duke: "Jdbc connect to plain text"
- Next in thread: Duke: "Re: Jdbc connect to plain text"
- Reply: Duke: "Re: Jdbc connect to plain text"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]