Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ASP Solutions: 276 - 300 of 5438
 
hello.... I'm trying to make a connection between asp pages and a MySQL database.  I've made an SYSTEM DSN ODBC connection (myODBC v3.51)....(which has a succesfull connection) when I want ...
Hi all, I'm using Wscript.Shell, for executing ffmpeg, it is running fine, but i need return value, but Wscript.Shell didn't get return value from ffmpeg.exe. How can i get return value fr...
I have a checkbox named "refresh" I want to call 2 VBScript methods on checking a checkbox. The methods are sub Update()                             sub Delete() These methods will call s...
Hi,      I have a form where I want to pass text from a text box to input into a DB.  Here is my code, passing the ID value works but I am drawing a blank on how to pass the form textbox valu...
hi we have asp running on windows 2000 and 32 bit and access sql great. now on the new 64 bit machine it does not run. ADODB.Connection error '800a0ea9' Provider is not specified and t...
Hi - Thanks for looking at my question. Does anyway know how to change the file upload limit on a Windows 2000 server with IIS 5.0? Thanks PDM
I have an ASP page that is using Response.ContentType = "application/vnd.ms-excel" at the top to create excel output. My question is: 1) The worksheet name appears to grab stuff off o...
I am wondering if it is possible to create an asp script (classic or .NET) that a user can browse their computer for an excel sheet and submit it for upload to a SQL 2005 database. I am needin...
Hey, I'm having a problem with an ASP page. I am connecting to a DB, but if something happens, I want to log the error. I was tryin to use ON ERROR GOTO log_Function, but I cant seem to get...
Hi there, I am currently developing an application and need some URGENT help with this code! I am prepared to give away 500pts for an answer to this question! (I would have given more but E...
Hi, I know this is a permissions issue but i cant track it down... i was wondering if anyone else had seen it before. I have my website in wwwroot. about 1/2 the pages can be accessed in...
Greetings, Is there any way, using HTTPRequest to extract the values of a form when using the post method.  With the get method, I know I can use the request.querystring("field") but I have...
I am trying to call a command from WScript.run and redirect that command's output to a file. When I call: errCode = oShell.run("%comspec% /c nslookup " & ipStr,0,True) everything goes f...
I recently discovered (well..for myself!) the XMLHTTP object and fell in love I thought I had finally found a way to leverage my server side scripting without having to postback pages and I...
We have the skeleton of a website with one master page and various aspx forms.  The master page contains <a href> tags to navigate around the site, each of which have a bunch of textboxes and ...
Hi, I need to remove duplicate elements from an array.  I can't do it when the array is created, since the elements come from different db tables Say I have this array: MyArray = Arra...
Hello, I am filtering a sql server 2005 db by date. it works in one way but i also want it to work with dreamweavers default recordset creation. I attach 2 snippets, the top one works but the...
Hi Below is the code I have been trying to use, but it doesnt work , if I turn off pop up blocker it works fine ,but I dont want that. I'm i doing anything wrong? Thanks. <% str_url = "b...
The Dreamweaver code shown below (asp.net 1.1, C#) gives this error on line 30: Description: An error occurred during the compilation of a resource required to service this request. Please ...
In my VB code I get an error message when I call a VB procedure from OnclientClick event of asp button. -> I tried an alternate option of using a JavaScript function but IE and FireFox beha...
This should be fun.  I am trying to help someone set up a database.  They downloaded this program.  Now when they try to access it online, they get this message: ODBC driver does not support t...
500 points got me no response on this issue,  I'm running out of time. I have searched extensively though Google and Experts Exchange and have not quite found the answer to this problem.  T...
I have created a function which creates a 2 dimensional array but whenever i call this function i receive a type mismatch error. It is quite a complex and long function but basically a 2 di...
Hello Everyone, I really need code that makes a variables dim onj onj <> Null in ASP(VBScript) Can you help ?!?!
All, I have some forms where i need to be able to give the user the ability of writing rich text into the box and the functions to be able to do it. I only need this rich text box to be ...