Results 1 to 1 of 1
- 07-01-2007, 02:43 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 1
- Rep Power
- 0
problem with the way to export data to CSV file
Hi
I want to export oracle(8i) data to CSV file
using technique like that
Java Tips - How to export data from database to CSV file
but I don't know how to do with Oracle classes12.jar.
When I use JetEngine(ADO connection),
the below statement allows me to connect CSV file
as if it were database's table.
select * into [text;database=folder name].[file name] from table name;
Is there any general SQL statement for JDBC like this?
Please let me know.
Thanks in advance.
Similar Threads
-
Export data to xls
By trill in forum Advanced JavaReplies: 5Last Post: 03-24-2011, 05:13 AM -
Regarding Tabular data from .doc file
By praveen83 in forum Advanced JavaReplies: 10Last Post: 03-23-2010, 11:26 AM -
Accessing Data from a .txt file
By Oasis13 in forum New To JavaReplies: 5Last Post: 02-01-2008, 12:16 AM -
Reading Data from a file
By ramachandran in forum New To JavaReplies: 2Last Post: 10-24-2007, 07:22 AM -
Extracting data from an XML file...
By techno_brains in forum New To JavaReplies: 1Last Post: 07-15-2007, 05:46 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks