CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Java

 file upload in a jsp

Print topic Send  topic

Author Message
supratimmaiti

Posts: 1
Posted: 07/08/2005, 6:01 AM

hello,
i want to upload a file from a jsp page. the file is of a image file. it may reside anywhere in the lan. the i want to save that file in the server with a specific folder. the the new file will be retrived for using as a parameter for specific task. plz help me .
View profile  Send private message
sk8rdog
Posted: 07/10/2005, 2:04 AM

I too am looking for a JSP rapid application development tool that will allow me to do file uploads/downloads, file management, does this product have those capabilities built in?
atul
Posted: 08/31/2005, 12:54 AM

ramakrishna
Posted: 09/01/2005, 5:58 AM

Hi , i want how to update the MS Access Database in jdbc.
peterr


Posts: 5971
Posted: 09/01/2005, 6:04 AM

Use CodeCharge Studio.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message
sudhir

Posts: 1
Posted: 09/02/2005, 3:04 AM

Quote ramakrishna:
Hi , i want how to update the MS Access Database in jdbc.


you can use the Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"): in the try clause of the Java language, throwing ClassNotFoundException.
Next you need to use the DriverManager.getConnection("jdbc:odbc:datasourcename"); for getting a connection to the database.Again the exception thrown is SQLException.

Next you need to prepare a statement like "UPDATE <TABLE NAME> SET <COLUMN NAME> = 'textfield.getText()', if you are getting the table data from a textfield from a form(for example an Applet).

later need to specify the following;

ResultSet rs = con.executeQuery(sqlstatement), which throws SQLException.

later do a con.commit(); which again throws the "SQLException".

If you are familier with Java you could be more confident.

If you got any doubts, kindly mail me at;
sudhir.venugopal@rediffmail.com

regards
Sudhir Venugopal
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.