473,768 Members | 8,565 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Update oracle via Access forms?

Hi,

Is it possible to update oracle via Access forms?
I am thinking maybe I could make a link table connnected with oracle
database. And the form could be based on the link table. Does this
sound feasible?
Any better ways?

Thank you.
Jun 27 '08 #1
2 4940
A reliable approach for your task is to use ADO. If you can make an
ODBC connection to the Oracle database then you can make an ADO
connection. You can get the connection string of the ODBC linked table
by setting a tableDef object (VBA) and do a

Debug.Print tdf.Connection

Then set an ADO command object to this connection. The catch is that
what you are trying to accomplish using a Form for RELIABLY updating an
Oracle table will require a little bit of programming. So before I
throw out a bunch of meaningless code you might evaluate your goal and
decide if you want to go the VBA solution. If you do - just let me know
(here).

Rich

*** Sent via Developersdex http://www.developersdex.com ***
Jun 27 '08 #2
On 24 Jun, 20:26, Luting <houlut...@gmai l.comwrote:
Hi,

Is it possible to update oracle via Access forms?
I am thinking maybe I could make a link table connnected with oracle
database. And the form could be based on the link table. Does this
sound feasible?
Any better ways?

Thank you.
It is extremely easy to make an ODBC connection to an Oracle back end,
Microsoft provide a very good and (free) ODBC driver for Oracle! Just
go to File, Get External Data, Link Tables, in the drop down go to the
last entry ODBC and follow the instructions, you may have to install
an appropriate driver (using hte Microsoft provided MDAC).Then base
your form on that linked table. In an enterprise situation (Oracle
back end) it is normal for any constraints and privileges to be
implemented at the Oracle end where they belong. There is no real need
to involve VBA unless you wish to provide complex data entry or
updating facilities for the user.

We run entire enterprise wide, highly complex data manipulation,
entry, retrieval and reporting systems utilising MS Access forms
linked to complex Oracle tables. We find them to be very flexible,
quick to build and operate, efficient and robust.

Once a link has been made to an Oracle table Access sees that table
just the same as a native Access table, you can write queries, create
forms and manipulate your data as if it is a local table as long as
you have the requisite privileges to do those operations granted to
you by your Oracle DBA.
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4855
by: yagish | last post by:
Hi Techies, Am really new with the Oracle 9i Forms and am searching for a way to perform Load Balancing in Oracle 9i Forms Application. Its not a J2EE application, so cannot go the OC4J way. I need Load Balancing at 2 levels - 1) Load Balancing of the Forms Server 2) Load Balancing of the Database
7
2079
by: James Fortune | last post by:
In response to different users or situations (data context) I transform the appearance and characteristics of Access Forms through code. This seems to fit in with the idea of polymorphism. Do people consider Access Forms to be Polymorphic? James A. Fortune
1
1870
by: TG | last post by:
How do you update an Access 2000 database table that records a checkbox value into a record? Thanks TG
7
3277
by: dtecmeister | last post by:
Looking to see how many people could use this kind of tool. I've got several large databases I've developed in Access with MySQL as the back-end. I've started using Linux instead of windows and the only thing I can't migrate is my Access databases. I'm looking to export them in a standard file format, then provide convert functionality into SWT, Flash, HTML, Native and/or some other formats.
0
1319
by: kkrizl | last post by:
I've tried to research this problem, and I haven't been able to find any references to it. Probably because I shouldn't be doing it, but it was working, and now it's not. I'm trying to develop a small application to run on our intranet. I have a lot of old knowledge, and not a lot off access to new knowledge, so I'm shooting from the hip and fumbling. I have a small Access database that I'm using as a back end for some ..ASP pages. ...
1
1756
by: kkrizl | last post by:
I've tried to research this problem, and I haven't been able to find any references to it. Probably because I shouldn't be doing it, but it was working, and now it's not. I'm trying to develop a small application to run on our intranet. I have a lot of old knowledge, and not a lot off access to new knowledge, so I'm shooting from the hip and fumbling. I have a small Access database that I'm using as a back end for some ..ASP pages. ...
3
9321
by: =?Utf-8?B?TXJrIEJsYWNrYWxs?= | last post by:
Hi all, This is my first attempt to update an access database in VB.Net 2005. It goes broadly as follows (I have condensed it): Dim MyConnection As New Data.OleDb.OleDbConnection MyConnection.ConnectionString = ("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\books.mdb") Dim Myadaptor As OleDb.OleDbDataAdapter Myadaptor = New OleDb.OleDbDataAdapter("select * from stockitems",
3
1395
by: Nenmara | last post by:
While running a form in Oracle 9i forms developer i am getting this error "The HTTP listener is not running on computer name at port 8888. Please start the listener or check your runtime preferences" What is the solution for this. Pls
2
2465
by: Ilyas | last post by:
Hi Is linq just for Sql Server or can you use if for Oracle, Access etc
0
9576
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10175
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10017
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9843
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8840
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7384
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5283
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3534
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2808
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.