File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes adding text to a database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "adding text to a database" Watch "adding text to a database" New topic
Author

adding text to a database

ben riches
Ranch Hand

Joined: Nov 08, 2002
Posts: 126
hello
i hope someone can help?
i have to read a text file and then send it to a database i know how to select from a database but do not know how to add my file to a database could anyone suggest any good ideas please
i will be most grateful
thanks ben
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

Do you need to send the Text into a database into a Field, or do you need to store the file as a binary object in the database?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: adding text to a database
 
Similar Threads
Inserting Text File in Database
read text file and save data into database
problem in Serialization
java code to create a folder and save a text file in it..!!
Guestbook Source Code