Fso Limitation
I am using windows 2003 server. I am Using File System Object in Asp to Search for the Files in a Folder. it is working fine for the Local Drives (C/D/E). I have a Mapped Drive "X" to a Folder on the system in same network, Fso is not able to search the Files in the X:, but I am able to see the Drive in MyComputer.
If I use the UNC Path of the System "SystemnameDrive$FolderName then Fso is able to Search and display the Files. I have not faced this problem with Windows 2000 Server, recently we have upgraded to Windows 2003, in which we are facing the problems.
View Replies
Does anyone know the character limitation of an application variable ? How much can one hold ? Will it give an error if it gets too big ?
etc etc
I have a complex array that I store in them to rotate content quickly and how much data they can hold ? Well sort of an array... if ya know what I mean. I split it and parse it when I use it. Whether it's a good idea or not to fill one up what is the limit ?
View Replies
View Related
Is there any limitation on how many file dsn can I use per IIS Server?
View Replies
View Related
Is there a limitation of the number of recordsets ASP is able to proceed. When my Access database exceeded 544 records, only first 544 records are shown...
View Replies
View Related
I have a very big asp form with a lot of fields in it and I use the get action in the form.
I want to know, is there any limitation for the Request.Querystring or can be unlimited with lots of fileds in the form?
View Replies
View Related
I want to do bitwise operation on some large integers.
For example,
Response.Write CBool(2 AND 2^30) ' returns False
Response.Write CBool(2 AND 2^31) ' CRASHED!
Looks like the AND operator can only deal with integers up to 2147483647? Is there a way to make the AND operator work with larger integers,such as the double datatype?
View Replies
View Related
I have an ASP page that loops through a SQL Server 2000 table, then
downloads an Excel sheet the users can save, etc. Works fine, except, I
see that in one particular "comments" field the Excel sheet returns a
#VALUE! error in the cell when there is a large amount of text. I've
looked through the MSKB, MSDN and many ng posts to see if there is a
workaround or solution to this, including looking at the xlWorksheet
properties. Is there a limitation of 255 chars that can be tranferred?
When I copy and paste the text it copies into the cell fine.
View Replies
View Related