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 9025125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T06:11:39+00:00 2026-06-16T06:11:39+00:00

I need to have a button on an ASP.NET page that would trigger a

  • 0

I need to have a button on an ASP.NET page that would trigger a data copy from one table in Oracle to an Access DB. There are about 25’000 rows. This process would be triggered abot 2-3x per day and optimization (speed) is the key requirement.

I tried making a DataReader with the Oracle the data and then, iterate through it, each time doing an INSERT into Access with ExecuteNonQuery(). It takes more than 5 mins using this method.

This is not my area of expertise at all and I’d appreciate some hints (or even a working code sample) as to what I should do.

Few precisions: for some reason (I know it’s deprecated), I have to use System.Data.OracleClient. The table in Oracle and the one in Access have the same field names.

  • 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-06-16T06:11:40+00:00Added an answer on June 16, 2026 at 6:11 am

    You can run a query against an MS Access connection that includes an in-line connection to Oracle. I do not have a copy of Oracle at the moment, but it would look something like:

     INSERT INTO MyTable (field1name, field2name, etc )
     SELECT (field1name, field2name, etc ) 
     FROM [ODBC;Driver={Microsoft ODBC for Oracle};Server=myServerAddress;Uid=myUsername;Pwd=myPassword;].MyTable;
    

    ( http://www.connectionstrings.com/oracle#microsoft-odbc-for-oracle )

    You can get an accurate connection string by connecting the relevant table to your copy of MS Access using the External Data wizards and then checking the connect property of the Tabledef. Which leads to another possibility, which is to run the query against the Access connection using a linked Oracle table. This will just be a straight MS Access query.

    Finally, you should be able to output to a CSV from Oracle and import into MS Access, this should be quicker than row by row, because pretty nearly everything is.

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

Sidebar

Related Questions

I have an ASP.Net page that has a button that when clicked I would
I have an ASP.NET website and from one of the web pages I need
I have asp.net page dropdownlist and button when choose my group from dropdownlist and
I have an asp.net web page with asp:button control. I need to show two
I have a button on my asp.net page that (upon mouseover) needs to act
I have an ASP.NET web page that displays a variety of fields that need
I have an ASP.NET link button that I need to add both text and
I have a Button on appwidget, that I need to 'enable'/'disable' programmatically from a
I have an ASP.NET page that's going to use Html controls to render a
I have an ASP.NET page with a simple form and a submit button. Upon

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.