Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7605905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:17:02+00:00 2026-05-31T00:17:02+00:00

I tried to search for a code that would update a Excel (XLS) file

  • 0

I tried to search for a code that would update a Excel (XLS) file in Classic-ASP but I cannot get it to work.

here is what I have:

<!--#include file="../adovbs.inc"-->
<%
' Open and Update and then Close The XLS File
Dim objConn
set objConn = Server.CreateObject("ADODB.Connection")
Dim FLConnect
Dim strSQLexcel

' Create the connection string.
    FLConnect = "Provider=Microsoft.Jet.OLEDB.4.0 Data Source=" & Server.MapPath("TEST.xls") & "Extended Properties='Excel 8.0;HDR=No'"

' Create the SQL statement.
    strSQLexcel= "UPDATE [Sheet1$A1:A1] SET F1='TestValue1'"

set objConn = Server.CreateObject("ADODB.Recordset")

'Set objConn = New ADODB.Connection

' Create and open the Connection object.
    objConn.Open FLConnect

' Execute the insert statement.
    objConn.Execute strSQLexcel

' Close and destroy the Connection object.
    objConn.Close

%>

But I keep getting an error saying: ” The connection cannot be used to perform this operation. It is either closed or invalid in this context. “

Thank you so much…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T00:17:04+00:00Added an answer on May 31, 2026 at 12:17 am

    Your connection string is not right.

    You have:

    Provider=Microsoft.Jet.OLEDB.4.0 Data Source=" 
    & Server.MapPath("TEST.xls") & "Extended Properties='Excel 8.0;HDR=No'"
    

    You are missing a semi-colon after 4.0 and before Extended

    Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" 
    & Server.MapPath("TEST.xls") & ";Extended Properties='Excel 8.0;HDR=No'"
    

    See http://connectionstrings.com

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Update: I can't get Balancing to work, because I cannot get doAVLBalance to recognize
I tried to search for a JavaScript reference, but there's none available. The best
I've tried searching through search engines,MSDN,etc. but can't anything. Sorry if this has been
I try to get this code running. I am almost there but I got
I have tried to search first but couldn't find exactly what I need. I
I have a data set that is generated by a Zip Code range search:
I would like to be able to use Full text search in Code First
I am from a MSSQL Server background and tried to search to see if
Okay, I'm fairly new to R and I've tried to search the documentation for
I have tried to use mysql fulltext search in my intranet. I wanted to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.