This is a migrated thread and some comments may be shown as answers.

Document storage application

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
LordRevan007
Top achievements
Rank 1
LordRevan007 asked on 09 Nov 2011, 08:13 AM
Hello to all, I have to do a document storage application using postgresql as database server. I don't know if OA supports types that are required for document storage. I know that for sql server exists SqlFileStream that does the dirty work for me. Is there something like this in OA, or I will have to manaully encode and decode the type?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Ady
Telerik team
answered on 11 Nov 2011, 03:06 PM
Hello Lordrevan007,
 
You probaly would use the binary data types available in Postgresql for storing your documents. OpenAccess would map this to a byte[] in your class. You would need to take it ahead from there.
Do get back in case you have more questions or need further assistance.

Regards,
Ady
the Telerik team

NEW and UPDATED OpenAccess ORM Resources. Check them out!

Tags
General Discussions
Asked by
LordRevan007
Top achievements
Rank 1
Answers by
Ady
Telerik team
Share this question
or