... While the following will do most of what you want, you should include some validation to ensure that the file exists, that it is actually a file of the...
I have a data of size more than 60MB when i run the SQL it goes very slow. Is their any way by which i can make it very fast as some times i wait for more than...
Kathy Iwasik
girl_moon_godess@...
Jun 1, 2006 7:31 pm
11587
I was reading up on the My.Log in ASP.NET 2.0. I cannot figure out why my application doesn't log anything. I made sure the right listener and shared listener...
Jean-Pierre Jamous
CEO@...
Jun 2, 2006 12:33 am
11588
Kathy, I am afraid that XML wouldn't do the job. XML is used to contain data and allow it to be shared between various applications without having to write a ...
Jean-Pierre Jamous
CEO@...
Jun 2, 2006 2:24 am
11589
I'm in a bit of a quandry. I don't really have any hardware to learn ASP but I want to learn it (or practice it). I have an old Celeron desktop that still has...
Hi Kathy, ... XML wouldn't help, but indexing the data will. If the tables do not currently have indexed columns, you'll need to index them using whatever ...
Hi Nick, welcome aboard! ... Windows 98 SE (Second Edition) includes a slimmed down version of IIS called "Personal Web Server". If it's "just you" it would be...
IMHO you should go with XP and if starting from scratch go with .net. try a SAMS 21 days book to assist you. Windows 98 is dead. ASP is OK for legacy systems....
Folks, I am developing my site using VB.NET. I'd like to add JScript to it, because I heard you can nest both languages. Does anyone have any tutorials or can ...
Jean-Pierre Jamous
CEO@...
Jun 3, 2006 3:03 am
11594
Hello Guys: Would anyone know what is causing this error? I am not using a DSN to connect. MDAC 2.8 installed on computer. This used to work, then the ...
I am a newbie and I am still running into problems with the date. When I enter the the Date Came and save it and then return back to edit it, it showing...
Do a response.write sqlstmt and see what the string DateCame actually is. Also, you may have to bracket it with # or ' to get it in as a date. ... [Non-text...
I don't know either and it was suggested I go for the newer one. Now if I do learn asp.net, would I still be able to understand how to "fix" old pages in...
You probably are better off learning the newer technology but that won't necessarily translate into classic ASP knowledge. There are some major differences...
Nick: I personally feel ASP and ASP.Net are in no way similar. The concepts might be the same, but the execution of them are vastly different. ASP Classic is...
My thought is that you will not understand how to fix classic ASP after you've learned ASP.NET, and in fact you might find that your knowledge of ASP.NET is...
I would agree with that, but only if you *have* to maintain ASP.Classic apps. If you have a choice, starting out with .NET would be better IMHO because it's...
Hi Nick, ... They're about as similar as a toaster and a bicycle. Sure, pushing down makes it "work", but the guts and logic are very different. ... If you...
Hello Guys: I know this is technically OT to the group, as it has no connection to ASP programming, but since it does relate to the internet, I was hoping that...
Is there a stat on %'s of either systems in use right now? Also, if you were to get 1 tutorial book and 1 reference book for each, what book titles do you...
I am putting together an Intranet and am in the process of adding a section where people can upload files to the server. I was hoping that it would be as...
Try http://www.freeaspupload.net/ ... From: George L Smyth To: active-server-pages@yahoogroups.com Sent: Friday, June 09, 2006 11:48 AM Subject: [ASP] Handling...
... I've tested it and it works well. I just have one question. I need to pass the location to where the file(s) should be saved to the routine that does the...
Hi George, ... Be very careful with this - providing a dynamic target directory will enable users or proxy agents to intercept and change the request to place...
I'm making some assumptions here, but here's my problem: I'm running a Win2k server and ASP. Every so often (sometimes more often than others) I get these...