HI,
I am subscriber of these group and i need immediate help for my problem
My problem as under
I am using Asp.net "aspx" and Database is oracle 10g
I am storing a "jpeg","jpg","img" all image file in to database using
asp.net application
and also read it from database and view in the aspx page- these done
successfully
but now i face the problem that i have to store a different format file
like "word file"
,"mpeg" ".dmp" and also any format that i want to store in database
and
view it to its original format as it store.
how can i do?
i am using "asp.net " code behind " aspx.vb" and db is oracle 10g
Yunus Emre ALPÖZEN [MVP] - 23 Jan 2006 19:55 GMT
Hi,
I do not think this is a security issue. What is your database schema? Are
ustoring your binary objects by using which data type? I think, your problem
with object size. You hit data type limitation when u use mpeg/doc..
Document types are not important for a database. Important thing is storing
your objects in a relevant format(in your case it is binary) in an
acceptable range of bytes. My advice u to check if u have encountered a
buffer overflow....

Signature
HTH
Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET
Microsoft .NET & Security MVP
> HI,
>
[quoted text clipped - 18 lines]
>
> i am using "asp.net " code behind " aspx.vb" and db is oracle 10g