Link To Both Oracle Tables & Access Backend

Nov 30, 2006

Is it possible in access to link to both oracle AND access tables in the same
access application?

View Replies


ADVERTISEMENT

Updating Oracle Backend Tables From MS Access Forms(dynamically)??

Feb 13, 2007

Hello,

My requirement is this...

I have to use MS Access as front end with ODBC connection to Oracle 9i

DB.

The application(forms) should be able to update, delete ,insert records into oracle tables(backend).

i have a main form,which has some unique id's and other info about the ids and the subform shows several matching id's for that unique id in main form. the user who uses this application should be able to
1) search for the unique id in the main form such that the subform displays all its matches
2) they should be able to select anyone match and say approve(there can only be one match), then that particular record should be updated in the table.IF I USE A CHECK BOX AND IF THEY CLICK ON ONE RECORD AS MATCH,HOW
DO I TAKE THAT RECORD SAY THE ID , NAME ADDRESS AND ALL DETAILS AND UPDATE THE TABLE???
similarly when they select some other record i should give option of deleting other irrelevant matches in the backend table.

the main form and the subform uses the same table as source.updates are to another table, i should also have to put entry into audit table about which record was deleted and which one inserted..

How should i do this?? i am new to MS access .VBA, any help would be highly appreciated!

Thanks so much!

View 1 Replies View Related

Tables :: Creating Link To Oracle Table?

Jul 25, 2014

We have an MS Access 2010 Database that uses Local Tables, External MS Access Tables, and ODBC Linked Oracle Tables (Accessed for Read Only). The unsual issue occurs with the ODBC Linked Oracle Tables.

One of the more important aspects of the project is to modify the ODBC Links to point to upgraded Oracle Database Tables. Up until today, all of the Links had been able to be remediated with a simple refresh and test.

This morning, however, it was determined that one of the Database Tables did not exist in the Schema. Instead, it was an Oracle Synonym for a Table that existed in a different Schema. We believe that we have the proper authorization for access to all of the Schemas involved, and despite this fact, MS Access was unable to link to the Table properly.

View 1 Replies View Related

Access/Oracle Link HELP!

Jun 28, 2004

I was hired to write some reports in Access 2000 for a small company (max of 6 users at a time). The database was created by someone else and he decided that moving to Oracle was the answer to some of their issues (losing data due to record locking). The guy did not know Access at all so that DB is screwed up (another issue all together). I had no problem creating the reports and they ran fine on my home and work computer. When I imported the reports into the Access DB at this company they ran fine (but VERY slow). I then got a call 3 days later from them saying the reports wouldn’t run. The owner decided to upgrade to Access 2003 to see if that would help but that created another set of new error messages. When I try to run the report it gives two messages: "can not perform action/make changes in record primary key" and "record not found". These reports are based on simple select queries. Trying to run the reports freezes the application. I even tried to open the tables and it either freezes the app or takes about 15 minutes to open. These tables are linked to Oracle 8i. The newest OBDC drivers have been installed and the newest Oracle 8I edition has been installed. Since I can run the reports in Access I assume the issue is the link with Oracle. I have very little Oracle knowledge. From what I can tell the data is stored in Oracle and Access pulls the data via the links. Has anyone experienced this? Does anyone know how to fix the issue? Your help is very much appreciated!

View 4 Replies View Related

Locating A Backend And Automatically Creating The Links For Link Tables

Aug 25, 2006

Is there a way to just select like through a find dialog box, the location of a databases backend location and just automatically create all the links for the link tables...

The reason Im asking, is my boss wants the database to be on his laptop in the event that the network is down, and also so that he can work away from the company's location but I was showing him the implications of having it installed locally on his machine should his laptop go down....

So now I'm wondering if i could

1. do some automation that allows him to just choose the location of the databases backend that he would be working from, be it on the network or on his machine

and


2. using both backends to update or overwrite each other depending on which he was working from or did updates to..


Really would love all the help and input I can get on this... Im willing to work on developing a sample for this if nothing is exactly already out there so that it can be reposted cause i think this would be very useful to everyone's database applications.

View 1 Replies View Related

Oracle, Tables And Access

Jul 13, 2005

Dear All,

I'm trying to link to Oracle through ODBC...everyhting is set up, and I can connect and I can also see the tables..The problem is...there are just toooo many tables in the link window!!!....

Does anybody know how to find the right table you want faster??? Or how to limit the tables that are retrieved from Oracle to just the ones I desire?

I even set up the correct Schemas to just view the tables I want...but It won't work when linking it through ODBC!..All the tables appear over and over again... And the list is just tooo long.

PLEASE HELP! I'm getting crazyyyyy :confused:

Zurvy

View 1 Replies View Related

Tables :: Using Oracle As Back-end For Access?

Apr 23, 2013

I have written a few solutions in Access (using access 2007). Now I going to create a few new ones for my company. We use Oracle for our main database and was wondering what would be the advantages and disadvantages of using Oracle as my backend while Access is my front end?

Also, should I create the queries in Access or in Oracle?

finally, is there anything I need to do differently?

[URL]

View 7 Replies View Related

Modules & VBA :: Link To Oracle Table?

Aug 21, 2014

I am trying to link to oracle tables using VBA. I can link to the oracle tables manually but when I try to use the TransferDatabase method it doesn't work. Here is my code:

Code:
DoCmd.TransferDatabase acLink, "ODBC Database", "ODBC;DSN=C:Userslewis.tarshaDesktopAutomationToolODBCsICRTPP;UID=RPT_GROUP;PWD=RPT_GROUP#1;SERVER=ICRTPP", acTable, "OFLC.STATUS", "Access_Status", False, False

When I run this, I get a run-time error 3151; ODBC connection failed.

I am running MS Access 2010.

View 5 Replies View Related

How Do I Link To Backend Db Without Using Mapped Drive Letter

May 16, 2005

Hi:

I have a front-end and back-end database.
Front end is at //fserv/database
back end is at //fserv/database/administration

I have sent front end path to users and they can bookmark it to find front-end. When I linked to the backend in the administration folder I had the path mapped to drive T:

Problem is the users do not have this same mapping to drive T: They may have other paths already mapped to that drive.

The users are getting the message:"t: est.mdb is not a valid path. Make sure the path name is spelled correctly and that you are connected to the server on which the file resides."

Is there anyway to link the the backend tables using just a path like:
//fserv/database/administration

Thanks in Advance!

Steve

View 3 Replies View Related

Link Tables From Another Access Db

Nov 9, 2004

Is it possible to retrieve table information from an external Access db. Then append chosen tables to the current access db by linking them?

View 8 Replies View Related

Unable To Re-link Tables Access 2013

Aug 19, 2015

I have been developing an Access (accdb) in V2013 at home for use in my work environment. Ultimately it will be used by a small number of users in different locations hence my need to split the database into a front end and back-end tables. I have done this many times before in other versions of Access and if the location of the back-end files has been changed when you open the database it prompts you to find the new location and re-link them. Since I am carrying on the development at home/work and then taking the front-end into work/home I need Access to prompt me for the new location. However unless you remove linked tables first Access 2013 will not prompt you for the new location instead it just bypasses that and asks you to open a database so you are stuck in a loop. The database has been designed to open offering users minimal possibility of tinkering so I open holding the 'Shift key' down but this still doesn't prompt me to re-link. Why is the linked table manager not being fired up?

View 7 Replies View Related

Tables :: Access 2013 - Unable To Link To DBF Files?

Sep 19, 2013

2013 does NOT recognize DBF files, we are trying to find a solid work around to LINK to our DBF files.

There are about 30 DBF files that get updated EVERY week. And there are about 60 employees that LINK to the various DBF files. Importing is not a realistic solution given these circumstances.

View 4 Replies View Related

Oracle Tables

Apr 21, 2006

Hi,

I have made a link through ODBC to a Oracle table but when I view the table through Access 2003 I don't get the same data, some postings are dubble and others are missing. The number of rows are correct and it is also possible to create reports with a correct result.

I have also created a Form to be able to add and amend posting in the Oracle table, but the result is the same as when I just view the table, missing and dubble postings.

Any idea what could be wrong?

Thanks

View 2 Replies View Related

Import Tables From Oracle

Jun 22, 2005

Hi

Can anybody advise me on how to import tables from an Oracle database into Access 97?

In addition to Access 97 I have a copy of SQL+ but don't now how to use it as yet.

Regards

Ian

View 2 Replies View Related

#Deleted When Viewing Linked Tables From Oracle

Dec 19, 2007

Hello,

I am an Oracle DBA with little to no Access experience so please be kind. :D

As of yesterday a frequent user of Access 2003 (11.8166.8172) SP3 reported that all columns in all rows have the value #Deleted in a number of tables linked back to an Oracle database.

I am not experiencing this problem but I have Access 2007. It is not an option for this user to upgrade.

I've discovered several issues over the web with data type issues/ characterset issues but nothing seems to fix the problem. I've tried the Oracle supplied 11g and 10g ODBC drivers. I've tried the Microsoft supplied ODBC for Oracle drivers.

None of it seems to work and I am out of ideas. Can anyone suggest anything?

The problem wasn't noticed until yesterday so it can't have been happening for long. The problem is occuring in Oracle 10.2.0.3 and 10.2.0.1 databases. There has been no change in the Oracle environment.

There was a windows update recently but we tried uninstalling that and it didn't help.

any ideas?

View 5 Replies View Related

Query..not Return Double?? Tables - Oracle

Feb 8, 2007

Ok. I have tables vinculate to ORACLE, the primary key of Oracle is double, from Access of query return one number rounding 1,00000902026541907589E+20 this is the problem, in query i have this funtion:
IIF(isnull([CAMPO1]);[CAMPO2];[CAMPO1]) this return one number ok field(CAMPO1) and other bad(CAMPO2 it's rounding). I need that return this query two doubles. example:

bad - 1,00000902026542E+20 = 100000902026542000000
ok - 1,00000902026541907589E+20 = 100000902026541907589

help me...:confused:

My english is bad bad bad... :D

View 1 Replies View Related

Querying For Dates From Oracle Linked Tables

May 11, 2005

I have linked tables from an Oracle database.
I want to run a query to find records that have dates in a defined range.
The date field in my linked Oracle table is in the date/time format.
When I run my Access query, I only get those records that have a date (and no time) in the field.
How can I get all records, even those with a date/time entry?

Thanks!

View 3 Replies View Related

General :: Oracle Linked Tables Decimal Error

Sep 18, 2014

I have made a program in Access with linked tables from oracle (ODBC).

In access when I'm going to use that tables or when I see the records on the table all the numbers with decimals shows without separators (,).

99,99 looks like 9999.

This is a big problem because I'm working with prices.

I tried to change the NSL_Language in Regedit to:

AMERICAN_AMERICA.WE8ISO8859P1
from:
SPANISH_SPAIN.WE8MSWIN1252

AND it works ONLY in my computer, when I try to fix it and change the language doesn't work, and i don't know why.

PD: In addition, in the other PC's, some characters seems wrong like "�" that looks like a square.

View 2 Replies View Related

Oracle's Access

Jun 9, 2006

I donot have much information at this time, but siiting in an Oracle fusion meeting, the Oracle reps mentioned they have a product to compete with MSAccess. Of course it runs on Oracle instead. They said Oracle had to come with a competing product because to many Access databases turn into Sql Server databases.
That is about all the info. I have right now on this. Thought it an interesting subject however.

View 6 Replies View Related

Oracle Vs Access And Excel

Apr 20, 2006

Hi guys,

I'm just looking for some general views and opinions here and would love to know what people think; advantages/ disadvantages etc.

We have a system of spreadsheets traking various ongoing projects in our organisation which are sitting on 6 different regional servers. This poses a number of problems as you can imagine - no way of collating the data or generating reports centrally. Updates/bug fixes cannot be carried out because it would require chaning each workbook individually and so on and so on.

I am trying to make an argument to create a new Oracle based database or similar which will be held on a central server and accessed through the company's intranet.

What I'm trying to do is compile a list of the possible reasons to do this or not as the case may be. Opinions or arguments for and against would be most welcome.

Thanks
Liam

View 1 Replies View Related

MS Access/ Oracle Connections.

Jun 20, 2006

Hello Guy,

We use an Oracle base software called Trapeze and Microsoft Access sometime used as a front end to access the Trapeze oracle tables.
Due to the possible dangers of allowing the users Access, Is there a way to block the users from changing the oracle tables and only be able in MS Access to create reports and queries? Trapeze's security is antiquated and uses Oracle to validate accessibility. Since a user has to be created in Oracle, with update, delete, read, write, append rights, for Trapeze to work correctly, a user can connect directly to the Db through Access and make changes directly to the data, unless the ability to prevent them from modifying the tables and only create reports and queries that they can save.

View 1 Replies View Related

Oracle To Access Databse

Jun 21, 2007

hi...


i have created a database link between oracle and msaccess....i am trying to access the msaccess table from sql(oracle)..

when i do a
select * from msacees_table@database_link

i am getting the desired result

but when i try to acces a specific column with in the msaccess table like

select msaccess_col1 from msacees_table@database_link

its says invalid column name....

any idea why its behaving like this ???

thanks...

View 1 Replies View Related

Transfer Access-Queries To Oracle

May 26, 2005

Hi,

I'd like to transfer access-queries to Oracle. If I export access-queries, Oracle recognize these as tables and not as dynamic queries? Any idea how to solve this or does anybody know a tool to create queris in Oracle?

Thank!
Tom

View 2 Replies View Related

Importing Records From Oracle To Access

Mar 22, 2007

I'm using the following tools/systems:

* Oracle 9i Enterprise Edition Release 9.2.0.5.0
* Microsoft Access 2002
* Access is running on a XP Professional desktop

What I'm doing at the moment is:

* Linking the Oracle tables in Access via ODBC
* Using Access to run develop & run queries against the linked Oracle tables

What I'm trying to figure out:

* What is the easiest way to export the query results to a local (on my machine) Access table?

Some of the queries return < 65000 rows, so I can export to excel & import the excel file back into access. Unfortunately this doesn't work for the bigger queries.

Suggestions?

View 5 Replies View Related

Access Database Migration To Oracle

May 10, 2005

Hi, I have a question regarding improving the performance of an Access front-end linking to Oracle tables.

Basically what I have done so far is migrate around 35 or so tables into an Oracle 9i database. After linking the tables in Access and prototyping some of the existing forms/reports/queries in Access, I noticed that the speed performance of everything was noticeably slower. Any suggestions as to how I can resolve this issue? For read online queries and reports, I understand that I can use a pass-through query to speed things up. However, all the forms need to allow for data entry and based on my understanding, the pass-through query solution would NOT work for this.

Any suggestions? Any help would be appreciated.

View 4 Replies View Related

General :: Ms Access Linked To Oracle

Mar 10, 2014

I have linked ms access to orcale to run a query, the date in orcale is in this format 20140101, i have tried to convert the date in the query like that but it's not working. format(mydate,"yyyy/mm/dd".

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved