Links in database

I am trying to find out if it is possible to set up links in database (Appleworks 6), and if so, how. Right now, the links screen pops up, but won't actually let me do anything. Any suggestions?

Hello
The responce is simple: we can't use links in AW6's database.
I know that the menu item is not greyed but it is one of the bad old oddities we have to live with ;-(
Yvan KOENIG (from FRANCE mercredi 25 avril 2007 19:43:38)

Similar Messages

  • Linking logical database to TABLE in query

    Can we link Logical Database to Table during query creation in tcode SQVI
    Message was edited by:
            rohith modi
    Message was edited by:
            rohith modi

    go to sqvi and select "Table Join"in data source and enter title select radio button for "basis mode" and enter u reach a new screen in that new screen press "insert table" and give ur table name and again  press "insert table" and give another table in thsi way we can joint table in ABAP query.
    reward points if it is helpful

  • Odbc connection test success but can't link the database to oracle with 1013 call failed error.

    i am using my MS Access 2013 to connect with my oracle database. I created the odbc link and successfully have connection test pass. However i can;t link the database with my MS access. When i am using different software (mapinfo), i am able to connect to oracle database. The error is"1013: user requested cancel of current operation"

    In MS access, i open the external data and select odbc. Select my odbc link created previously, enter the password and after a while the error message pop up.
    But if i am using another tools, such as SQL Developer or Mapinfo, i will able to connect to oracle database using the same odbc link.

  • Having Trouble Linking mySQL Database to Website

    I am considering a move of all my websites into Azure and setup a test account this afternoon with the free trial.  I've been able to setup the website; however, I'm having issues with the creation - more specifically the linkage - of a MySQL database
    to the site.  I've tried to link the database in a number of ways including both the existing and preview portals in addition to trying to create the new resource instead of linking. In each scenario the database is created but the linkage fails. 
    The message I keep getting is:
    Could not link resource '>DB Name>' to web site '<Site Name>'.
    Am I doing something wrong?

    hi sir,
    Thanks for you posting!
    Firstly, please make sure your MySQL database in host on Azure, not in your project.
    Secondly, if your database is create on Azure, I suggest you could try those step:
    1.delete the entire website
    2.create a new website and select add the existing MySQL database as a Linked Resource .
    Also, please see this similar issue post:
    http://stackoverflow.com/a/12198776
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • XP SP3 with Dreamweaver can't link mySQL database

    My OS is XP SP3
    When it sets linking to database would show the error message
    " HTTP ERROR! 403 STOP"
    I have tried these two solution method
    install this : Dreamweaver Extention Fix  and "Resolved issues with Dreamweaver MX 2004 update (7.0.1)"
    but the situation is the same!!
    how can i do ?

    Because of XP SP2 preventing access between Dreamweaver and MySQL,
    DW have provided two kinds of method to solute these problem.
    But it doesn't work in XP SP3.
    Who can help me?? SOS!

  • Linking 2 database in toad

    Hi Pals,
    How to link database 1 to database 2 in toad.
    Thanks in advance

    user633962 wrote:
    Hi Pals,
    How to link database 1 to database 2 in toad.
    Thanks in advanceAs it's mentioned above, you have to create a database link to link two databases. Please read the documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_admin.htm#i1007820
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Error in Check transport tool" DB Connect Link to database failed"

    Hello Guys,
    I am trying to close a request but I can't , the return this mensage :
    <b>"Test call of transport control progam(TP) ended with return code 0232"</b>
    when I try to check transport rout, I see the error below :
          <b>  DB connect            Link to database failed                  
            Offline call                   connect failed                           </b>
    My Database is SQL SERVER 2000
    Thanks

    Hai....
    Just i want to confirm, was STMS was configured previously,
    if No, Configure it .
    If yes log-in to the Domain Controller system 000 client, and execute the T-code STMS, From the menu goto Overview -> Systems
    you will be displayed all your systems, by selecting one by one system execute " Update Configuration"  from SAP System Menu.
    Regards
    KHS

  • How can I link my database with flash?

    Hi…
    How can I link my database with flash to display image (to
    display it in master details page)
    Please your help ASAP.
    Regards,

    You could use some server-side scripting like PHP or ASP.
    http://www.kirupa.com/web/index.htm

  • Create a login page that does not link to database

    Hi,
    I am really new to muse and would like to seek some help....sorry if any similar questions have been asked.
    I am making a website interface for my assignment, and i need to create a login page,
    how can i make a text box for entering the login ID and the password? and how can i add a login button?
    By the way, this does not have to link to a database, it is just  a template........so the solution using codes may not help i guess

    Hi,
    check this thread Re: Can I create a login/password protection in Muse for a HTML5 page or two?

  • How to make registration form in vb 2010 express that is link in database access 2007

    Please help me to make a registration form. The project must have different user and each has username and password will be saved in
    my database but only the admin can add users. Thank you in advance.

    Your question needs to be more specific. We can help with Visual Basic code questions but your question is beyond the scope of that. You may want to look at the options from the below Google link. It looks like there are some YouTube videos that can help
    you with your project.
    https://www.google.com/search?hl=en&as_q=registration+form+access+database&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=&cr=&as_qdr=all&as_sitesearch=&as_occt=any&safe=images&tbs=&as_filetype=&as_rights=&gws_rd=ssl#hl=en&as_qdr=all&q=registration+form+access+database+vb.net
    Paul ~~~~ Microsoft MVP (Visual Basic)

  • How to Link Oracle database in MS Access Programmatically

    We had an application written in MS Access and has using Oracle database as back-end. Tables are linked manually using the ODBC link. Everytime we run the MS Access form it will always prompt for ODBC connection window that asks for username and password.
    Is there any way to programmatically (code) do it so as it wont prompt anymore for ODBC username and password?
    Thanks.

    'You will probebly need to change some things but this is a good start
    Dim db As DATABASE
    Dim rs As Recordset
    Dim retval As Variant
    Dim DSNName As String, DSNUser As String, DSNPassword As String
    retval = SysCmd(1, "Connection Oracle...", 16)
    DSNName = "" 'fill those 3 next lines
    DSNUser = ""
    DSNPassword = ""
    On Error GoTo Event_Err
    retval = SysCmd(2, 4)
    DoCmd.TransferDatabase acLink, "ODBC", "ODBC;DSN=" & DSNName & ";UID=" & DSNUser & ";PWD=" & DSNPassword & ";DBQ=edr1;DBA=W;APA=T;FEN=T;QTO=T;FRC=10;FDL=10;LOB=T;RST=T;FRL=F;MTS=T;CSR=F;PFC=10;TLO=0;;TABLE=CRJDACTDATA.TBL_EXPORT", acTable, "CRJDACTDATA.TBL_EXPORT", "Test1", False
    DoCmd.DeleteObject acTable, "Test1"
    retval = SysCmd(2, 16)
    retval = SysCmd(3)
    Event_Exit:
    Exit Function
    Event_Err:
    MsgCritical "Vous ne pouvez accéder au suivi du dossier d'action que si DDA est installé sur cet ordinateur."

  • LINK to Database with different GLOBAL_NAME

    Could anybody help me? We have two databases with different GLOBAL_NAME parameter. First database has GLOBAL_NAME=true, second - 'false'. I would like to make LINK from first database to second. If I make link name as a simple word ('DBST'- for example), ORACLE adds DOMAIN name and connects with error ORA-02085. Second database doesn't use DOMAIN name.
    Thanks

    This script will export the activeDocument as a jpg and gif
    function exportSFWJpg( doc, saveFile, qty ) {
         var exportOpts = new ExportOptionsSaveForWeb( );
         // see guide for other options
         exportOpts.format = SaveDocumentType.JPEG
         exportOpts.includeProfile = true;//default false
         exportOpts.quality = qty;
         if ( saveFile.exists ) saveFile.remove( );
         doc.exportDocument( saveFile, ExportType.SAVEFORWEB, exportOpts );
    function exportSFWGif( doc, saveFile, qty ) {
         var exportOpts = new ExportOptionsSaveForWeb( );// default format is gif
         // see guide for other options
         if ( saveFile.exists ) saveFile.remove( );
         doc.exportDocument( saveFile, ExportType.SAVEFORWEB, exportOpts );
    var doc = activeDocument;
    var docPath = decodeURI( doc.path );
    var docName = decodeURI ( doc.name );
    docName = docName.match( /(.*)(\.[^\.]+)/ ) ? docName = docName.match( /(.*)(\.[^\.]+)/ ) : docName = [ docName, docName, undefined ];
    var saveName = docName[ 1 ];
    exportSFWJpg( doc, new File( docPath + '/' + saveName + 'POWERPOINT.jpg' ), 80 );
    exportSFWGif( doc, new File( docPath + '/' + saveName + 'WEB.gif' ) );

  • How to specify  or link Logical database to a Function Module.

    Hi Experts,
                      If a logical database is used in a function module, then  I want to know how & where to specify Logical database name. Like incase of  a normal se38 program we specify this name via menupath Program----> Attributes of ABAP editor screen.

    Hi,
    There are two ways of using a logical database: Either by linking it with an executable program, or by using the function module LDB_PROCESS in any ABAP program.
    Also check this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/60/183d78163011d2953c0000e8353423/content.htm
    Regards,
    Ruthra

  • How to create a link between database schema?

    Hi,
    I have created database link between two database schema (From DBSchema2 i have created database link for DBSchema1). From DBSchema2, i have quried one table (This table is present in DBSchema1). But it throws an error says that Table or View does not exist. Anyone pls tell the detailed way to create database link between schema??
    Thanks,
    Sathish kumar D

    Yes iam trying to Archive
    I said achieve not archive. Anyways so you are trying to archive the data. Can you just detail your requirement ? What exactly do you want ?
    Only few tables will be moved to Archive Schema and other foriegn key tables will have a reference to the Live Schema. So how i can create the link between the Archive Schme to Live schema?
    There is no question of creating database links between 2 schems. It is pure stupidity. If you want to access any object from another schema grant proper privileges and create a synonym for the object. Database links are not meant for this purpose.
    Amardeep Sidhu
    http://www.amardeepsidhu.com

  • Link to "   Database Storage Consolidation with ASM White Paper " now fixed

    I cannot access document "Database Storage Consolidation with ASM White Paper " on http://www.oracle.com/technetwork/database/index-100339.html.
    The new link seems also to be broken http://www.oracle.com/technology/products/database/asm/pdf/db_storage_consolidation_wp%2012-05.pdf
    Link is now working.
    Edited by: P. Forstmann on 21 sept. 2010 08:51
    Edited by: P. Forstmann on 21 sept. 2010 08:51

    This link has been repaired.
    Regards, OTN

Maybe you are looking for