Hello,

I am trying to make a small TG application, which should save PDF file.
It stores letters in a PDF format in a relational database.

Do you believe it is a good idea to use a class as below? Any idea welcome.

class Letters(Entity):
        has_field('Description_letter', Unicode(360))   
        DocPDF = BoolCol()   link to a pdf file save as a binary

Kind regards,

Francois

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to