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 can any one know table schema use to store, template into mysql database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "can any one know table schema use to store, template into mysql database" Watch "can any one know table schema use to store, template into mysql database" New topic
Author

can any one know table schema use to store, template into mysql database

Vinod suryawanshi
Ranch Hand

Joined: Aug 08, 2012
Posts: 39
Friends, i want to save html templates (Ready made email templates which available on many sides) into mysql database. So latter user can select necessary template from database and do changes in that template and use it.
but my problem is, i am not getting any idea, how i store html template into database, that template may include html file, css file and images. latter user will add there information in that template and save that new template into database.

Guys, if anybody have any knowledge about this then please reply......
Bill Gorder
Bartender

Joined: Mar 07, 2010
Posts: 1282

Big table is a distributed storage system by Google. I will move this to the JDBC forum for you.


[How To Ask Questions][Read before you PM me]
Wendy Gibbons
Bartender

Joined: Oct 21, 2008
Posts: 1098

so you are using the MySQL database to store this data?

I would have a parent table with a description and auto incrementing id.
I would have a child table with a text and blob field, and a type and a description, and the id from the parent table
 
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: can any one know table schema use to store, template into mysql database
 
Similar Threads
create a mail template
Storing files in RDBMS
Implementing a virtual website with Servlets
using jsp to allow a customizable look and feel GUI
Deleting columns in excel file to create new Excel file