Ask a Question related to ASP Database, Design and Development.
-
Edward King #1
How to write a file into Access Database
I want to use ASP to write file into Access Database,the file is limits
300K,how to realize it?
Any idea will be appreciated!
Edward King Guest
-
upload a jpg file to an access database...???
I think I heard that you can't have a jpg in an access database, however you could point to where the jpg was from within the database. What I need... -
File Write Access Denied with ASP .NET on Domain Controler
Hi All, I have a web page that tries to write in a xml file but I have an Access Denied error on the xml file. The page is working properly on... -
Help needed with ASP form browse for file, create link to file and insert in access database
I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then... -
write to database without giving write permission to IIS
Hi there, I have some ASP code that writes to access database. For security reason I do not want IUSER to give write permission to database... -
Write Access to Access DataBase
I'm trying to update a Access Database from information gained from a ASPX page. The database will not update. I'm sure it is in some security... -
Aaron Bertrand [MVP] #2
Re: How to write a file into Access Database
> I want to use ASP to write file into Access Database,the file is limits
Access database files are limited to 2GB *total*. Not sure how many 300kb> 300K,how to realize it?
files you intend to keep there, but you'll hit the upper bound pretty quick
(6000 files, not counting OLE overhead, and that's if you don't put
*anything* else in the database at all).
Any reason why you want to store a file inside a file? Wouldn't it make
more sense to store a file in the file system, where it goes, and *data*
about the file (such as its name, location, etc.) in a *data*base?
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand [MVP] Guest



Reply With Quote

