- Need Immediate help on asp.net with oracle 10g
- Posted by tushardave on January 23rd, 2006
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
please sent me code or any kind of help on my id
-"tushardave20@yahoo.co.in"
also cc to "tushardave2005@gmail.com"
thanks in advance to all user of these groups
i hope all members try to help me , thanx
- Posted by Duane Arnold on January 23rd, 2006
"tushardave" <tushardave2005@gmail.com> wrote in message
news:1137990844.081142.154270@f14g2000cwb.googlegr oups.com...
So what happened to ADO.NET in all of this? I don't store the type of data
that you store to database tables but using ADO.NET and the ADO.NET
provider Oracle should provide something.
Maybe, you should check with a .NET NG.
And if you're reading and writing data direct to/from the database from the
code behind file, then that's a no no and you should be using a class or
instantiate the class/object on the data layer to persist the data to the
database.
The ASP.NET program is for UI presentation and so is the code behind file
with the code behind file making calls to that database layer objects to
persist data or retrieve data from the database tables to present to the
ASP.NET UI.
Duane
Duane
- Oracle Files not accessible (Security & Administration) by jackal_on_work@yahoo.com
- oracle app (Help and Support) by cesareo
- Oracle 10g Express Edition (Software & Applications) by *ProteanThread*
- DBDesigner help (Oracle) (Software & Applications) by philip.winfield@gmail.com
- email with Oracle (Computers & Technology) by Harold/Roz

