Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default V12 database engine

    To whom it may concern

    I am developing a multimedia application using macromedia director. My application will have links that link from one data to another data. Here is an example of the data that I would like to show:

    data 1:
    G1:1 The first portion of the data.
    G1:2 The second portion of the data.
    data 2:
    first - means something else.
    the - means another thing.

    In my application, the data 1 will be shown on the screen as a sentence, then each word inside the sentence will be linked to another data. When I move my mouse over to the word of the sentence (i.e. "first), there will be a pop-up(or in other frame) to show data 2. This has to be in real-time environment.

    Example:
    "G1:1 The first portion of the data" ----> mouse over the word "first" ------> show "means something else"

    The data file will be very big and would like to use database to store and retrieve the data. I came across this V12 database engine. I would like to know does V12 database engine manage to handle the task that I've mentioned above under real-time environment?

    Thanks.

    Renny Dieh


    rennyd webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. The Microsoft Jet database engine
      "Connection verification failed for data source: Testing java.sql.SQLException: The Microsoft Jet database engine cannot open the file...
    2. Microsoft JET Database Engine error '80040e69'
      Yesterday I wrote about an error I am getting on a ASP page using DSN people responded with some suggestions which I have tried and now I get the...
    3. JET Database Engine error '80040e14'
      I've got a query command that is checking a field name against it's value. The query is pulling from an Access 2000 DB. Here's the script: ...
    4. Error: Microsoft JET Database Engine (0x80040E07)
      I don't understand when I do (2), it will throw the error when I run the ASP. (1) is working fine. Should I use a single quote between the string in...
    5. MyCSV Database Engine Solution and GNU
      Hey, i am working in a independent and portable database that no need a server like MySQL. It have some restrictions now, but it would be best in...
  3. #2

    Default Re: V12 database engine

    You have mostly described the user interface to the database, seems that
    the database part could be done with Lingo lists or v12, if the data
    could all fit in ram at once you might consider using lingo property
    lists to keep things simple.
    JB Guest

  4. #3

    Default Re: V12 database engine

    Hello Renny,

    Just as JB mentioned, the issues you are describing are indeed Interface
    issues - and thus are Director related, and not V12-DBE related.

    Please feel free to E-mail our support staff with any of your V12-DBE
    questions [it's a free service] at: mailto:Support@IntegrationNewMedia.com

    Also, our website has many free mini-samplers, some of which might well
    suit your projects needs!! All of them are free for you to use [and as they
    say:
    abuse ;)] You can find most of them here:
    [url]http://www.IntegrationNewMedia.com/support/v12director/technotes/[/url]

    Good luck with your project!
    -Warren.
    ---------------------------


    "rennyd" <webforumsuser@macromedia.com> wrote in message
    news:bqfalu$m6k$1@forums.macromedia.com...
    > To whom it may concern
    >
    > I am developing a multimedia application using macromedia director. My
    application will have links that link from one data to another data. Here
    is an example of the data that I would like to show:
    >
    > data 1:
    > G1:1 The first portion of the data.
    > G1:2 The second portion of the data.
    > data 2:
    > first - means something else.
    > the - means another thing.
    >
    > In my application, the data 1 will be shown on the screen as a sentence,
    then each word inside the sentence will be linked to another data. When I
    move my mouse over to the word of the sentence (i.e. "first), there will be
    a pop-up(or in other frame) to show data 2. This has to be in real-time
    environment.
    >
    > Example:
    > "G1:1 The first portion of the data" ----> mouse over the word
    "first" ------> show "means something else"
    >
    > The data file will be very big and would like to use database to store and
    retrieve the data. I came across this V12 database engine. I would like to
    know does V12 database engine manage to handle the task that I've mentioned
    above under real-time environment?
    >
    > Thanks.
    >
    > Renny Dieh
    >
    >

    Warren Stolow Guest

  5. #4

    Default Re: V12 database engine

    Hi all,

    Thanks for all the help, I really appreciate it.

    Thanks.

    Renny


    rennyd webforumsuser@macromedia.com 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