Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Elcin
  • Content: Threads
  • Order by date
  1. Elcin

    Error: Active Server Pages, ASP 0240 (0x80004005)

    Hello, I am getting the following error on my new webserver. The code is working fine on my local PC with Win2000 and IIS5. However, it is giving the following error on another server. We have installed the latest Scripting Engine and also MDAC. It did not help. I am using ASP with classes in...
  2. Elcin

    Appending an excel file to an existing SQL db table

    Hello, I need to find a way to append my SQL server table with information coming from an Excel file. This needs to be done very frequently, so I need to give the user the ability to do it from an asp page. Any help is appreciated. Elcin
  3. Elcin

    Stored Procedure to Export to Excel

    I need to find a way to write a stored procedure to create an excel file to export data. I want to access the stored procedure from an ASP page to export records to an excel workbook. Any help is appreciated. Elcin
  4. Elcin

    ASP Timeout expired problem

    Hello, I am using ASP with a SQL 7.0 database and ADODB connection string. The queries are simple but takes enormous amount of time to retrieve the dataset and most of the time gives a Timeout expired error message. Using commandtimeout = 0 'seconds Server.ScriptTimeOut=240 is also not...
  5. Elcin

    Visual interdev 6 and IIS5 problem

    Hello, I have just installed VS6.0 & IIS5 from Windows 2000 Professional. I need to build ASP in Visual Interdev 6.0. I will be working on my local machine. Interdev asks that you specify your server before you can open a new file. When I type the name of my local webserver or localhost, it says...
  6. Elcin

    Automatic submission of forms

    Hello, In my code, I get the input value for a text box from a scanner. Scanner's output is some 6 numbers. Right now, the user needs to press enter key to submit the form so that the related processing can take place. I want to eliminate the user's need to press enter key. So, as soon as the...

Part and Inventory Search

Back
Top