Ask a Question related to Macromedia Director Lingo, Design and Development.
-
rennyd webforumsuser@macromedia.com #1
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
-
The Microsoft Jet database engine
"Connection verification failed for data source: Testing java.sql.SQLException: The Microsoft Jet database engine cannot open the file... -
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... -
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: ... -
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... -
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... -
JB #2
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
-
Warren Stolow #3
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...application will have links that link from one data to another data. Here> To whom it may concern
>
> I am developing a multimedia application using macromedia director. My
is an example of the data that I would like to show:then each word inside the sentence will be linked to another data. When I>
> 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,
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."first" ------> show "means something else">
> Example:
> "G1:1 The first portion of the data" ----> mouse over the wordretrieve the data. I came across this V12 database engine. I would like to>
> The data file will be very big and would like to use database to store and
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
-
rennyd webforumsuser@macromedia.com #4
Re: V12 database engine
Hi all,
Thanks for all the help, I really appreciate it.
Thanks.
Renny
rennyd webforumsuser@macromedia.com Guest



Reply With Quote

