Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Live Data Settings

    Does anyone know how to set up live data settings? If you want my html file and
    my access database file I will be happy to email them. I have apache setup on
    this computer as a web server. I have a database that I did in Access and I
    pulled them into dreamweaver in a new recordset but everytime I click on Live
    Data button then hit F12 to view it, it keeps popping up a window asking if i
    want to download or open the musicdownloads.asp page that is a page that I
    titled that has a list of music on it once i get the database to working so i
    can view it on my computer before i upload to ftp server. If any other q's you
    can also reach me at [email]webmaster@vineyard.atthecenter.com[/email].


    Thanks,
    Mark

    digitaldramzus Guest

  2. Similar Questions and Discussions

    1. Embed live cue data in live stream?
      I am currently using the new FME to encode live to a FMS. Both applicatioins are running on the same machine. Is there a way to embed live cue and...
    2. Live data feed within live flash video?
      Is there a way to encode some live data, say from a serial port into a live video stream? Windows media has such a feature within the script window.
    3. live data view
      Does anyone know if Contribute 3 has a "live data" view like Dreamweaver? I would like for a non-technical, content owner to be able to pull up a...
    4. Live Data Testing
      I have a database that i created in Microsoft Access. I created the doctype as ASP vbscript and creasted a record set. But when I go to click on...
    5. Getting XML data from live ASP page??
      I've built a flash movie that reads in data from an XML source. It works fine when the XML is in a static file in the same directory either by...
  3. #2

    Default Re: Live Data Settings

    Once you have the query on the page, clicking the Show Live Data button
    should show your page with the data on it. There is an option to Set Live
    Data Settings .. that is where you would put in the variable name and a
    valid value for testing purposes. Not doing so will pull in the first
    record (the default) or all of them if there is a repeat region on the page.
    > everytime I click on Live
    > Data button then hit F12 to view it, it keeps popping up a window asking
    if i
    > want to download
    What server model are you using? Is it PHP? PHP in DMX is not set up to
    run Access .. you need MySql. There is an addon called PHAkt that will
    allow PHP to work with ADODB (and thus Access) available at
    [url]http://www.interaktonline.com[/url]

    If you're trying to run ASP, you can't do that on Apache without ChiliSoft
    installed (and from what I hear, it's a nightmare).


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


    Nancy Gill Guest

  4. #3

    Default Re: Live Data Settings

    Well what is the value and the value that i need to put in? I have 1 table
    (tblArtist) that has artistID, artistName, artistDesc fields in it and anothe
    table (tblDownloads) that has trackID, trackName, trackPrice, trackPayloadz in
    it that all are selected in the query with one extra field in tblDownloads
    called artisID and artistID are the the relationship between the two tables. I
    do have info in the tblArtist that when i create a query it doesnt show the
    info in the query when it pops up. I also am using
    Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\path to database.mdb.

    As for dreamweaver all i am running is Apache on a laptop. I am not using any
    PHP or MySQL or anything like that plus I wouldn't know how to set it up. With
    apach I just have all the websites tht i dop in the htdocs folder within the
    apache group program file folder. I downloaded the PHAkt extension but what do
    i do from there when i ad it to the extensions folder. If you want I can send
    you a link to the ftp folder where you can download all the files and and
    necessary images i am using and the access database and look at all of it to
    get a better understanding of how it is set up. Also i am using ASP/VBScript as
    the document type when i go to window then click on databases.

    Thanks for the info so far though Nancy.


    Mark

    digitaldramzus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139