Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 7th, 2004, 12:17 AM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to vicky_gupta100
Default Loading Files to Oracle Server through ASP

Hi..

I want to upload xls, doc files to Oracle through ASP. Can any one give any guidance on how to go about this ?


Vikas.

 
Old October 7th, 2004, 02:41 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi Vikas,

  What exactly your requirement. How big those files(xls/doc)
How frequent you want to store.
Its better to save the filename in the database instead of full file contents.

Store the file name in the table and refer these files while retrieving.


--------------
Rajani

 
Old October 7th, 2004, 05:17 AM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to vicky_gupta100
Default

Rajani,

They are nearly 2-3 mb, however we can keep a limit of 5 mb. I am ok with keeping the files in the server, but then how to manage the files, if files are loaded with same name ?

 
Old October 7th, 2004, 08:31 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Vikas,

IMO you can use a FKey that would differentiate each file, though they are of same name.

Can you explain on the table structure and what for these files are uploaded to DB, that would help in understanding this better.

Cheers!

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
Run ASP/HTML Files from Client to Server rauf BOOK: Beginning ASP 3.0 1 November 11th, 2008 02:01 PM
loading .x files Innaorouk C# 1 August 31st, 2007 08:44 PM
UPLOAD FILES FROM ASP TO ORACLE bbarnettm Classic ASP Components 0 February 7th, 2006 04:01 PM
Chap 6 Beg ASP? re: loading .dll on server bhaub Classic ASP Basics 3 August 16th, 2004 11:31 PM
Loading Excel into SQL Server using ASP.NET chiefg ADO.NET 6 July 22nd, 2004 11:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.