E-business databases access like front-end of solution-beckon

Is there any site or way to connect E-business-suit to access database either it free or take any annual charges.
--thanks                                                                                                                                                                                                                                                               

thanks for reply,
As you suggested web is only used to access E-business application(FRON-END) instead of database access to select data through toad or sqlplus.
Can i get database connection to view tables etc.
thanks

Similar Messages

  • Database triggers VS Front end triggers

    Hi All,
    We have online ticket reservation application developed using oracle forms 6i and Oracle 8i database in Client server multiuser environment.
    for example we have scenario like this.. AFTER INSERTING into TABLE A,
    we need to UPDATE status column in TABLE B, for achieve this which is better option
    To write database trigger on A,
    or To write a POST INSERT trigger in the form designed uisng TABLE A.
    basically the the dataentry is done through Front end only.
    we are going to have upto 20 triggers of this scenario in the entire database on diffrent tables.
    which is best practice? in terms of performance.
    And we want to have DAY END, DAY CLOSE system, so that once we close DAY, no one allowed to insert data into few tables, for this can we use database triggers or front end check.
    Thanks in advance

    There isn't a confusion here between "application" meaning front-end tool, and "application" meaning "whatever layer contains your business logic" is there? I didn't mean to suggest that i thought it a good idea that business logic be implemented outside of the database, just that it ought to all be in one layer -- my own choice would be db packages, but if someone were commited to putting business logic outside of the db, then that would be the place for all the code.

  • Ms-access XP front-end and oracle ODBC driver

    Hi all,
    I need to set up 5 workstations with ms-access front end accessing an oracle database through Oracle ODBC 9.2.0.5.0 driver and linked tables.
    My main concern is to learn about any issues that may limit what can and can�t be done through access as opposed to an oracle client. I found out that the maximum size of an access XP database is 2GB, but I have not found accurate information as to the maximum number of records ms-access can handle per table. This would be of critical importance to me because the tables I'm working with may eventually hold up to hundreds of thousands of records.
    Concurrency control is also an important topic since 2 or more of the clients may at some point read or write information on the same tables.
    Answers to these questions and any other issues of special importance would be greatly appreciated.
    Thanks a lot,
    JP.

    Just seen this message you had posted to OTN. I am currently looking for some sample codes developing applications using MS Access as front end connected to Oracle database. I appreciate if you can provide me some sample codes that has a master-detail-relationship type of access form that performs an inserts into the master and detail table. Thanks a lot.

  • Lync 2013 updating databases after updating Front End servers

    We have a front-end server pool consisting of 3 Lync 2013 servers and a back end of 2 SQL servers using SQL mirroring.  All servers are Windows 2008 R2.
    Following the instructions in
    http://support2.microsoft.com/kb/2809243 , I verified that the servers were all ready for updates, then I ran the
    Stop-CsWindowsService -Graceful cmdlet to stop the Lync services on the first FE server, then I ran LyncServerUpdateInstaller.exe to install the updates.  After the updates were installed, I restarted the server, waited for Lync services
    to all start, then repeated the process on the next 2 servers in turn.  This was all successful.
    I am now looking at step 2 in this document, applying the back-end database updates, and I have a problem and some questions.  The problem is that all the databases had the principal copy on the mirrored SQL server.  I ran the recommended Invoke-CsDatabaseFailover
    -NewPrincipal Primary cmdlet repeatedly, using all the database types I could find, but I still have two databases (database names
    xds and lis) on the mirrored server.  Since the cmdlet requires a database type, what type of databases are the xds and the lis databases?
    Once I get that done, I an still unsure of exactly what to run to update the databases.  The KB article states to run Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -Verbose .  Do I type this in exactly
    as stated, or is FEBE.FQDN a variable for our SQL server or some other entity in our environment?  If I do use the actual SQL Server name in that, do I run it twice, using the name of the mirrored SQL server the second time?  
    Thank you very much for your help.

    Hi Logan Burt,
    Central Management store database files
    Data file or log purpose
                    Xds.ldf
    Transaction log file for the Central Management store
                    Xds.mdf
    Maintains the configuration of the current Lync Server 2013 topology, as defined and published by Topology Builder
                    Lis.mdf
    Location Information service data file
                    Lis.ldf
    Transaction log for the Location Information service data file
    And you could verify if Lync Server 2013 database updates have completed successfully.
    How to Verify if Lync Server 2013 Database Updates Completed Successfully
    http://blogs.technet.com/b/dodeitte/archive/2013/07/02/how-to-verify-if-lync-server-2013-database-updates-completed-successfully.aspx
    Best regards,
    Eric

  • Link to documents stored in database on flext front end

    Hi,
    I am a newbie to Flex.Can you please help me out with the
    procedure as how I can to provide a link on flex front end screen
    which when clicked opens either pdf's,ppt's,word docs from
    database. I am integrating the flex with spring and hibernate
    also.can you please tell me how can I connect(Flex to Java
    connection) to the document in the oracle database with the
    link.All the documents are stored in database.So for example if a
    user clicks on a link on flex frontend screen it needs to open a
    pdf file whihc is stored in database.So can you please post me the
    connection details as how flex calls java and inturn java calls
    backend to get the document from database.I am using flex,Spring
    and hibernate frameworks for the application..
    Thanks in Advance
    Chandu

    "chandu2406" <[email protected]> wrote in
    message
    news:gju0i3$ov0$[email protected]..
    > Hi,
    >
    > I am a newbie to Flex.Can you please help me out with
    the procedure as how
    > I
    > can to provide a link on flex front end screen which
    when clicked opens
    > either
    > pdf's,ppt's,word docs from database. I am integrating
    the flex with spring
    > and
    > hibernate also.can you please tell me how can I
    connect(Flex to Java
    > connection) to the document in the oracle database with
    the link.All the
    > documents are stored in database.So for example if a
    user clicks on a link
    > on
    > flex frontend screen it needs to open a pdf file whihc
    is stored in
    > database.So
    > can you please post me the connection details as how
    flex calls java and
    > inturn
    > java calls backend to get the document from database.I
    am using
    > flex,Spring and
    > hibernate frameworks for the application..
    Let's start with the basics:
    Do you already have an understanding of how you'd perform
    these steps if
    Flex were not involved (i.e. some sort of static or dynamic
    html page in the
    browser)?

  • MYSQL as front-end to MS Access via LabView

    Hello members,
    There is a part in my project where a program writes to a MS Access database (DB). I want to be able to take this Access DB and use it to update a MySQL DB using LabView. I have already created the DB in MySQL with exactly the same structure as the DB in MS Access. Basically, what I am trying to do is that every time the MS Access DB is updated I want to be able to post-run a VI to update the MySQL DB. So MySQL DB is my front-end for MS Access. I have the data connectivity package and I have tried couple things but in vain. I can insert data into MySQLDB but I have not been able to update a specific existing column in a specific existing table. I have searched online too for possible ways to do it and most discussions/ solutions are for MS Access to be the front-end for MySQL (I need the opposite to be working). Some other discussions were for migrating MS Access to MySQL, but it is not what we are trying to do. The MS Access DB will always be there. I do have all permissions to read/write to both DB.
    I will appreciate any suggestions or input you may be able to provide or if there is a better/ efficient way to do it.

    Based on your description I don't see how either database is a "front-end" to either one. It sounds to me like you are updating the two databases in parallel. For it to be a "front-end" MySQL would need to update the Access database directly, not LabVIEW. So LabVIEW would know nothing about the Access database. This means all the work would be inside of MySQL (such as with triggers on table updates and insertions, which I'm not sure if MySQL even has).
    I don't understand your statement about being unable to update a specific existing column in a specific existing table. What exactly are you trying? What VIs are you using? What are your inputs? Can you post your code and a quick overview of your schema?

  • Can we run in Background job which can pick a file from front end ?

    Hi All,
    I would like to run a report in Background job , for this i need to pick a file from front end services(Local drive or share folder)
    Is there any alternate FM=>GUI_UPLOAD  to upload data from front end services or any other solution for this?
    I am getting error=> "No batch" and " Cannot perform frontend function in batch input mode"
    Could you please help on this ?
    Thanks for your help in advance.
    Regards,
    Prasad.

    Hello Prasad,
    IF you keep your file on a shared folder on your front end, you can access it via OPEN DATASET if your application server has access to that path.
    You can test it out by asking Basis to try and access your front end file from the app server itself.

  • Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this

    Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this is indeed possible?

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • Pkgbuild: rekall - kde db front-end (like ms access)

    I finally found some time to finish PKGBUILD for non-commercial version of rekall - a database front-end  similar to microsoft access. I built rekall with support for 3 types of databases:
    - postgresql
    - mysql
    - xbase/xbsql - dbf (dBase IV and Clipper) files
    Rekall also supports python scripting and it should work but I'm not a python programmer so I didn't try it :-). I built rekall with kde gui. It's theoretically possible to build it only with qt and without kdelibs but it is not advised (broken, too old, etc.)
    It is also possible to build OS odbc proxy support (for accessing other databases from windows hosts for conversion, etc.) for this version of rekall but I didn't have time to test it and to build more packages. Check this page if you want to try it too http://www.rekallrevealed.org/toplevel/ … vers.shtml. Commercial version features are presented here http://www.thekompany.com/products/rekall/
    It would really be nice to have a precompiled package in some repository because it takes aaaaaages to compile it. Anybody?
    rekall PKGBUILD
    pkgname=rekall
    pkgver=2.2.0
    pkgrel=1
    pkgdesc="Mysql/Postgresql/dbf kde front-end with python scripting"
    url="http://www.rekallrevealed.org"
    makedepends=('postgresql' 'mysql' 'xbsql')
    depends=('python' 'kdelibs')
    source=(http://www.rekallrevealed.org/packages/$pkgname-$pkgver.tar.gz)
    md5sums=('cabba34f0392f4eca0373b9c0cf6b2cc')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/opt/kde --with-gui=kde
    --enable-mysql
    --enable-pgsql
    --enable-xbase
    sed -i "/^GETVALUE/s/;//" $startdir/src/$pkgname-$pkgver/libs/kbase/kb_options.cpp
    sed -i "/Q_OBJECT/s/;//" $startdir/src/$pkgname-$pkgver/libs/kbase/kb_draglist.h
    sed -i "/Q_OBJECT/s/;//" $startdir/src/$pkgname-$pkgver/libs/kbase/kb_optionsdlg.h
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/libs/extra/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/libs/kdeplugins/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/db/mysql/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/db/pgsql/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/db/xbase/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/script/python/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/script/python/stub/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/table2/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/form/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/report/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/query/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/copier/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/component/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/editor/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/macro/Makefile
    sed -i "s/$(LN_S) $(kde_libs_htmldir)/$(LN_S) /opt/kde/share/doc/HTML/"
    $startdir/src/$pkgname-$pkgver/doc/rekall/Makefile
    make || return 1
    make prefix=$startdir/pkg/opt/kde install
    I put postgresql, mysql and xbsql as makedependencies only. I tried running rekall without mysql and xbase/xbsql installed and It seems that it can run without them fine - just complains that libs can't be found when you try to connect to mysql database for example.
    xbase PKGBUILD
    pkgname=xbase
    pkgver=2.0.0
    pkgrel=1
    pkgdesc="Library for accessing dBase .dbf, .ndx, .dbt, and Clipper .ntx files"
    url="http://www.rekallrevealed.org/toplevel/getting/source.shtml"
    depends=('gcc' 'bash')
    install=xbase.install
    source=(http://www.rekallrevealed.org/packages/$pkgname-$pkgver.tgz)
    md5sums=('f3a65965af6bda221c89b2f3e1d24bb0')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr --enable-static
    make || return 1
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/bin/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/docs/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/examples/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/html/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/libtest/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/tv/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/xbase/Makefile
    make DESTDIR=$startdir/pkg install
    I'm not sure if install is really needed - it only runs ldconfig - I just followed rpm specs for other distros.
    xbase.install
    # arg 1: the new package version
    post_install() {
    /sbin/ldconfig
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    /sbin/ldconfig
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    /sbin/ldconfig
    op=$1
    shift
    $op $*
    xbsql PKGBUILD
    pkgname=xbsql
    pkgver=0.11
    pkgrel=1
    pkgdesc="An SQL wrapper for xbase"
    url="http://www.rekallrevealed.org/toplevel/getting/source.shtml"
    depends=('xbase' 'readline')
    source=(http://www.rekallrevealed.org/packages/$pkgname-$pkgver.tgz)
    md5sums=('7f8c8584cf0f592660fb2653a4bfc415')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    If you find something that can be improved please post it here.

    being the redevelopment of the order processing modules (as described earlier).Where are these order processing modules? MS Access just stores the data. Where is the business logic to actually process the data, interface with other business systems, etc? If all that is in Access or MS-related components too, I would stand by my earlier recommendation. You dont just "inject" HTML DB as just a front-end development platform/language, like you do for example PHP, Perl or whatever.
    Given that you would like to migrate the entire system over to Oracle eventually, I think starting with the front-end is a little backwards. I would suggest using data migration tools like the Oracle Migration Workbench and stuff to migrate your data over to Oracle first and then build your HTML DB application on top of it.
    Thanks.

  • Connect String for the front end app to access Lite Database in the Client

    Hi,
    I have been using an app developed in VB.net for accessing the Oracle Lite Database from the client machine. Can anyone please help me out how to set the Connect String in the config file of my front end app to access the Oracle Lite Database from my client machine. Do anyone have the syntax of the connect string to access the lite database in client machine.
    Thanks a lot in advance.

    Hi...
    -->Select example
    create or replace procedure get_emp(rc out sys_refcursor)
    is
    begin
    open rc for select * from emp;
    end;
    -->DML example
    create or replace procedure do_dml_emp(pempid in number,
    pempname varchar2,
    result out number)
    is
    begin
    insert into emp(empid,empname) values(pempid,pempname) returning empid into result;
    exception
    when others then
    result:=-1;
    end;
    -->DDL example
    create or replace procedure ddl_emp(colname varchar2,
    coltype varchar2,
    result out number)
    is
    begin
    result:=-1;
    execute immediate 'alter table emp add column ' || colname || ' ' || coltype ;
    result:=1;
    end;

  • Removing admin password form Access 2003 database front end and back end

    We have a legacy database that has been passed down from the original creator, who is no longer with the organization. It was created in Access 2003. It has a front end and a back end. The original admin password can not be located and we are in the process
    of upgrading this application to 2010.  Is there a way to remove that password so we can make changes to the original files?

    Hi,
    What password are you talking about, the one created with the workgroup manager? That will be difficult since 2010 doesn't have the workgroup manager anymore. You can still use the database in the 2010 environment but you can't make any changes to the original
    database without the password.
    Maurice

  • What front-end tools could be used to access the database server.

    Could someone please let me know what would be the role of a oracle DBA in the following fields of corporate sector and what might be the front-end tools used to access the oracle database. Any little help is very much appreciated. Thank you in advance.
    1. Telecommunication - Oracle 9i - Small to Medium size company
    2. Cash n Carry (with 4 to 5 branches) - Oracle 8i - small to medium
    3. Share broking (with two branches) - Oracle 8i - small

    The role of a DBA should be to get out as quickly as possible, because both 8i and 9i are desupported.
    Front-end tools are
    Developer
    JDeveloper
    HTML DB (probably no longer available, while desupported)
    Oracle Portal (9i and higher)
    .NET
    Oracle Application Express (successor of HTML DB, don't remember the minimum DB version, likely 10g)
    Sybrand Bakker
    Senior Oracle DBA

  • SQL Server 2005 replaced with SQL Server 2014 trying to connect front end Access as guest (read only ODBC)

    We have replaced a SQL Server 2005 with a SQL Server 2014 (new physical server.)  Have the new server set up to use SQL Server login OR Windows user login. Had old server connecting (for a particular DB) to front end Access (2010 or 2013) as guest for
    anyone logged into the Windows NT Network with a read only ODBC connection. Have the DB in the new server set to include guest as db_datareader (with only SELECT permission for the securables of each table and view being linked) but when any Windows user not
    specifically listed as a SQL DB user tries to use the front end they get an error of:
    Microsoft SQL Server Login
    Connection failed:
    SQL State: '28000'
    SQL Server Error: 18456
    [Microsoft][OCBC SQL Server Driver][SQL Server] Login failed for user {domain\user}.
    After closing that pop-up window a server login window appears. Of course, since the guest user is not specifically listed as a user in the DB that fails also. It seems like there should be a very simple solution to this, but I can't seem to find it. I want
    to allow anyone logged in on the Windows system (locally) to be able to open the MS Access file (on their work station machine) and run their own (read only; select) queries on the SQL Server database. Any suggestions?
    Thanks a billion in advance ----

    Thanks for the response Olaf. I have now spent weeks researching this. I realize that using the guest account in most situations is not advised. As mentioned, I have restricted the guest account to allow the db_datareader role only, and have explicitly denied
    all other roles, as well as allowing select only, and still have no access for the guest account.
    The suggested fix in the second link you provided, of using Windows groups is not plausible for my situation either. We are a scientific field research institution, with a few long term users and lots of users that may have Windows accounts for a few months,
    and then they are gone. It would be a nightmare for the network tech to try to keep a group account up to date, and we need to give access (read only, of course) to anyone logged into the system. Realize that the ONLY access of any kind to this database is
    thru MS Access ACCDB, using a (by default) read only OCDB connection.
    This type of access is used particularly because researchers need to be able to set up their own queries, and the MS Access query interface is particularly convenient for people who are not themselves SQL experts, yet are trying to get some very advanced
    levels of output. Putting the database online is not practical because then we are back to the need for a comprehensive query interface, and just picking up general subsets of the data online (from a basic web page search feature) would be out of the question,
    since the result set would involve hundreds of thousands if not millions of records.
    So - that said - what exactly would you suggest, assuming we don't have the funds to buy a whole new system, and have spent plenty of money with Microsoft's Enterprise level MS Office so that all work stations have MS Access, and Microsoft's SQL Server,
    as well as running our network on Microsoft's network software.

  • How can I use an Access front end and Access button to control a LabView Shared variable boolean?

    My company has invested a lot of money on the office network to write many many access databases and front ends. I'm looking for a way to tie a button on an access front end to toggle a LabView boolean shared variable to notify me when they changed something on their side of the network. I'm not seeing anything that helps on a web or forum search. They don't like the idea of a separate labview control that they have to push a button on to let me know.
    Thanks
    Solved!
    Go to Solution.

    Hi Patrick,
    While this is not the intended purpose of Network-Published Shared Variables, you might be able to accomplish this by writing separate accessor VIs for reading from and writing to the variable, making sure to wire the inputs and outputs. Then, you could build a DLL, making sure that you include the accessor VIs as Exported VIs and include the DLL Library in the Always Included section of the DLL Build Specifications. During this process, you will define the function prototype, which will provide the function call, required parameters, and return values. Once the DLL is created, you can then call it and its functions from another programming language (C, C++, C#, VB, etc.). This may or may not work, but it is the only way that I can think of at this point. I have included some references that may help you in this process.
    Building a Shared Library in LabVIEW (White Paper)
    Calling LabVIEW VIs from Other Programming Languages (White Paper)
    Calling LabVIEW DLL From C# (Forum with Examples)
    I hope this helps.
    Regards,
    Mike Watts
    Product Marketing - Modular Instruments

  • How to implement Oracle user/role security with Access front end?

    Hi,
    We have successfully migrated our Access database tables to Oracle 10g using SQL developer. We've recreated all the users and roles(i.e., access groups) in Oracle and granted rights to tables.
    In the Access front end database, in the Database window we have saved linked Oracle tables which replaced the Access tables. The forms, reports, queries run fine with the linked Oracle tables. All the linked table use one ODBC DSN to the Oracle database with the same Oracle user id.
    We need to be able to authenticate users into the Oracle database and RE-link the tables based on their own unique user id. By during so we can allow users to use the Oracle standard user id/role and system privileges to control select, update, ect. rights to the database.
    I've been able to use the VB code within Access to logon into the database with a unique id, but I have not been able to find out how to RE-link the tables to the unique user id using VB. There should be some way to relink tables dynamically, based on users login into the Access front end.
    I don't know a great deal about Access projects, but I do know with SQL server allows login into your Access project and link tables dynamically.
    Can someone give me some assistance or point me in the right direction?
    Thanks in advance,
    Larry

    We had one of our programmers here come up with a VB code solution for re-linking table within Access. However the relinking takes 3-4 minutes for 100+ tables.
    In an effort to help you understand the situation better, I will attempt to elaborate on the problem:
    We have an Access 2003 application which currently has a front end using Access(forms, reports, queries, & VB code) and a MS Access 2003 backend.
    We have migrated the backend tables to Oracle. However, we still have a need to maintain the front end in Access, since we have over 60 forms, 40 reports, 200+ queries in Access. Its easy to understand, we have a significant investment in the front end(Obviously, the plan is to migrate the front end also at some future date).
    In order to utilized the existing front end, we have to validate and modify the current front end connections to the new Oracle backend. One of the features of Access is that you can "link" tables and save the link for runtime. Each Access table can have its own link which is a separate ODBC/JET connection. As such, each separate link has its own userid/database information.
    The other issue with using the Access front-end is that Access utilizes a workgroup file to implement user and group security. The workgroup file contains all the users and which groups the users belong to in Access. Then within Access, you allow users access to object(tables, queries, ect) by their userid and or group. When users open an Access database with Access security enabled, they are required to log into Access. The login is authenticated by the workgroup file. Once, logged into Access, users have rights to Access objects based on their rights granted to their userid and groups they belong. The problem here is that when you remove the linked Access tables and replace them with linked Oracle tables, Access has knowledge about Oracle table rights granted to users; nor would you expect it to.
    The dilema is the disconnect between Access and the fact Oracle utilizes a similar but much more sophisticated security model. It creates users and roles(which are similar to Access groups), and again this is independent of Access security.
    Our solution was to still use the Access workgroup file security along with the Oracle security model. By using the Access userid and then creating a similar Oracle userid with similar table rights granted in Access, you could apply security within Access and also with the Oracle database.
    For example, a user BOB logs into Access via the workgroup file, using VB code, Access then establishes a Oracle connection logining into Oracle using the same unique userid BOB into Oracle.
    After connecting and validating user BOB into Oracle, then the Access tables are relinked to Oracle using the user BOB userid and table rights.
    This Oracle userid has been granted table rights specific for this userid.This allows the user BOB to use the Access application and still be authenticated into the Oracle database.
    The problem with this solution is that the relinking of the saved Access tables takes 3-7 minutes for about 100+ tables. This is not acceptable for users each time they log into the application.
    Our current alternative is to use one Oracle userid to login each user, and use Access form restrictions/security to allow/prevent users from updating/viewing data. Obviously, this is not the optimal solution in respect to security, but it at least allows us to control access to the data(via the forms) by using one logon required for each user, and quick startup time for the application.
    I understand SQL server does a better job in integration, but we use Oracle which is what I am trying to work with.
    Larry

Maybe you are looking for

  • Error while creating a Fixed Price Order

    Hi I am creating a Fixed Price order for a customer which is created in the system. However, while doing so I am getting an error message, "No Customer Master Record exists for sold-to-party XXXXXXXXX. Please suggest. Thanks,

  • ThinkPad E545 - After Win 8.1 update: Can't start Dolby Audio ...

    I have just updated my ThinkPad E545 to Windows 8.1 today.  Every time after computer boots up, I get an Error message starting like "Dolby Advanced Audio - Can't start Dolby Audio. If this problem will stay restart the computer. I have Czech Wins th

  • !URGENT! Driver info HP4145A

    Has somebody experience with programming a HP4145 parameter analyser in LabVIEW.I'm looking for examples, tips and mayby a whole driver. I already downloaded the HP4145B driver. I can send trough GPIB, but can't read a thing ! Please help !!! I don't

  • Compatability with Macos10.9.2

    Hi I gave up using contribute as it was so unstable.  Really want to use it, thought I would try again, but down loading trial does not work, so thought I would check to see if it is compatable with Maverick.

  • Create barcode labels in the background, immediately creating the MIGO

    Dear all I'm interested to create barcode labels in the background, immediately after creating the MIGO. 1. Is there any standard program that I can integrate my code that sends data to SMARTFORM? 2. Is there a BAPI that gets, in the background, the