From: Sander B. <san...@cg...> - 2001-11-13 08:17:59
|
Hello CsvJdbc developers, Now we are with three developers it's a good thing we have a mailinglist. Else we all would make changes and soon nobody knows who is doing what... I don't know how you guys feel about it, but my goal with this project is to have a real nice csv JDBC-driver for free use. Doing this step by step... One thing I find important is to make it possible to have other seperators and an empty header line. Then make the result set scrollable, by implementing the next, previous, first and last functions. This requires some changes though where we should think about. I was thinking about using a random access file and storing 'on the fly' indexes on rownumbers and filepositions. What I haven't thought about is how to pass the seperator and header information to the driver, using the JDBC interface. What do you think? Sander Brienen Cap Gemini Ernst & Young WARP11 Advanced Development email: san...@cg... web: http://www.nl.cgey.com -- **************************************************************************** This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is only intended for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. **************************************************************************** |