aspose file tools
The moose likes JDBC and the fly likes Select query with order by is not working on CSV file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Select query with order by is not working on CSV file" Watch "Select query with order by is not working on CSV file" New topic
Author

Select query with order by is not working on CSV file

Vikram Kamate
Greenhorn

Joined: Sep 28, 2002
Posts: 16
Hi All,
I have data in CSV file. I opened JDBC connection on CSV and I am able read data from CSV file using simple select query, it works fine.
but now I want to add "order by" in same query and that is not working.
Thankx in advance.
Cheers
Vikram
Jamie Robertson
Ranch Hand

Joined: Jul 09, 2001
Posts: 1879

We need more info to help us help you. What does "not working" mean? Is an exception thrown? If so, what is it?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Select query with order by is not working on CSV file
 
Similar Threads
Approach to validate objects in list
Regarding duplicate insert problem
using JFileChooser
java code to export mssql data into csv file
Jmeter Randomizing CSV data?