D
Duke
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
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