Re: Question on csv import using browser into MySQL database

2006-05-23 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Lucia said the following on 5/23/2006 10:51 AM: > I've used a CSV JDBC driver once before with success. It becomes an > exercise of reading from one JDBC connection and writing to the other. > > http://csvjdbc.sourceforge.net > > Tim Christopher,

RE: Question on csv import using browser into MySQL database

2006-05-23 Thread Tim Lucia
ssage- From: Christopher Molnar [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 11:17 AM To: Tomcat Users List Subject: Question on csv import using browser into MySQL database Hello, I need to ask a question from any of the java experts out there. Can anyone suggest or share a code se

Re: Question on csv import using browser into MySQL database

2006-05-23 Thread Marc Farrow
2006 10:17 a.m. To: Tomcat Users List Subject: Question on csv import using browser into MySQL database Hello, I need to ask a question from any of the java experts out there. Can anyone suggest or share a code segment that allows a web user to upload a csv file and then parse it on the server e

RE: Question on csv import using browser into MySQL database

2006-05-23 Thread Juan Jose Garcia Lau
If you want to upload files, take a look at http://jakarta.apache.org/commons/fileupload/ Cheers, Juan -Original Message- From: Christopher Molnar [mailto:[EMAIL PROTECTED] Sent: Martes, 23 de Mayo de 2006 10:17 a.m. To: Tomcat Users List Subject: Question on csv import using

Question on csv import using browser into MySQL database

2006-05-23 Thread Christopher Molnar
Hello, I need to ask a question from any of the java experts out there. Can anyone suggest or share a code segment that allows a web user to upload a csv file and then parse it on the server end with the end goal of it going into a mysql table? I have searched everything I can think to searc