Link iWeb to a database?

Is there any way that I can link my iweb created site to a database? I'm trying to create an online ticket-booking system. I'm not sure how to link the site to the database, and I also don't know which database software to use since MS ACESS is not available for Mac. I'm downloading Open Office at the moment. I would really appreciate the help, this is for my school ICT project.

Theoretically yes, if you publish your site from iWeb to your desktop/local folder, then you should be able to open it using Dreamweaver. However, in practice, things could be all over the place with both code and pages.
If you have Dreamweaver available and you want to use a database, which iWeb does not offer, then why not create the whole site using Dreamweaver? It might be simpler and save you time and trouble in the end.

Similar Messages

  • Database link to the same database

    I'm trying to create a database link to the same database.
    It doesn't seem to be working ...
    basically, the target system will have 2 separate database instances.
    I need to emulate this in a single instance database (actually, I don't want to try running 2 oracle instances on my laptop...).
    so I want to do select * from fred@MYOTHERDB
    when I try and create the alias it succeeds, but then selects don't work.
    Lets say my current logon / schema is JOHN (in ORCL) and the other SCHEMA (in ORCL) is JIM
    I tried
    create public database link MYOTHERDB connect to JIM identified by "Password";
    creation worked, couldn't access it.
    Thanks in advance
    Iain

    The machine with the database has tnsnames.ora as
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.1.0\Db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    INVMAN =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xplaptop)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xplaptop.mshome.net)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    and the local (TOAD) machine has
    # TNSNAMES.ORA Network Configuration File: S:\Oracle\product\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    INVMAN =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = idc-server)(PORT = 1521))
    (CONNECT_DATA =
    (SID = INVMAN)
    INVMANLAP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xplaptop)(PORT = 1521))
    (CONNECT_DATA =
    (SID = ORCL)
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = idc-server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    Now I've tried this both from TOAD and from iSQL on the machine with the database.
    It's INVMANLAP which I'm using from the TOAD machine, of course!
    I appreciate your help. It has been the only bright spark in a DREADFUL day (among other things the IDC-SERVER mentioned above has a trashed system disk which has taken out email and my main oracle server). And I have to install this system tomorrow!
    Iain

  • Can I link iWeb and Web Gallery so Web Gallery appears as part of iWeb?

    Anyone know how to link iWeb to Web Gallery so the latter appears to be part of the former? Apple seems to have set them up to be separate things.

    In iWeb click on the Web Widgets button at the bottom of the iWeb main window.
    In the drop down list you can select Mac Gallery, from here you can insert an item directly from one of you .Mac Gallery contents.
    Ian

  • DB link for physical standby database

    Hi All ,
    I'm facing the below error on primary while trying to create a db link pointing to the 10g standby database which is in mount stage.
    SQL> create database link synct connect to system identified by 123 using 'stdby';
    Database link created.
    SQL> select max(sequence#) from v$archived_log@synct where applied='YES';
    select max(sequence#) from v$archived_log@synct where applied='YES'
    ERROR at line 1:
    ORA-02068: following severe error from SYNCT
    ORA-01033: ORACLE initialization or shutdown in progress
    Database version is 10.2 standard edition
    My requirement is i need to get max(sequence#) of standby database from primary database using db link.
    what i was trying to do is
    on primary get max(sequence#) & get max(sequence#) of standby using db link and compare both if the gap differene is more than 10 send a mail.
    Any suggestions will be really helpful

    976422 wrote:
    Hi All ,
    I'm facing the below error on primary while trying to create a db link pointing to the 10g standby database which is in mount stage.
    SQL> create database link synct connect to system identified by 123 using 'stdby';
    Database link created.
    SQL> select max(sequence#) from v$archived_log@synct where applied='YES';
    select max(sequence#) from v$archived_log@synct where applied='YES'
    ERROR at line 1:
    ORA-02068: following severe error from SYNCT
    ORA-01033: ORACLE initialization or shutdown in progress
    Post Standby/DataGuard/ADG all questions further in Oracle Discussion Forums » High Availability » Data Guard
    If you try to connect any users other than SYS in standby the error is very much expected. Of course you can connect with other users if you open database in OPEN READ ONLY mode, from 11gRx you can connect with other users even MRP is running if you are using ADG(active Data Guard licensed) .
    I like to know, what you want to achieve by creating DB Link on physical standby database? Which is not allowed.
    Database version is 10.2 standard edition
    My requirement is i need to get max(sequence#) of standby database from primary database using db link.
    what i was trying to do is
    on primary get max(sequence#) & get max(sequence#) of standby using db link and compare both if the gap differene is more than 10 send a mail.
    Any suggestions will be really helpfulNote:- Standard edition, Data Guard not enabled.
    To use this you should use Oracle Net Service, you no need of DB Links.
    Ex:- sqlplus sys/****@standby as sysdba
    Here standby refers to Oracle net service, Where you will have entries in $ORACLE_HOME/network/admin/tnsnames.ora file.
    Edited by: CKPT on Dec 12, 2012 2:01 PM

  • Linking to an Access Database (accdb) - calculated field in query

    Using Crystal Report v 14 we have a problem linking to an Access 2010 database (accdb file format).
    We created a query in the Access database with a calculated field that we want to use to link with Great Pllains database. We can see the query using the database expert and the OLEDB (ADO) data source. The problem is that the calculated field in the Access query does not show in the link manager.
    What is the best wat to link an Access table that has a job number containing hyphens (111-222-333) with the other database that has the job number stored without hyphens (111222333)? Why does our query solution not work?

    Hi,
    I'm not sure if this can be handled at the Database query level, however this can surely be handled from the report level.
    You would need to insert a subreport with Great Pllains as its datasource. The Main report's data source would be the access table.
    Next, in the Main report you would need to create a formula to remove the hyphens from the string and convert it back to number. Use this formula:
    tonumber(replace(,"-",""));
    You can then palce this formula in the details section/group section (which ever is applicable) and then link the subreports's job number field with this formula field. A record selection formula is automatically added in the subreport when you do so.
    Also, make sure the sub-report is place in the same section this formula field is placed in, otherwise you can get unexpected results.
    Hope this helps!
    -Abhilash

  • Linked Server to Access Database in SQL Server 2012 is working perfectly.But, All of sudden it is showing SQL Error Code:7303

    Linked Server to Access Database in SQL Server 2012 is working perfectly.But, All of sudden it is showing SQL Error Code:7303  
    Unable to connect to the database type that is created with earlier versions type. But the same Linked Server in another SQL Server instance is working perfectly. I am unable to rectify what is the problem please help.

    All of sudden it is showing SQL Error Code:7303  
    Error 7303 = "Cannot initialize the data source object of OLE DB provider "%ls" for linked server "%ls"."?
    Check the data Provider on the machine, e.g. using ODBC Admin by creating a DSN
    Olaf Helper
    Hi Olaf Helper,
    I don't now how to add a DSN for the Access Database using ODBC Admin. Can you Please help me with that one. as the solution to above problem i Have added a startup parameter -g512 to SQL Server is it effects my existing Assemblies in SQL Server. I am replacing
    the startup parameter as -g500 to -g512 here.
    Thank you
    Regards,
    AyubKhan M

  • Linking Java to Access Database tables

    Hello,
    I need use JCreator to link Java to Access Database tables.
    Could any one tell me what kind of drivers I need use?
    Also, where could I find the examples of linking Java to Access Database tables?
    Thank you,
    Daniel

    Thanks.
    I have read the tutorial and downloaded the sample code from the web http://java.sun.com/docs/books/tutorial/jdbc/
    In the CreateCoffee.java programming, I made the following changes:
         //     String url = "jdbc:mySubprotocol:myDataSource";
              String url = "jdbc:odbc:DB1";
    DB1 is an Access Database file located in the same folder as CreateCoffee.java.
    //Class.forName("myDriver.ClassName");
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Every time when I run the CreateCoffee.java programming, it shows the following running error:
    SQLException:[Microsoft][ODBC Driver Manager]
    Data source name not found and no default driver specified.
    Could any one have any suggestions for solving the above problem?
    Thank you,
    Daniel

  • How to link to online 9iR2 database documentation on OTN

    I'd like to link to online 9iR2 database documentation on OTN. Just by browsing OTN I got, for example,
    http://www.oracle.com/pls/db92/db92.to_toc?pathname=datamine.920%2Fa95961%2Ftoc.htm&remark=docindex
    which, in turn, redirects to to
    http://download-west.oracle.com/docs/cd/B10501_01/datamine.920/a95961/toc.htm
    Which of these links should I use? Which of them is more stable?

    We recommend the use of this URL:
    http://www.oracle.com/technology/documentation/oracle9i.html
    Cheers, OTN

  • Linking to individual custom database portlets

    When we create menu items in Portal normally we can link to an individual form or report component created in oracle portal and exposed via url for show or other routine. We need to setup menu items each to link to our custom database portlets. Is there any API or any other way of invoking this programatically?
    For e.g. if I have a portlet helloworld_portlet can I invoke helloworld_portlet.show directly? Any examples would help.
    Also there are undocumented API's to link to tabs or to pages or via query of sbr views. Are there any documented API's to link to tabs or subtabs?

    Hi,
    I dont think what you want is possible, the whole idea of a portlet is that its part (building block) of a page and not being a webpage by itself.
    There are perhaps some workarounds
    - try displaying the portlet in detail modus
    - perhaps create a hybrid portlet, that is a servlet & portlet at the same time
    In one of my portlets im also linking to a portlet on another page. I keep the durable link of the page where the second portlet resides as a setting in my database

  • Linking iWeb to another website

    Hi All,
    I have read the previous post about linking iWeb to another website, but I am a complete newbie to web design and need it explained to me in extreme basics.
    I purchased a name from a company called 123-Reg in the UK. As part of the setup they allow you to create a web page using simple software. I have created a page with them and simply added a link to the iWeb page.
    This works, but ideally I would like people to be automatically connected to my iWeb page when they type in the url I bought.
    Has anybody else bought a url from 123 Reg and managed to do this?
    Any comments welcome.
    Thanks
    Iain

    I think you want to check out domain forwarding. I just looked at the 123reg web site and it looks like they offer it. Click on domains and then see if there is a web site forwarding or domain forwarding option. I do this as well. I purchased aztecwrestling.com from GoDaddy, but it brings up my iweb site www.mac.com/aztecwrestling. This way anyone who types in aztecwrestling.com is directed to my site. It is up to you whether you also want to show your iweb URL or your purchased URL after they are redirected to your site.

  • How to create linked server to multiple database on same server?

    Hi Experts
    I want to create linked server to multiple databases on the same server.
    I have 2 database servers (ServerA and ServerB) and want to create linked server on ServerB to link multiple databases on ServerA).
    I have admin right on ServerB.
    I don't have admin right on ServerA but have different accounts to access on each databases on ServerA.
    After I created one linked server object to a database, I cannot create another linked server object for another database as it has already used the server name which is ServerA.
    Please advise.
    Thanks.

    EXEC sp_addlinkedserver 'ServerADB1', '', 'SQLNCLI', 'ServerA', @catalog = 'DB1'
    EXEC sp_addlinkedserver 'ServerADB2', '', 'SQLNCLI', 'ServerA', @catalog = 'DB2'
    etc.
    Please look up the details for sp_addlinkedserver as I typed this from memory.
    I can certainly see a point in having one linked server per database, as then you don't have to hardcode the database name in the queries, and the linked-server definitions can be changed if the database name changes.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Can anyone provide me a link to download Oracle Database Server 8i?

    Can anyone provide me a link to download Oracle Database Server 8i for windows?

    Unless you have the media, I don't think you can download Oracle 8i. Oracle no longer supports it nor do they have it available for download.

  • Unable to pull data from 2 tables of a database linked to a 2nd database

    I have a Crystal V7 Report I'm upgrading to Crystal 10 or 11.  It uses the following formula that works (data is in ONE MS Access database containing all three tables):
    If {PayrollCalc.qSource}=0  then {AuthorizedWithholding.qDesc
    else If {PayrollCalc.qSource}=1 or {PayrollCalc.qSource}= 2 then {UnionBenefitDetail.qUBDesc}
    else
    If {PayrollCalc.qSource}=4 then "Extra Tax" + {PayrollCalc.qID} else
    If {PayrollCalc.qSource}=5 then "Payroll Insurance" else
    If {PayrollCalc.qSource}=6 then {PayrollCalc.qID} else
    Mid ({PayrollCalc.qID},2 )
    The upgraded application software uses TWO SQL 2005 Express databases, replacing the one Access database.  PayrollCalc is a table in database A while UnionBenefitDetail & AuthorizedWithholding are tables in database B.  The links are left outer joined from PayrollCalc table to each of the others (I've tried all the enforcement options) but the formula no longer works.  If I remark out the part of the formula from one or the other of the "extra" tables, then the one still active works great but I can't get both to work in the same subreport.  There's no error, I just get a blank returned for the formula.  I'm not familiar with using the Add Command so I haven't tried that.  Can anyone help me?

    I confirmed that the join fields are identical:
    PRCalc Table - qConNo=int (32 bit), length 4
    PRCalc Table - qID=varchar (byte), length 10
    PRCalc Table - qSeg=int (32 bit), length 4
    UnionBenefit Table - qUBID=varchar (byte), length 10
    UnionBenefit Table - qUBSeg=int (32 bit), length 4
    Both of these UnionBenefit fields are left outer joined FROM the PRCalc Table's qID & qSeg fields
    Authorized Withholding - qConNo=int (32 bit), length 4
    Authorized Withholding - qSeg=int (32 bit), length 4
    These two fields are left outer joined FROM PRCalc's qConNo & qSeg fields.
    The qDesc & qUBDesc fields that I'm trying to print in the same subreport using the formula that's not working are both varchar (bye), length 50 fields.
    I have tried various other joins unsuccessfully.  I'm convinced that the left outer join is the correct one to use since neither of the tables from Database B will always have records that match up with those in Database A (PayrollCalc's database).  So yes, it appears that the left outer join does not work properly across two databases when more than one table in the 2nd database is used.  It works fine if I just use one table from database B & do a separate subreport for the other table.

  • Is there a way to create a web or simlar link to a local database only?

    So my situation is this
    I have an access 2007 database that stores the names of customers and their usual orders.
    I want to create a link to this database somehow so that anyone on the network can access something like a search page that will be stored on the desktop and it will bring up the results found.
    I don't want people to have to constantly go into the database and do it that way.
    The database has confidential info in it so will never go online only stay as a local database.
    Im unable to install anything on these computers ie PHP, ASP, MYSQL, so it there a way of doing this without either putting the database online or installing another program.
    The scenario I want is this ... Customer calls up we have either a web or form search, we tap in their name or as there's not many records even a drop down box will do and it brings up their details.
    Im open to any other suggestion as to how I can achieve this.

    It sounds to me like you want to "split your database."
    Assuming A10 or higher: Go to the Database Tools tab | Move Data | Access Database and click F1 for more help
    peter n roth - http://PNR1.com, Maybe some useful stuff

  • Link to Filemaker pro database from wiki fails

    Has anyone tried to create a link from within a wiki page that can launch a filemaker pro 9 database residing on the Xserve? I'm able to create the link in the edit page but when I click to save, the underlining disappears and the link is no more. I'm able to link to web-sites on the WWW and within other wiki pages but not to the fmnet:/XXX.XX.XXX.XX/HOME prompt. Thanks

    As I read this, you want to go from a web server using http protocol to a database server using its own protocol. You could use a redirect to take a link like http://domain.com/groups/fmpro to fmnet://xxx.xxx.xxx.xxx/HOME assuming the fmnet link is the link provided in the Menu/Send Link action of FM Pro.
    You can also read another approach here:
    http://discussions.apple.com/thread.jspa?messageID=8391240&#8391240
    HTH,
    Harry

Maybe you are looking for

  • Opening an Html page from java code

    Hi I have created an application and in order to complete it i need to configure help file with it. Now i have created a menubar in which help button is present. My requirement is that clicking the help button should display the help file which is in

  • SQL*Loader and NLS

    I am running SQL*Loader 8.1 on an NT4-SP5 environment and getting a 282 - unable to locate character set.... The OTN reference on NLS is not clear on what to run to get the SQL*Loader program to run a simple ASCII text file into a LOAD/APPEND DDL sta

  • Question on program structure about event handling in nested JPanels in GUI

    Hi All, I'm currently writing a GUI app with a wizard included in the app. I have one class that acts as a template for each of the panels in the wizard. That class contains a JPanel called contentsPanel that I intend to put the specific contents int

  • Best route to an an engineer for droputs ?

    Hi I've been getting droputs on my Infinity service - brief periods of outage but then service comes back up ok. What's the best route to getting an engineer out to this ? Many thanks

  • IPhoto cannot show photos unless scrolling or resizing!

    The following happens both for event and pictures. The difference being that in events there are black empty heightened button like boxes for each event, while in pictures there is an empty gray box bordered with white dashes. In either view, when I