Large Entires into an Access Table.Field (IIS4)

W

Wayne

Hello All;

In IIS6 you have this: AspMaxRequestEntityAllowed
That allows you to set the size of uploaded files.

I am using IIS4, and there is no: AspMaxRequestEntityAllowed

Any idea's of what can be done to allow large insertion into an access
database?

Sizes run between 145kb to 400kb
Into a single Table.Field.

Thank you
 
M

MacDermott

Sounds like a recipe for disaster to me.
Try this:
Compact your database.
Add one 400k "file" (OLE Object, I presume?) to your table.
Now look at your database's size again.
Compact your database again.

Think about the impact on your database's size of repeatedly inserting these
items into a table, without compacting.
 
W

Wayne

Hello Mac;

It is actually up to - 400kb in text, not files.

And I cannot insert that size as this topic specifies.


"MacDermott"
 
Top